Content_dump plugin not working after upgrade to 1.10.3
Posted: Mon Mar 05, 2012 3:33 pm
Hello,
I've tried to upgrade my site to 1.10.3, the upgrade process itself went well but the front end of my site was ruined by it.
The problem lies with the content_dump plugin. I get this error:
PHP Fatal error: Call to a member function Execute() on a non-object in /path/plugins/function.content_dump.php on line 693
This is line 693:
$dbresult = $db->Execute( $sql_the_full_query );
Have any of you experienced the same problems? And if so, how did you solve it?
I've tried to upgrade my site to 1.10.3, the upgrade process itself went well but the front end of my site was ruined by it.
The problem lies with the content_dump plugin. I get this error:
PHP Fatal error: Call to a member function Execute() on a non-object in /path/plugins/function.content_dump.php on line 693
This is line 693:
$dbresult = $db->Execute( $sql_the_full_query );
Have any of you experienced the same problems? And if so, how did you solve it?