4images Forum & Community

4images Issues / Ausgaben => Installation, Update & Configuration => Topic started by: JJBladester on May 18, 2010, 07:02:45 PM

Title: Upgraded from v1.7.4 to v1.7.7 but shows "Powered by 4images 1.7.4"
Post by: JJBladester on May 18, 2010, 07:02:45 PM
I had version 1.7.4 installed and just updated to version 1.7.7 using the steps outlined in \docs\Update.english.txt

All I had to do was copy my existing "config.php" to a temporary location, dump the contents of the .zip update file into the gallery directory on my site, and replace the new config.php file with the old one.

The site appears to be working just fine, but at the bottom, it still says Powered by 4images 1.7.4.  What can I do to make this say Powered by 4images 1.7.7?
Title: Re: Upgraded from v1.7.4 to v1.7.7 but shows "Powered by 4images 1.7.4"
Post by: mawenzi on May 18, 2010, 07:23:46 PM
... you can change the number of your 4images version in /includes/constants.php ...
Code: [Select]
define('SCRIPT_VERSION', '1.7.x');