Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/ShExBy/shex_roo.../var/softacul.../impressp...
File: config.php
<?php
[0] Fix | Delete
[1] Fix | Delete
/**
[2] Fix | Delete
* @package ImpressPages
[3] Fix | Delete
*/
[4] Fix | Delete
[5] Fix | Delete
return [
[6] Fix | Delete
'sessionName' => 'ses[[SESSION_NAME]]', // prevents session conflict when two sites runs on the same server
[7] Fix | Delete
'developmentEnvironment' => 1, // displays error and debug information. Change to 0 before deployment to production server
[8] Fix | Delete
'showErrors' => 1, // 0 if you don't wish to display errors on the page
[9] Fix | Delete
'debugMode' => 0, // Debug mode loads raw unminified JavaScript files, alerts AJAX errors.
[10] Fix | Delete
'timezone' => 'America/New_York', // PHP 5 requires timezone to be set.
[11] Fix | Delete
'db' => array (
[12] Fix | Delete
'hostname' => '[[softdbhost]]',
[13] Fix | Delete
'username' => '[[softdbuser]]',
[14] Fix | Delete
'password' => '[[softdbpass]]',
[15] Fix | Delete
'tablePrefix' => '[[dbprefix]]',
[16] Fix | Delete
'database' => '[[softdb]]',
[17] Fix | Delete
'charset' => 'utf8',
[18] Fix | Delete
), // Database configuration
[19] Fix | Delete
];
[20] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function