Advertisement:

Author Topic: Just moved system to a different hosting get white screen config is set up :-(  (Read 468 times)

Freespirit

  • Newbie
  • *
  • Posts: 14
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/');
« Last Edit: July 27, 2018, 06:53:17 pm by Freespirit »

Aficionado

  • Guest
Enable Debug to a LOG.

Freespirit

  • Newbie
  • *
  • Posts: 14
ok is the them fino... thanks forgot the debug...

Robert

Aficionado

  • Guest
Because white page (of death) is a fatal error.


Freespirit

  • Newbie
  • *
  • Posts: 14
all fixed... thanks...