Welcome Guest, Not a member yet? Register   Sign In
Fatal error: Call to a member function to() on a non-object in /hermes/bosweb/web200/b2009/ipg.agrobengalcom/shopnodinga
#7

[eluser]Sumon[/eluser]
@srpurdy: Same result for _REQUEST
@Madmar:
i don't use any modules. and it's really surprising. same code works fine in different controller.
when i use var_dump($this->load->library(‘email’)); as
Code:
$this->load->library('email');
var_dump($this->load->library('email')); // it shows NULL
$this->email->to($_REQUEST['email']);
$this->email->from('[email protected]','Shopno-Dinga.Com');
$this->email->subject('Update MIST Address Book using this information.');
$message = "test";
$this->email->message($message);
it shows NULL and error remain same
Fatal error: Call to a member function to() on a non-object in /hermes/bosweb/web200/b2009/ipg.agrobengalcom/shopnodinga/application/controllers/mist.php on line 147


Messages In This Thread
Fatal error: Call to a member function to() on a non-object in /hermes/bosweb/web200/b2009/ipg.agrobengalcom/shopnodinga - by El Forum - 01-02-2011, 08:20 AM



Theme © iAndrew 2016 - Forum software by © MyBB