Search found 3 matches
- Thu Apr 18, 2013 10:09 pm
- Forum: The Lounge
- Topic: [SOLVED] mysql_driver.inc error
- Replies: 18
- Views: 7880
Re: mysql_driver.inc error
If your host offers a custom php.ini (many do) you can edit the file and set error_reporting = E_ALL & ~E_NOTICE & ~E_WARNING If they do not allow custom php.ini - you can check in your control panel for an error level setting, or perhaps just contact them directly and ask how they support t...
- Thu Apr 18, 2013 1:16 pm
- Forum: The Lounge
- Topic: [SOLVED] mysql_driver.inc error
- Replies: 18
- Views: 7880
Re: mysql_driver.inc error
Did you place the lines in your .htaccess file as described earlier in this thread? None of those are errors that you should be worried about. Notices and Warnings are simply to point out places where programmers can make their code more efficient. They are not functionality errors and will not affe...
- Wed Apr 17, 2013 3:05 pm
- Forum: The Lounge
- Topic: [SOLVED] mysql_driver.inc error
- Replies: 18
- Views: 7880
Re: mysql_driver.inc error
Hi there, Thanks for posting about the E_Notice and E_Warnings - we did introduce a new version of PHP to our selector yesterday, while that normally does not change any of the settings for existing installations of PHP, that doesn't mean the two are not inter-related. We're taking a look to see if ...