hi
i get this error and the site dead :(
Fatal error: Call to a member function getParam() on a non-object in /home/****/public_html/inc/db.inc.php on line 83
Help!
hi i get this error and the site dead :(
Help! |
any help here??? |
Is it at all pages, or at defined pages?
|
Here's the same question http://www.boonex.com/unity/forums/topic/Fatal-error-Call-to-a-member-function-getParam.htm http://boonexpert.com |
I had this problem the other week and my host had updated php get in contact with your hosting company .
happy thoughts |
Is it at all pages, or at defined pages?
in all pages. |
Most likely cause for this issue is you have changed access to your mysql database but your site is still use the old access data. You can generate a new db password in your Cpanel and then open the inc/header.inc.php and insert your new db user and password there. Once you update the new db password in the inc/header.inc.php file, your site should work. I hope this helps. |