hello members, i have season 2 1.02r version.
i have normal and vip server.
when i start normal server usualy working website but when i start vip server dont working website and turn off.
why ? please help me guys.
hello members, i have season 2 1.02r version.
i have normal and vip server.
when i start normal server usualy working website but when i start vip server dont working website and turn off.
why ? please help me guys.
"My website doesn't work with sub-server but is working with the main server" does not make sense to me, as the only difference between them, which eventually may affect the web could be only the database.
Easy Steps:
1. Find index.php in the main website directory
2. Write the code below
PHP:
<?php
// right after <?php this code below
error_reporting(E_ALL);
//or this
ini_set('error_reporting', E_ALL);