Jump to content
xt:Commerce Community Forum

Woran Liegt Dieser Fehler ?


smogware

Recommended Posts

Guest HHGAG

   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

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

Archived

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

×
  • Create New...