I'm using Codeigniter, and I have have not had any issues connecting to the database in the past.

I was doing some restructuring of the database (adding columns, inserting data, etc), and now I get an error that only occasionally appears. It does not appear on any specific page, and usually disappears after refresh. Only appears every 10-20 times I view a page.

A Database Error Occurred
Unable to select the specified database: www.site.com

Filename: core/Loader.php

Line Number: 242

Seems to be very similar to the problem here: Trouble with HMVC modular extensions for CodeIgniter

Looks like it could be a problem with the database itself? Any suggestions would be appreciated....

link|improve this question
Have you analyzed your tables to see if any of them are in need of repair? – Chris Schmitz Aug 6 '11 at 16:45
Analyzed tables returned with "OK" or "Table is already up to date." – Marty Thomas Aug 7 '11 at 13:36
feedback

1 Answer

Looks like database problem to me, not CI. Maybe your database files are corrupted?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.