Osclass forums
Support forums => General help => 3.7.x => Topic started by: Freespirit on July 27, 2018, 06:46:04 pm
-
Hi all,
just move the site to another hosting changed all info in the config buit get only a white screen...
Any tips which might help me solve this issue....
Thanks Robert
<?php
/**
* The base MySQL settings of Osclass
*/
define('MULTISITE', 0);
/** MySQL database name for Osclass */
define('DB_NAME', 'clicksnow');
/** MySQL database username */
define('DB_USER', 'clicksnow');
/** MySQL database password */
define('DB_PASSWORD', 'xxxxxxxxxx');
/** MySQL hostname */
define('DB_HOST', 'localhost');
/** Database Table prefix */
define('DB_TABLE_PREFIX', 'XXXXX');
define('REL_WEB_URL', '/');
define('WEB_PATH', 'https://clicksnow.win/');
-
Enable Debug to a LOG.
-
ok is the them fino... thanks forgot the debug...
Robert
-
Because white page (of death) is a fatal error.
-
all fixed... thanks...