Hey there,
I recently installed Coaster CMS and after installation in the Backend there was an upgrade available from v5.4.26 to v5.4.27.
But when I started the upgrade an error occured.


Looks like in the SystemController@getUpgrade a file_put_contents('', $logFile); is called on line 216. But the first param should not be empty.
EDIT: On second thoughts I think you want to call file_put_contents($logFile, '');.
Best Regards,
Naoray
Hey there,
I recently installed Coaster CMS and after installation in the Backend there was an upgrade available from v5.4.26 to v5.4.27.
But when I started the upgrade an error occured.
Looks like in the
SystemController@getUpgradeafile_put_contents('', $logFile);is called on line 216. But the first param should not be empty.EDIT: On second thoughts I think you want to call
file_put_contents($logFile, '');.Best Regards,
Naoray