-
Notifications
You must be signed in to change notification settings - Fork 6
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
Warning when re-running migration on +3.4 #97
Comments
Hi! We can omit these warnings, but the final result should be ok. I'll need more details to understand the problem, can you post the error log and the log from the plugin on the forum and tag me (I'm also jonasraoni there)? |
The update is generic (doesn't require know-how about the PN), so tagging @kaitlinnewson / @ewhanson for a sanity check (AKA review). |
Hi @jonasraoni, without knowing much about pln it all looks fine to me! Is there any issue with suppressing the errors for unserialize for future troubleshooting? I'm assuming not, but that was the only small question I had. |
The following PHP errors are present on OJS 3.4.0.4 and plugin 3.0.0.1 with PHP 8.0 when I run the php upgrade command from terminal.
Plugin will not sync with PN
PHP Warning: Array to string conversion in /public/plugins/generic/pln/classes/migration/upgrade/I57_UpdateSettings.php on line 45
PHP Notice: unserialize(): Error at offset 0 of 5 bytes in /public/plugins/generic/pln/classes/migration/upgrade/I57_UpdateSettings.php on line 45
PHP Warning: Array to string conversion in /public/plugins/generic/pln/classes/migration/upgrade/I57_UpdateSettings.php on line 45
PHP Notice: unserialize(): Error at offset 0 of 5 bytes in /public/plugins/generic/pln/classes/migration/upgrade/I57_UpdateSettings.php on line 45
The text was updated successfully, but these errors were encountered: