chinadown Posted August 26, 2004 Report Share Posted August 26, 2004 Ich blick da nicht so richtig durch. Kann mir einer verraten, wie man dieses Easy Populate richtig Installier und Konfiguriert? Ich habe schon die Anleitung: Server has to have register_globals=on 1. Download and copy it to /admin/ 2. CODE ALTER TABLE admin_access ADD easypopulate INTEGER(1); UPDATE admin_access SET easypopulate=1 WHERE customers_id=1; Run this command in your database (mysql), e.g. with phpmyadmin 3. CODE define('FILENAME_EASYPOPULATE','easypopulate.php'); Put this into following file /admin/includes/application_top.php 4. CODE if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['easypopulate'] == '1')) echo ' -' . BOX_EASYPOPULATE . ' '; Put this into following file /admin/includes/column_left.php , there where you wanna have the Link to EP. 5. CODE define('BOX_EASYPOPULATE', 'EasyPopulate'); Put this into following file /lang/english/admin/english.php That's all =) befolgt und nun schreibt er noch diesen Fehler: Warning: main(includes/database_tables.php): failed to open stream: No such file or directory in /usr/local/pem/vhosts/9674/webspace/httpdocs/k-cs/xt_shop/admin/easypopulate.php on line 157 Fatal error: main(): Failed opening required 'includes/database_tables.php' (include_path='.:/usr/share/pear') in /usr/local/pem/vhosts/9674/webspace/httpdocs/k-cs/xt_shop/admin/easypopulate.php on line 157 Ob dieses register_globals=on wirklich "on" ist weis ich nicht. Wie bekomme ich es raus? Und wenn es nicht "on" ist, wie kann man es einschalten? Ich glaub, ich hab schon fast das ganze Forum nach diesen Antworten durchsucht. Ich bin voll am verzweifeln :cry: . K?nnt Ihr es euch vorstellen ca: 5000 Artikel mit der Hand reinzuh?mmern? Bei meinem Shop geht es um Simson-Ersatzteile. Bitte HELFT mir. Link to comment Share on other sites More sharing options...
Guest HHGAG Posted August 26, 2004 Report Share Posted August 26, 2004 Bitte Suche benutzen, Stichwort Easypopulate Und wieder Easypopulate m?sste der Thread hei?en, dort habe ich ausf?hrlich erl?utert wie es installiert wird. Link to comment Share on other sites More sharing options...
Guest HHGAG Posted August 26, 2004 Report Share Posted August 26, 2004 Guckst Du hier: http://www.xt-commerce.com/modules/ipboard...?showtopic=2138 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.