yousun Posted August 27, 2007 Report Share Posted August 27, 2007 Hallo, ich hab mal ne Frage, denn ich bin blutiger Anfänger. Gibt es im Forum eine detailierte Anleitung, um sich die Software local erstmal zu installieren, damit man mal etwas probieren kann. Oder wer kann mir dabei helfen, mir evtl. ne kurze Beschreibung geben. Apache ab Version 1.3 PHP in der Version 4 MySQL ab Version 3 (Datenbank) phpMyAdmin hab ich auf meinem Rechner installiert und die Software xt:commerce downgeloaded. ich hab eine Datenbank unter phpMyAdmin angelegt, allerdings nur den Namen, keine Tabellen, weil ich nicht weiß welche ich brauche. Nun wollte ich über den browser (firefox) local im verzeichnis xtc_installer die index.php aufrufen. Da kommt aber nur blödsinn. Ich komm da nicht weiter. Wahrscheinlich stell ich mich zu dämlich an. Wer kann mir bitte helfen..... Danke und Gruß yousun Link to comment Share on other sites More sharing options...
flee Posted August 27, 2007 Report Share Posted August 27, 2007 Es würde helfen wenn du berichten würdest was für eine fehlermeldung angezeigt wird. Link to comment Share on other sites More sharing options...
yousun Posted August 27, 2007 Author Report Share Posted August 27, 2007 Hi, danke erstmal das du dich meiner annimmst ;-) Also, es gibt keine richtige Fehlermeldung, es wird der XT Bildschirm angezeigt mit dem ganzen kram hier: add('index', SELECT_LANGUAGE_ERROR); } if ($error == false) { xtc_redirect(xtc_href_link('install_step1.php', '', 'NONSSL')); } } ?> xtc:Install '; } if (!is_writeable(DIR_FS_CATALOG . 'includes/configure.org.php')) { $error_flag=true; $message .= 'WRONG PERMISSION on '.DIR_FS_CATALOG . 'includes/configure.org.php '; } if (!is_writeable(DIR_FS_CATALOG . 'admin/includes/configure.php')) { $error_flag=true; $message .= 'WRONG PERMISSION on '.DIR_FS_CATALOG . 'admin/includes/configure.php '; } if (!is_writeable(DIR_FS_CATALOG . 'admin/includes/configure.org.php')) { $error_flag=true; $message .= 'WRONG PERMISSION on '.DIR_FS_CATALOG . 'admin/includes/configure.org.php '; } $status='OK'; if ($error_flag==true) $status='ERROR'; $ok_message.='FILE Permissions .............................. '.$status.' '; // smarty folders $folder_flag==false; if (!is_writeable(DIR_FS_CATALOG . 'admin/rss/xt-news.cache')) { $error_flag=true; $folder_flag=true; $message .= 'WRONG PERMISSION on '.DIR_FS_CATALOG . 'admin/rss/xt-news.cache '; } if (!is_writeable(DIR_FS_CATALOG . 'templates_c/')) { $error_flag=true; $folder_flag=true; $message .= 'WRONG PERMISSION on '.DIR_FS_CATALOG . 'templates_c/ '; } if (!is_writeable(DIR_FS_CATALOG . 'cache/')) { $error_flag=true; $folder_flag=true; $message .= 'WRONG PERMISSION on '.DIR_FS_CATALOG . 'cache/ '; } if (!is_writeable(DIR_FS_CATALOG . 'admin/rss/')) { $error_flag=true; $folder_flag=true; $message .= 'WRONG PERMISSION on '.DIR_FS_CATALOG . 'admin/rss/ '; } if (!is_writeable(DIR_FS_CATALOG . 'admin/images/graphs')) { $error_flag=true; $folder_flag=true; $message .= 'W Ich dachte da wird dann eine art setup aufgerufen, wo man sich durchhangeln muß. Irgendwie scheint mir fehlt hier ne ganze menge. Vielleicht beschreibst du mir kurz wie du das machen würdest, dann erkenn ich ja meinen fehler bestimmt. Danke Gruß Link to comment Share on other sites More sharing options...
flee Posted August 28, 2007 Report Share Posted August 28, 2007 hmm ich bin kein profi aber vielleicht hilft es um zu checken ob die files als read-only gekennzeichnet sind. ((!is_writeable). in vista musste ich auch ne option ausvinken,womit ich den inhoud anders verschlüsseln lass (krummes deutsch ). dass kann mit rechts klicken aufs file und dan siehst du bei dem read-only noch nen knopf. hoffe das ist deutlich genug und sonst habe ich keine idee Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.