demo components won't compile - DateTime double timezone specification #39
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?
Hi, I can't seem to compile the demo components. Keep getting the same error on compile for all 3 components:
DateTime::__construct(): Failed to parse time string (-001-11-29T23:00:00+00:00) at position 7 (-): Double timezone specification
I'm using a fresh 3.6.5 joomla install and CB 2.3.0
Hi this is a bug, and I am working on it...
To get around it open all views and fields and save them (make sure the created and modified dates are set), the error is due to these views and fields not having created, and modified dates.
Should have this fixed in a few days....
So here's what I've done. I ran this sql code on phpmyadmin and that fixed it. I guessed it would be faster than editing the fields and views one by one and it worked :)
Just remember to replace the prefix with the right one for your database and this should do the trick.