php - build website in hosting then transfer it to vps -


i'm trying move site hosting vps didn't work.

what i'm doing build website in :

zyro.com 

then move when i'm trying open website (after transfer of site) show me empty web page.

and i'm transfer website hosting , it's working 100% not working on vps.

is there program should install on vps ?

update :

the error :

notice: undefined variable: lang in /home/www/html/public_html/zyro/1.php on line 1  notice: undefined variable: lang in /home/www/html/public_html/zyro/1.php on line 80  notice: undefined variable: lang in /home/www/html/public_html/zyro/1.php on line 159 

and in line 1 there :

<?php if ($lang == 'en') { ?> 

and line 80 there :

<?php } else if ($lang == 'ar') { ?> 

and line 159 there :

<?php } else if ($lang == 'fr') { ?> 

enable php error reporting in php.ini. add line (or modify existing):

display_errors = on 

you can post errors here, after.

or, if don't know how try put in php script (it won't show parse errors, though)

ini_set('display_errors',1); ini_set('display_startup_errors',1); error_reporting(-1); 

and don't forget remove lines, after you'll fix it.


Comments

  1. then move when I'm trying open website (after transfer of site) show me empty web page.

    and I'm transfer website hosting , it's working 100% not working on VPS.
    try here
    Clicking Here

    ReplyDelete

Post a Comment

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -