Hello,
Tried upgrade to IP 1.4.8 on local install…
Again I think I got mixed up with SOME PATH
.htaccess fils contain :
RewriteEngine On
#RewriteBase /invoiceplane
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
#RewriteRule . /index.php [L]
URL http://127.0.0.1/invoiceplane/setup = page not found
URL http://127.0.0.1/invoiceplane/index.php/setup : OK but after language choice and message saying database is OK and configured I got :
A Database Error Occurred
Error Number: 1292 Incorrect datetime value: ‘0000-00-00 00:00:00’ for column ‘user_date_created’ at row 2ALTER TABLE ip_users
MODIFY COLUMN user_name TEXT;Filename: /var/www/html/invoiceplane/modules/setup/models/mdl_setup.phpLine Number: 94
Thanks
dd