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....