Upgrade problem from 2.6.4 to 2.6.6
Moderator: Thorsten
Upgrade problem from 2.6.4 to 2.6.6
I followed the directions as best as I could - but I found no "data.php" in the /inc directory. I ended up uploading the entire "2.6.6" files but now it tells me I cannot do the update that I have to do a clean install. The bottom line is I have 2.6.6 files and 2.6.4 data - how should I go about updating my data? I am afraid to run the install.php script.
Re: Upgrade problem from 2.6.4 to 2.6.6
Hi,
there is no inc/data.php file anymore in the 2.6.x releases. What's the current state of your installation now?
bye
Thorsten
there is no inc/data.php file anymore in the 2.6.x releases. What's the current state of your installation now?
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
Re: Upgrade problem from 2.6.4 to 2.6.6
As I said, I had uploaded the new 2.6.6 files, but I have done nothing to update my data which is still 2.6.4
The system has lost where ever the definitions are for the database and login and password. I realized I read the update instructions wrong - I was going by the 2.5.x instructions. The problem is I have deleted my original files and cannot get back my config files.
The system has lost where ever the definitions are for the database and login and password. I realized I read the update instructions wrong - I was going by the 2.5.x instructions. The problem is I have deleted my original files and cannot get back my config files.
Re: Upgrade problem from 2.6.4 to 2.6.6
Hi,
okay, take a look into the folder config/ and look for the file database.php.original
Rename the file to database.php, open it with a text editor and add your database credentials into the file.
Then run the update script in /install/update.php
bye
Thorsten
okay, take a look into the folder config/ and look for the file database.php.original
Rename the file to database.php, open it with a text editor and add your database credentials into the file.
Then run the update script in /install/update.php
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
Re: Upgrade problem from 2.6.4 to 2.6.6
Thanks - that makes sense. What do I put for database type?
Nevermind - I figured it out - type='Mysql'
Nevermind - I figured it out - type='Mysql'
Re: Upgrade problem from 2.6.4 to 2.6.6
Hi,
please use lowercase characters: "mysql"
bye
Thorsten
please use lowercase characters: "mysql"
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist