I'm trying to install nubulder and I've this error.
I'm on Ubuntu 16.04 and php 7.0.13
Thank you!
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
problem during installation - php7
-
- Posts: 2
- Joined: Sat Jan 21, 2017 12:25 pm
problem during installation - php7
You do not have the required permissions to view the files attached to this post.
-
- Posts: 2
- Joined: Wed Jun 10, 2015 2:24 pm
Re: problem during installation - php7
I've got the identical problem here, also Ubuntu 16.04 and php 7
-
- Posts: 2
- Joined: Sun Feb 26, 2017 6:12 am
Re: problem during installation - php7
I had the same issue, looking at the datetime format I I found this:
http://stackoverflow.com/questions/3729 ... 0000-00-00
- It seems that this MySQL Version 5.7.17 under Mac OS X Sierra doesn't allow this format "0000-00-00", instead of I used CURRENT_TIMESTAMP.
http://stackoverflow.com/questions/3729 ... 0000-00-00
- It seems that this MySQL Version 5.7.17 under Mac OS X Sierra doesn't allow this format "0000-00-00", instead of I used CURRENT_TIMESTAMP.