Moving to new host

leonor

Active Member
License Active
Hello, i tryed to move one VL list to a new Server, my test VL install was running fine.

Now i tryed to move the VL list from one Server to other Server, same setup but i get alot of Warnings :/ Some have an idea what i did wrong?

greetz

Warning: include(): open_basedir restriction in effect. File(plugins/skin_end.php/languages/english.php) is not within the allowed path(s): (/var/www/VISIOLIST_TOPLIST/htdocs/public:/var/www/VISIOLIST_TOPLIST/tmp/) in /var/www/VISIOLIST_TOPLIST/htdocs/public/index.php on line 157

Warning: include(plugins/skin_end.php/languages/english.php): failed to open stream: Operation not permitted in /var/www/VISIOLIST_TOPLIST/htdocs/public/index.php on line 157

Warning: include(): Failed opening 'plugins/skin_end.php/languages/english.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/VISIOLIST_TOPLIST/htdocs/public/index.php on line 157

Warning: file_exists(): open_basedir restriction in effect. File(plugins/skin_end.php/languages/german.php) is not within the allowed path(s): (/var/www/VISIOLIST_TOPLIST/htdocs/public:/var/www/VISIOLIST_TOPLIST/tmp/) in /var/www/VISIOLIST_TOPLIST/htdocs/public/index.php on line 158

Warning: include(plugins/languages/languages/english.php): failed to open stream: No such file or directory in /var/www/VISIOLIST_TOPLIST/htdocs/public/index.php on line 157

Warning: include(): Failed opening 'plugins/languages/languages/english.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/VISIOLIST_TOPLIST/htdocs/public/index.php on line 157

Warning: include(): open_basedir restriction in effect. File(plugins/info.php/languages/english.php) is not within the allowed path(s): (/var/www/VISIOLIST_TOPLIST/htdocs/public:/var/www/VISIOLIST_TOPLIST/tmp/) in /var/www/VISIOLIST_TOPLIST/htdocs/public/index.php on line 157

Warning: include(plugins/info.php/languages/english.php): failed to open stream: Operation not permitted in /var/www/VISIOLIST_TOPLIST/htdocs/public/index.php on line 157

Warning: include(): Failed opening 'plugins/info.php/languages/english.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/VISIOLIST_TOPLIST/htdocs/public/index.php on line 157

Warning: file_exists(): open_basedir restriction in effect. File(plugins/info.php/languages/german.php) is not within the allowed path(s): (/var/www/VISIOLIST_TOPLIST/htdocs/public:/var/www/VISIOLIST_TOPLIST/tmp/) in /var/www/VISIOLIST_TOPLIST/htdocs/public/index.php on line 158

Warning: include(): open_basedir restriction in effect. File(plugins/index.html/languages/english.php) is not within the allowed path(s): (/var/www/VISIOLIST_TOPLIST/htdocs/public:/var/www/VISIOLIST_TOPLIST/tmp/) in /var/www/VISIOLIST_TOPLIST/htdocs/public/index.php on line 157

Warning: include(plugins/index.html/languages/english.php): failed to open stream: Operation not permitted in /var/www/VISIOLIST_TOPLIST/htdocs/public/index.php on line 157

Warning: include(): Failed opening 'plugins/index.html/languages/english.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/VISIOLIST_TOPLIST/htdocs/public/index.php on line 157

Warning: file_exists(): open_basedir restriction in effect. File(plugins/index.html/languages/german.php) is not within the allowed path(s): (/var/www/VISIOLIST_TOPLIST/htdocs/public:/var/www/VISIOLIST_TOPLIST/tmp/) in /var/www/VISIOLIST_TOPLIST/htdocs/public/index.php on line 158

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /var/www/VISIOLIST_TOPLIST/htdocs/public/index.php:157) in /var/www/VISIOLIST_TOPLIST/htdocs/public/sources/misc/skin.php(368) : eval()'d code on line 3
 

cajkan

Active Member
Probably hostings problem, you should contact Hosting staff for the problems first. Because the script was running fine on other host.

I had the same problem with GoDaddy, they said its script problem. But once i moved to other host was working fine. So not all host know what they are doing.
 

Basti

Administrator
Staff member
Looks like a bad plugin got uploaded.
Only file in plugins/ should be index.htm, rest only folders

File(plugins/skin_end.php/languages/english.php)
skin_end.php should be a plugin name ( folder ). All the errors are trying to include language files
 

leonor

Active Member
License Active
@Basti thanks, now all my problems are gone !

I dont know how but yes there was a plugin in a wrong folder :/
 
Top