01-26-2017, 08:23 AM
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
$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
TSolucio