Jump to content
xt:Commerce Community Forum

[SOLVED] BackEnd funktioniert nicht!


astoun

Recommended Posts

Ich habe eine Testverion von Veyton auf meinem Server installiert. Ioncube läuft, FrontEnd auch, aber im Backend bekommen ich überall in dem rechten Frame eine Liste von Fehlern und mehr nichts!

Woran kann das liegen?

Warning: main(PhpExt/Javascript.php): failed to open stream: No such file or directory in /home/www/web6/html/veyton_4012/xtAdmin/page_includes.php on line 0 Warning: main(): Failed opening 'PhpExt/Javascript.php' for inclusion (include_path='.') in /home/www/web6/html/veyton_4012/xtAdmin/page_includes.php on line 0 Warning: main(PhpExt/Ext.php): failed to open stream: No such file or directory in /home/www/web6/html/veyton_4012/xtAdmin/page_includes.php on line 0 Warning: main(): Failed opening 'PhpExt/Ext.php' for inclusion (include_path='.') in /home/www/web6/html/veyton_4012/xtAdmin/page_includes.php on line 0 Warning: main(PhpExt/Data/Store.php): failed to open stream: No such file or directory in /home/www/web6/html/veyton_4012/xtAdmin/page_includes.php on line 0 Warning: main(): Failed opening 'PhpExt/Data/Store.php' for inclusion (include_path='.') in /home/www/web6/html/veyton_4012/xtAdmin/page_includes.php on line 0

Link to comment
Share on other sites

ok, habe jetzt hingekriegt!

für alle, die einen dedicated server mit Confixx benutzen:

unter "httpd special" in "Advanced mode" soll für den benutzer mit dem xt-commerce (in meinem fall web6) folgendes stehen:

<Directory "/home/www/web6/html">

include_path .:/home/www/web6/html/veyton_4012/xtFramework/library

</Directory>

kontroliert kann es in phpinfo:

als Local Value für include_path soll stehen

.:/home/www/web6/html/veyton_4012/xtFramework/library

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...