framework/system/libraries/drivers/Database/Mysqli.php error

bbowlby
Posts: 12
Member Since:
2009-08-11

This is the error i receive when I try to access the Backup module. Keep in mind I have changed the default passwords and then, i think reverted them all back. I am currently running 2.6. I searched and searched for this solution but could only find a few posts but none with a solution I could make sense of. Here is the error and I am willing to give whoever $100+ for there solution. If it is of any relevence I could not acssess phpmyadmin until I reverted back to the default passwords. So that is working.

An error was detected which prevented the loading of this page. If this problem persists, please contact the website administrator.

framework/system/libraries/drivers/Database/Mysqli.php [52]:

mysqli::mysqli() [function.mysqli-mysqli]: (28000/1045): Access denied for user 'asteriskuser'@'localhost' (using password: YES)
Stack Trace

* framework/system/libraries/drivers/Database/Mysqli.php [52]:

mysqli->mysqli( localhost, asteriskuser, amp109, asterisk )

* framework/system/libraries/Database.php [218]:

Database_Mysqli_Driver->connect( )

* framework/system/libraries/Database.php [238]:

Database_Core->connect( )

* maint/modules/backup/controllers/backup.php [18]:

Database_Core->query( show tables like 'backup_item' )

*

Backup_Controller->__construct( )

* framework/system/core/Kohana.php [269]:

ReflectionClass->newInstance( )

*

Kohana::instance( )

* framework/system/core/Event.php [209]:

call_user_func( Array
(
[0] => Kohana
[1] => instance
)
)

* framework/system/core/Bootstrap.php [55]:

Event::run( system.execute )

* kindex.php [122]:

require( framework/system/core/Bootstrap.php )



drcentrex
Posts: 2
Member Since:
2007-07-20
framework/system/libraries/drivers/Database/Mysqli.php error

I had a similar problem. To resolve this I simply uninstalled the tbm-backup 2.2.6-19 module (select packages under maint), then re-installed it.

I was then able to access the backup utility.



Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.