[Help] Web site problem

time2kill

New Member
Joined
Feb 9, 2017
Messages
4
Reaction score
0
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.
 

Dea7h

Admiral General Aladeen
Joined
Jan 16, 2009
Messages
1,189
Reaction score
426
Any errors from your website? Very strange... What ports do you use for your second (vip) server?
 

dota-sdso

Well-Known Member
Joined
Apr 30, 2014
Messages
590
Reaction score
822
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.

First of all which website we are talking about?

"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);

And tell us what you got.
 
Last edited: