Jump to content
xt:Commerce Community Forum

Kein Admin m?glich!


Recommended Posts

Hallo!

Wenn ich admin aufrufen will dann kommen folgende Fehler:

Warning: main(): Unable to access /srv/www/htdocs/web8/html/shop/lang/german/login.php in /srv/www/htdocs/web8/html/shop/login.php on line 20

Warning: main(/srv/www/htdocs/web8/html/shop/lang/german/login.php): failed to open stream: No such file or directory in /srv/www/htdocs/web8/html/shop/login.php on line 20

Fatal error: main(): Failed opening required '/srv/www/htdocs/web8/html/shop/lang/german/login.php' (include_path='.') in /srv/www/htdocs/web8/html/shop/login.php on line 20

Was hat dies zu bedeuten. Die Installation und die Templates funktionieren. Nur komme ich nicht ins admin rein! :hit:

Link to comment
Share on other sites

Hallo tonkelz,

Vielleicht wei?t Du was damit anzufangen!

meine login.php

<?php

/* -----------------------------------------------------------------------------------------

$Id: login.php 1143 2005-08-11 11:58:59Z gwinger $

XT-Commerce - community made shopping

'.xtc_image_button('button_continue.gif', IMAGE_BUTTON_CONTINUE).'');

$smarty->assign('BUTTON_LOGIN', xtc_image_submit('button_login.gif', IMAGE_BUTTON_LOGIN));

$smarty->assign('BUTTON_GUEST', ''.xtc_image_button('button_continue.gif', IMAGE_BUTTON_CONTINUE).'');

$smarty->assign('FORM_ACTION', xtc_draw_form('login', xtc_href_link(FILENAME_LOGIN, 'action=process', 'SSL')));

$smarty->assign('INPUT_MAIL', xtc_draw_input_field('email_address'));

$smarty->assign('INPUT_PASSWORD', xtc_draw_password_field('password'));

$smarty->assign('LINK_LOST_PASSWORD', xtc_href_link(FILENAME_PASSWORD_DOUBLE_OPT, '', 'SSL'));

$smarty->assign('FORM_END', '</form>');

$smarty->assign('language', $_SESSION['language']);

$smarty->caching = 0;

$main_content = $smarty->fetch(CURRENT_TEMPLATE.'/module/login.html');

$smarty->assign('main_content', $main_content);

$smarty->assign('language', $_SESSION['language']);

$smarty->caching = 0;

if (!defined(RM))

$smarty->load_filter('output', 'note');

$smarty->display(CURRENT_TEMPLATE.'/index.html');

include ('includes/application_bottom.php');

?>

Link to comment
Share on other sites

Warum bitte hast du keine login.php?

Schaue doch mal bitte genau nach und zwar in den Daten die du noch auf deinem Computer hast. Die muss da drin sein.

Es kann m?glich sein das dein ftp proggie die datei aus welchem grund auch immer nicht mit auf den sever gelegt hat.

Die muss in deinen original dateien vorhanden sein. Schau da bitte nochmal nach.

Link to comment
Share on other sites

  • 2 months later...

Tja war meine Schuld!

Habe OSCommerce und XTCommerce ineinander kopiert--funktioniert nicht (war ja klar!)

Die Login.php war n?mlich von OSC---dann wieder die richtige von XTC eingespielt, dann funktioniert es ohne Probleme!

Au?erdem hatte ich bei der Installation ein falsches Passwort bzw. 1.User falsch angegeben.

Nun funktioniert es.

Link to comment
Share on other sites

Archived

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

×
  • Create New...