[BUG]: Trying to update 3.1.28 to 3.2.25 beta 3 (or 3.2.4) gives error on default value for created. #1201
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What Happened?
When i try to update to newer JCB version i get this error:
Error: updating database schema. Error: failed to create missing joomla_power table. Invalid default value for 'created'
When i change this file (line):
and add this:
It updates without issues.
Steps to reproduce the Bug
Try to update a 3.1.28 version on Joomla 3 to 3.2.5 beta 3.
Which Joomla version are you compiling in?
3.10.12
Which PHP version are you compiling in?
8.1
Which Joomla versions are you targeting?
3
Which PHP version are you targeting?
8.1
Which Web server is JCB running on?
Apache
Which Relational Database is JCB running on?
Mariadb 10.4
Which OS is JCB running on?
Centos 7
Which JCB version are you using?
3.1.28
Where in JCB did this issue occur?
Other
On which browsers did you encounter the issue?
Safari
Additional Comments
No response
@TLWebdesign can you confirm that this works?
This will be the more correct solution, as the issue really relates to the database version and not the Joomla version.