You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the setup on my local machine (using Xampp with php PHP 7.3.2) works fine, trying to use it on AWS EC2 (using PHP 7.2) results in the following error:
message: "unserialize(): Error at offset 0 of 893 bytes" exception: "ErrorException" file: "/var/app/current/vendor/mpociot/versionable/src/Mpociot/Versionable/Version.php" line: 56
This happens apparently when calling getModel() on a version. Storing new versions seem to work without errors, I can see them in the database.
My guess is that this bug is due to the PHP version.
The text was updated successfully, but these errors were encountered:
While the setup on my local machine (using Xampp with php PHP 7.3.2) works fine, trying to use it on AWS EC2 (using PHP 7.2) results in the following error:
message: "unserialize(): Error at offset 0 of 893 bytes" exception: "ErrorException" file: "/var/app/current/vendor/mpociot/versionable/src/Mpociot/Versionable/Version.php" line: 56
This happens apparently when calling getModel() on a version. Storing new versions seem to work without errors, I can see them in the database.
My guess is that this bug is due to the PHP version.
The text was updated successfully, but these errors were encountered: