PDA

View Full Version : keeps on warning upgrade


jdleung
03-25-2007, 03:12 PM
thanks for the team for the great update!

I followed the instruction replace the old files with the new files, but it keeps on warning me to upgrade though I click upgrade for times.

if I install a new one, it works fine.

found the following codes:

if( $installed_version < 1.59)
{
header("Location: install.php");
exit;
}

GeoS
03-25-2007, 04:25 PM
Check in DB in version table if you have there record with 1.59 value. If not then it means all is fine (behaviour of PP) and that there was some problems with upgrade process.

Tell us one more thing - which version did you use?

jdleung
03-26-2007, 03:54 AM
GeoS, I got 1.49995, 1.41, 1.4 in the table version.

Dennis
03-27-2007, 08:14 AM
So you're upgrading from 1.5 beta. Please check if the required fields are made (for example in pixelpost_pixelpost check if there is a field named exif_info) if this is true you can manually change the version number to 1.59 by adding another row.

jdleung
03-27-2007, 11:20 AM
schonhose, I added manually. it's ok now on this problem.

Dennis
03-27-2007, 11:46 AM
issue resolved.