Quote:
Originally Posted by Canis Firebrand
I just downloaded both zip files from this thread and got it installed. Everything looks to be working fine.
One thing that is odd, when I go into the Zoints Local Admin area, I see this message at the top.
You are currently running version "1.0"
The latest version is: 1.0.1
Version 1.0.1 of Zoints Local and a new vBulletin product are now available and can be downloaded here. There are no critical bug fixes in these versions, just a few annoyances fixed and a fix for the media block.
|
We finally got this one tracked down. It happens only on new installs. You can solve it one of three ways:
1. Run the update (even though you are already updated, it won't hurt anything)
2. Wait for 1.0.2
3. Execute this sql query:
Code:
REPLACE INTO zp_settings VALUES ('version', '1.0.1')
Sorry for the trouble.