Jump to content
xt:Commerce Community Forum

Boxes.php Fehler


Recommended Posts

Hi,

bei mir taucht auf einmal ein Fehler auf in der boxes.php Zeile 26

if ($_SESSION['customers_status']['customers_status_id'] == 0) include(DIR_WS_BOXES . 'admin.php');

K?nntet ihr mir sagen was f?r einen Fehler ich hier habe, denn ich komme auch nicht mehr ins Admin Men?.

Gru?

Markus

Link to comment
Share on other sites

@ all

also dies steht in meinem Browser

Warning: main(): Unable to access /srv/www/htdocs/web130/html/xtcommerce/templates/xtc2/source/boxes/admin.php in /srv/www/htdocs/web130/html/xtcommerce/templates/xtc2/source/boxes.php on line 26


Warning: main(/srv/www/htdocs/web130/html/xtcommerce/templates/xtc2/source/boxes/admin.php): failed to open stream: No such file or directory in /srv/www/htdocs/web130/html/xtcommerce/templates/xtc2/source/boxes.php on line 26


Warning: main(): Unable to access /srv/www/htdocs/web130/html/xtcommerce/templates/xtc2/source/boxes/admin.php in /srv/www/htdocs/web130/html/xtcommerce/templates/xtc2/source/boxes.php on line 26


Warning: main(/srv/www/htdocs/web130/html/xtcommerce/templates/xtc2/source/boxes/admin.php): failed to open stream: No such file or directory in /srv/www/htdocs/web130/html/xtcommerce/templates/xtc2/source/boxes.php on line 26


Warning: main(): Failed opening '/srv/www/htdocs/web130/html/xtcommerce/templates/xtc2/source/boxes/admin.php' for inclusion (include_path='.') in /srv/www/htdocs/web130/html/xtcommerce/templates/xtc2/source/boxes.php on line 26
und dies steht in der boxes.php
require(DIR_WS_BOXES . 'last_viewed.php');

 require(DIR_WS_BOXES . 'whats_new.php');

 require(DIR_WS_BOXES . 'search.php');

 require(DIR_WS_BOXES . 'content.php');

 require(DIR_WS_BOXES . 'information.php');

 include(DIR_WS_BOXES . 'languages.php');

 if ($_SESSION['customers_status']['customers_status_id'] == 0) include(DIR_WS_BOXES . 'admin.php');

 require(DIR_WS_BOXES . 'infobox.php');

 require(DIR_WS_BOXES . 'loginbox.php');

 include(DIR_WS_BOXES . 'newsletter.php');

Link to comment
Share on other sites

Archived

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

×
  • Create New...