I just moved my installation to a new server, but now the admin panel doesn't show that there is an upgrade available. I assume it is because it cannot connect to the upgrade server. For debug purposes, can you tell me the address of the wsn upgrade server?
Same server you're currently looking at. Check your servertest.php to see if you have curl or fopen url wrappers. If not, that's the problem. If you do have it, you might have mismatched file and database versions -- for example, a scriptinfo.php from the current version despite a database from the older version.
0/5
1
2
3
4
5
Sorry, you don't have permission to post posts. Log in, or register if you haven't yet.
Comments on where is the update server
Forum Regular
Usergroup: Customer
Joined: Jun 22, 2005
Total Topics: 91
Total Comments: 305
I just moved my installation to a new server, but now the admin panel doesn't show that there is an upgrade available. I assume it is because it cannot connect to the upgrade server. For debug purposes, can you tell me the address of the wsn upgrade server?
Thanks
David
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Same server you're currently looking at. Check your servertest.php to see if you have curl or fopen url wrappers. If not, that's the problem. If you do have it, you might have mismatched file and database versions -- for example, a scriptinfo.php from the current version despite a database from the older version.