#1: Some problems..... Author: Dylert, Location: NorwayPosted: Fri Jan 22, 2010 10:33 pm ---- Hello!
During the last weeks I've had some problems. Installing/uninstalling modules have been impossible for some reason. I get datebase errors, and today I got even more errors. I have tried to check, repair, optimize etc the databese through the admin panel of my site, but it hasn't solved any problem.
Here's some of the errors I got today:
includes/db/db.php
* CMS Warning line 75: On /admin.php?op=modules&uninstall=NBBCode While executing query "ALTER TABLE cms_admins DROP radminnbbcode" the following error occured: Can't DROP 'radminnbbcode'; check that column/key exists In: /customers/hellasforum.net/hellasforum.net/httpd.www/admin/modules/modules.php on line: 323
Deprecated: Function ereg() is deprecated in /customers/hellasforum.net/hellasforum.net/httpd.www/includes/classes/cpg_debugger.php on line 105
I upgraded my site from 9.1.2.1 to 9.2.1 a couple of months ago. Maybe the issue is there?????
#2: Re: Some problems..... Author: greenday2k, Location: COPosted: Sat Jan 23, 2010 11:32 pm ---- add a colum to the cms_admins called & try uninstall that module.
#3: Re: Some problems..... Author: Dylert, Location: NorwayPosted: Sun Jan 24, 2010 8:16 am ----
greenday2k wrote:
add a colum to the cms_admins called & try uninstall that module.
Thank you Greenday2k, but this is Greek to me.
Below is a screenshot of some errors in my database. How can I fix this, and will it help?
#4: Re: Some problems..... Author: warden, Location: North CarolinaPosted: Mon Feb 01, 2010 8:49 pm ---- I am watching this with interest as I have a site that is also throwing out this exact error. It is a similiar situation where the site was recently upgraded from 9.1.2.1 to 9.2.1.
#5: Re: Some problems..... Author: greenday2k, Location: COPosted: Mon Feb 01, 2010 9:58 pm ---- add column called "radminnbbcode" to the cms_admins table
try to unistall the the module.
#6: Re: Some problems..... Author: Dylert, Location: NorwayPosted: Thu Feb 04, 2010 9:08 pm ---- Thanks a lot, greenday2k! It worked!
Now the next problem: Installing new modules.
When I install a new module in the admin-panel everythings looks fine. The installations seems ok and I get no errors. When I try to use a new module, I get the databese error. I think there hasn't been created any tables in the database when I installed the modules.
Here's an example of an error:
CMS Warning line 75: On /index.php?name=Personal While executing query "SELECT COUNT(*) FROM cms_personality WHERE aid='Ole' AND private=0 LIMIT 1" the following error occured: Table 'hellasforum_net.cms_personality' doesn't exist In: /customers/hellasforum.net/hellasforum.net/httpd.www/modules/Personal/index.php on line: 51
What can I do about this?
#7: Re: Some problems..... Author: greenday2k, Location: COPosted: Fri Feb 05, 2010 2:00 pm ---- Well, this new error, but have you installed other modules?
or is this happening with all your modules? (Error to create the tables ? )
If not. Try to contact The Module Author.
Is your module compatible with php 4.311? (yours..)
The Error about
unction ereg() is deprecated in /customers/hellasforum.net/hellasforum.net/httpd.www/includes/classes/cpg_debugger.php on line 105
Well is common but warning is only a issue if you're using php6. Don't Worry