problemauto
Joined: 27 Oct 2005
Posts: 14
|
| Posted: Mon Apr 21, 2008 5:01 pm Post subject: Problem with email : Fatal error: Call to a member function |
|
|
Hello Everybody
One more question about :
Fatal error: Call to a member function Move() on a non-object in include/database/PearDatabase.php on line 442
No way for me to send an email to a contact using "Send email" button
I installed the debug mode with : if ($result == NULL) debug_print_backtrace();
before the line containing $result_query function in PearDatabase.php and I obtained the following information
Code: #0 PearDatabase->query_result(, 0, bcc) called at [/home/xxxx/html/crm/data/CRMEntity.php:754] #1 CRMEntity->retrieve_entity_info(34696, Emails) called at [/home/xxxx/html/crm/modules/Emails/Save.php:189] #2 include(/home/xxxx/html/crm/modules/Emails/Save.php) called at [/home/xxxx/html/crm/index.php:571]
Fatal error: Call to a member function Move() on a non-object in /home/xxxx/html/crm/include/database/PearDatabase.php on line 442
Any idea to debug this problem ?
Thank you to contributors
Olivier |
|