[Trackmania Nations Forever] RemoteCP 4

Odeesi

Registered User
Hi,

ich bin grad dabei, einen TMNF-Server neu aufzusetzen... hier erstmal die Daten bezüglich Betriebssystem und Adminpanel:

Betriebssystem: Ubuntu 8.04 LTS
Adminpanel: Plesk 8.6

Jetzt habe ich allerdings das Problem, daß remoteCP a) keinerlei Tabellen und somit auch keine Daten in der mit Plesk für die betreffende Domain erstellte Datenbank anlegen kann/will und daß ich ein Problem mit open basedir habe, sobald ich auf's Browser-Tab in remoteCP wechsel...

Ich habe auch schon nach meiner "eigenen Anleitung" (hier: https://serversupportforum.de/threads/trackmania-remotecp-open_basedir-problem.23286/ ) versucht das ganze zu lösen, sprich /home/tmn/tmnf/GameData/Tracks in die vhost.conf eingetragen, allerdings ohne Effekt bis jetzt.
Hier mal die Fehlermeldung bezüglich des Browsertabs:
Code:
[PHP Warning] is_dir() [function.is-dir]: open_basedir restriction in effect. File(/home/tmn/tmnf/GameData/Tracks) is not within the allowed path(s): (/var/www/vhosts/xxx.de/subdomains/trackmania/httpdocs:/tmp) on line 122 in file /var/www/vhosts/xxx.de/subdomains/trackmania/httpdocs/rcp/plugins/Browse/index.php[PHP Warning] mkdir() [function.mkdir]: open_basedir restriction in effect. File(/home/tmn/tmnf/GameData/Tracks) is not within the allowed path(s): (/var/www/vhosts/xxx.de/subdomains/trackmania/httpdocs:/tmp) on line 123 in file /var/www/vhosts/xxx.de/subdomains/trackmania/httpdocs/rcp/plugins/Browse/index.php[PHP Warning] mkdir() [function.mkdir]: open_basedir restriction in effect. File(/home/tmn/tmnf/GameData/Tracks/Challenges) is not within the allowed path(s): (/var/www/vhosts/xxx.de/subdomains/trackmania/httpdocs:/tmp) on line 124 in file /var/www/vhosts/xxx.de/subdomains/trackmania/httpdocs/rcp/plugins/Browse/index.php[PHP Warning] mkdir() [function.mkdir]: open_basedir restriction in effect. File(/home/tmn/tmnf/GameData/Tracks/MatchSettings) is not within the allowed path(s): (/var/www/vhosts/xxx.de/subdomains/trackmania/httpdocs:/tmp) on line 125 in file /var/www/vhosts/xxx.de/subdomains/trackmania/httpdocs/rcp/plugins/Browse/index.php

und hier der Quote beim Database-Tab:
Code:
PHP Warning] mysql_fetch_object(): supplied argument is not a valid MySQL result resource on line 541 in file /var/www/vhosts/xxx.de/subdomains/trackmania/httpdocs/rcp/includes/system.plugins.php[PHP Warning] mysql_num_rows(): supplied argument is not a valid MySQL result resource on line 528 in file /var/www/vhosts/xxx.de/subdomains/trackmania/httpdocs/rcp/includes/system.plugins.php
Opt. Name Author Environment Top Rec.
[PHP Warning] mysql_fetch_object(): supplied argument is not a valid MySQL result resource on line 541 in file /var/www/vhosts/xxx.de/subdomains/trackmania/httpdocs/rcp/includes/system.plugins.php

Ich denke mal stark, daß beide Fehler mit Plesk zusammenhängen, is aber nur ne Vermutung.

(Ich habe den Thread auch im offiziellen deutschen Forum gepostet, um genau zu sein hier: [TMxF] Aseco & remoteCP unter Plesk - Deep Silver - Community)
 
Hallo!
Ersteres ist ein open_basedir Problem (is not within the allowed path). Verlege die Dateien in einen Bereich, in dem der virtuelle Host zugreifen kann. Alternativ erweiterst du open_basedir um /home/tmn/tmnf/GameData/Tracks.

mfG
Thorsten
 
Hi!

Nachdem ich das nochmal gegengecheckt habe, habe ich den open_basedir Fehler gefunden (danke für den Gedanken, das nochmal zu checken)...
Ich habe die vhost.conf in den conf-Ordner von /var/www/xxx.de/ gelegt. Sie sollte jedoch im conf-Ordner von /var/www/xxx/subdomains/trackmania liegen, da dort auch der ganze Trackmania-Kram liegt...
 
Last edited by a moderator:
Back
Top