Fatal error: Cannot redeclare class JDatabaseInterface in - Joomla! Forum - community, help and support
text below:
fatal error: cannot redeclare class jdatabaseinterface in /www/htdocs/wxxxxx/libraries/joomla/database/driver.php on line 19
hi . . . heeeelp! please! having done that.... trying reinstall backup using akeeba backup seeme going ok, , then! boom message placed above.
does have idea on how fix this!? have no site or adminstration / control panel available
added error log (or think error log) marks last error:
2012-11-09 23:00:20 info 190.218.249.75 joomla failure: username , password not match or not have account yet.
thank before hand assistance!
fatal error: cannot redeclare class jdatabaseinterface in /www/htdocs/wxxxxx/libraries/joomla/database/driver.php on line 19
hi . . . heeeelp! please! having done that.... trying reinstall backup using akeeba backup seeme going ok, , then! boom message placed above.
does have idea on how fix this!? have no site or adminstration / control panel available
added error log (or think error log) marks last error:
2012-11-09 23:00:20 info 190.218.249.75 joomla failure: username , password not match or not have account yet.
thank before hand assistance!
have added third party extensions or custom code of own? error means there 2 instances of jdatabaseinterface class being declared. occurs 1 of 2 ways: first being inadvertently naming class incorrectly , second including second copy of class code either incorrectly using include() or duplicate copy of class file.
Comments
Post a Comment