Osclass forums

Support forums => General help => 3.7.x => Topic started by: Freespirit on July 27, 2018, 06:46:04 pm

Title: Just moved system to a different hosting get white screen config is set up :-(
Post 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/');
Title: Re: Just moved system to a different hosting get white screen config is set up :-(
Post by: Aficionado on July 27, 2018, 06:57:53 pm
Enable Debug to a LOG.
Title: Re: Just moved system to a different hosting get white screen config is set up :-(
Post by: Freespirit on July 27, 2018, 07:11:19 pm
ok is the them fino... thanks forgot the debug...

Robert
Title: Re: Just moved system to a different hosting get white screen config is set up :-(
Post by: Aficionado on July 27, 2018, 07:12:43 pm
Because white page (of death) is a fatal error.

Title: Re: Just moved system to a different hosting get white screen config is set up :-(
Post by: Freespirit on July 27, 2018, 08:08:39 pm
all fixed... thanks...