smogware Posted July 2, 2004 Report Share Posted July 2, 2004 Ich klicke auf XT-Modules und erhalte diese Fehlermeldung Parse error: parse error in /pages/06/ab/d0003253/htdocs/shop/admin/module_export.php on line 54 Was nun Sprach Zeus. Link to comment Share on other sites More sharing options...
mzanier Posted July 2, 2004 Report Share Posted July 2, 2004 das kommt nur wenn man hierbei selbst was ge?ndert hat. Link to comment Share on other sites More sharing options...
Guest HHGAG Posted July 2, 2004 Report Share Posted July 2, 2004 if (file_exists($module_directory . $class . $file_extension)) { include($module_directory . $class . $file_extension); $module = new $class; if ($_GET['action'] == 'install') { $module->install(); } elseif ($_GET['action'] == 'remove') { $module->remove(); } } So sollte es dort aussehen. Link to comment Share on other sites More sharing options...
smogware Posted July 2, 2004 Author Report Share Posted July 2, 2004 habe nichts ge?ndert. nur das import txt modul von mzanier. und das ist so wie er es gemacht hat. Link to comment Share on other sites More sharing options...
smogware Posted July 2, 2004 Author Report Share Posted July 2, 2004 Problem gel?st man ersetze die datei neu. und fehler ist weg. Link to comment Share on other sites More sharing options...
Buggyboy Posted July 2, 2004 Report Share Posted July 2, 2004 Hi! Versuch mal es neu auf den Webspace zu kopieren. Anscheind ist es wohl nicht richtig angekommen. Parse Error kommen glaube ich meistens, wenn ein Leerzeichen irgendwo zuviel ist oder ein Semikoln nicht gesetzt ist... Probiers halt mal... Peter Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.