Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on Update #65

Open
Naoray opened this issue Nov 21, 2017 · 1 comment
Open

Error on Update #65

Naoray opened this issue Nov 21, 2017 · 1 comment

Comments

@Naoray
Copy link
Contributor

Naoray commented Nov 21, 2017

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.

image
image

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

@Naoray
Copy link
Contributor Author

Naoray commented Nov 21, 2017

Updated the Line 216 and run the upgrade again, but still cannot upgrade to latest version.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant