PDA

Shop Support News Archive - Shopbetreiber News -> Forum : ECB: Fehler bei der Installation


KKS
02.06.2009, 18:32
Hallo Zusammen,

ich habe alle Dateien auf den Server bei HostEurope geladen und die Verzeichnisrechte gesetzt, dann wähle ich ich die Sprache und bekomme folgende FehlermelDung:

Fatal error: Call to undefined function xtc_not_null() in /is/htdocs/wp1038414_4BUNXUASKP/www/meine-domain/inc/xtc_href_Link [ Verweis auf andere Stelle der Webseite ]_Shop/Onlineshop / Onlineshopstat.inc.php on line 17

Was mach ich da falsch?

Grüsse
Nadine

hein-tobi
03.06.2009, 10:37
probier mal in der Datei xtc_installer/includes/application.php


// include General functions
require_once(DIR_FS_INC.'xtc_set_time_limit.inc.ph p');
require_once(DIR_FS_INC.'xtc_check_agent.inc.php') ;
require_once(DIR_FS_INC.'xtc_in_array.inc.php');


ersetzen Durch

// include General functions
require_once(DIR_FS_INC.'xtc_set_time_limit.inc.ph p');
require_once(DIR_FS_INC.'xtc_check_agent.inc.php') ;
require_once(DIR_FS_INC.'xtc_in_array.inc.php');
require_once(DIR_FS_INC.'xtc_not_null.inc.php');

KKS
03.06.2009, 12:11
''>ZITAT(hein-tobi @ Jun 3 2009, 9:37) 175946
probier mal in der Datei xtc_installer/includes/application.php


// include General functions
require_once(DIR_FS_INC.'xtc_set_time_limit.inc.ph p');
require_once(DIR_FS_INC.'xtc_check_agent.inc.php') ;
require_once(DIR_FS_INC.'xtc_in_array.inc.php');


ersetzen Durch

// include General functions
require_once(DIR_FS_INC.'xtc_set_time_limit.inc.ph p');
require_once(DIR_FS_INC.'xtc_check_agent.inc.php') ;
require_once(DIR_FS_INC.'xtc_in_array.inc.php');
require_once(DIR_FS_INC.'xtc_not_null.inc.php');

[/b]


Super! Das hat funktioniert - aber da sind Sie schon die nächsten Probleme:

Warning: mysql_select_db() [function.mysql-select-db]: Access denied for user 'nobody'@'localhost' (using password: NO) in /is/htdocs/wp1038414_4BUNXUASKP/www/inc/xtc_db_select_db.inc.php on line 20

Warning: mysql_select_db() [function.mysql-select-db]: A Link [ Verweis auf andere Stelle der Webseite ] to the Server could not be established in /is/htdocs/wp1038414_4BUNXUASKP/www/inc/xtc_db_select_db.inc.php on line 20

Warning: mysql_set_charset() [function.mysql-set-charset]: Access denied for user 'nobody'@'localhost' (using password: NO) in /is/htdocs/wp1038414_4BUNXUASKP/www/inc/xtc_db_set_charset.inc.php on line 28

Warning: mysql_set_charset() [function.mysql-set-charset]: A Link [ Verweis auf andere Stelle der Webseite ] to the Server could not be established in /is/htdocs/wp1038414_4BUNXUASKP/www/inc/xtc_db_set_charset.inc.php on line 28

Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /is/htdocs/wp1038414_4BUNXUASKP/www/inc/xtc_db_query.inc.php on line 30
1045 - Access denied for user 'nobody'@'localhost' (using password: NO)

UPDATE `languages` SET `language_charset` = 'utf8';


Datenbank ist angelegt, Benutzer und Passwort geprüft und OK.
Ich weiss auch nicht mehr...

KKS
04.06.2009, 13:41
Hallo Zusammen,

es hat sich geklärt! Ich habe die Datenbank noch mal gelöscht und alles von vorne, und dann gings!

Viele Grüsse und frohes Schaffen
Nadi