Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PHP Notices, Warnings and Errors
#2
For the first deprecated messages use mysqli in your config.inc.php

$dbconfig['db_type'] = 'mysqli';

For the second one, do what it says, set always_populate_raw_post_data' to '-1, we are already using php://input

I got the notice and warnings fixed along with some others. As I am sure you have seen we have eliminated many of these to the point where you can actually enter the application with error_reporting set to E_ALL (!). Still you should always use E_ERROR in production.

We will continue to eliminate these as we find them and your help is really useful, so keep informing as you can

Thanks
Joe
TSolucio
Reply


Messages In This Thread
RE: PHP Warnings Selection - joebordes - 01-26-2017, 08:23 AM
RE: PHP Warnings Selection - polanskiman - 01-26-2017, 09:35 AM
RE: PHP Warnings Selection - polanskiman - 01-31-2017, 11:38 AM
RE: PHP Warnings Selection - joebordes - 01-31-2017, 01:18 PM
RE: PHP Warnings Selection - polanskiman - 02-01-2017, 05:15 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)