[Flow] Get an 404 error after switching to "production"-context

Mira Frei mira at modifiziert.com
Fri Mar 6 15:04:48 CET 2015


I added this to Packages/Libraries/phpoffice/phpexcel/Classes/PHPExcel/Autoloader.php:
if (class_exists("PHPExcel_Autoloader")) return;

But the same error.. the return is without any effect, because php is parsing this file in any case. After parsing (and declaring classes) php is running the code logical. right?


More information about the Flow mailing list