Log in

View Full Version : getting this eror don't knw why!


ccp77
11-30-2010, 10:02 AM
hey guys.. i been getting this database eror for some time nw worndering what the issue here.

http://img202.imageshack.us/img202/4527/imagelaa.png


i tried disabling some mods that don't wrk but it didn't solve anything!

DataHero
11-30-2010, 07:32 PM
You say you have tried disabling some mods that didn't work. Have you tried to globally disable it? That can be done by either adding define() to config.php or in the admincp. Sounds like a bad query or unable to uninstall a product with incorrect code..

Lynne
11-30-2010, 09:07 PM
We need to see the full error, not an image of the page.

ccp77
12-01-2010, 09:03 PM
We need to see the full error, not an image of the page.

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/includes/class_bootstrap.php(1280) : eval()'d code on line 4

Fatal error: Call to a member function hide_errors() on a non-object in /home/public_html/includes/class_bootstrap.php(394) : eval()'d code on line 74


This is wht i am getting....................

Lynne
12-01-2010, 11:33 PM
Those aren't the full database errors - Unknown column 'filesize' in......???????

However, those errors are from a modification. So, disable your mods and they should go away.

ccp77
12-02-2010, 01:02 PM
Those aren't the full database errors - Unknown column 'filesize' in......???????

However, those errors are from a modification. So, disable your mods and they should go away.


i can't disable them because i can't log in admin cp!...

Lynne
12-02-2010, 01:47 PM
Try disabling them via the config.php file.
Note: To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

ccp77
12-04-2010, 10:08 PM
Try disabling them via the config.php file.
Note: To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php

define('DISABLE_HOOKS', true);


thank uuu works nw! ;)