Tried to upgrade

Installation issues with WoWRoster

Tried to upgrade

Postby Fink » Sun Oct 22, 2006 4:47 pm

then when i go to upgrade i recieve


Upgrade Error

You have already upgraded Roster
Or you have a newer version than this upgrader



have no idea?
I removed all the roster files stored on the server (except the imgs and conf.php files), left the database alone and tried to upgrade to recieve error above. Dont understand?
Fink
WR.net Apprentice
WR.net Apprentice
 
Posts: 7
Joined: Tue Jul 04, 2006 3:42 pm

Re: Tried to upgrade

Postby XanDer » Sun Oct 22, 2006 4:59 pm

Exactly the same trouble.

Can't update.
XanDer
WR.net Apprentice
WR.net Apprentice
 
Posts: 9
Joined: Sat Sep 02, 2006 8:13 pm

Tried to upgrade

Postby zanix » Sun Oct 22, 2006 5:14 pm

register_globals MUST be turned off in php
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

Re: Tried to upgrade

Postby XanDer » Sun Oct 22, 2006 5:28 pm

How can I do this ? a file to modify in the Webroster files ?
XanDer
WR.net Apprentice
WR.net Apprentice
 
Posts: 9
Joined: Sat Sep 02, 2006 8:13 pm

Tried to upgrade

Postby zanix » Sun Oct 22, 2006 7:13 pm

It's a php setting
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

Tried to upgrade

Postby sharkyy » Sun Oct 22, 2006 8:08 pm

I've the same trouble too.

My register_globals is turned off
sharkyy
WR.net Apprentice
WR.net Apprentice
 
Posts: 1
Joined: Mon Oct 16, 2006 4:40 pm

Re: Tried to upgrade

Postby generalwalton » Sun Oct 22, 2006 9:03 pm

Exact same problem on my end.
generalwalton
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Mon Aug 07, 2006 11:37 pm

Tried to upgrade

Postby SethDeBlade » Mon Oct 23, 2006 12:53 am

register_globals turned on by default on my webhoster.

but made it manualy
User avatar
SethDeBlade
WR.net Expert
WR.net Expert
 
Posts: 192
Joined: Thu Jul 06, 2006 1:02 am
Location: Germany

Tried to upgrade

Postby Minishadow » Mon Oct 23, 2006 1:34 am

my webhost dos not support du change register_globals setting. Any change for me to get it updated?
Last edited by Minishadow on Mon Oct 23, 2006 1:35 am, edited 1 time in total.
Minishadow
WR.net Apprentice
WR.net Apprentice
 
Posts: 10
Joined: Sun Oct 01, 2006 1:01 am

Re: Tried to upgrade

Postby generalwalton » Mon Oct 23, 2006 2:08 am

I had the same problem as I stated above. I called my hosting company who happens to be Godaddy, they stated that in fact they have register_globals turned on by default. However they said that I could just put my own php.ini in my root directory with the settings that I needed. I did so and it worked like a charm. So if you are having trouble try downloading a standard php.ini template make sure the globals are turned off and stick the ini in your root directory and see if it fixes the problem.
generalwalton
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Mon Aug 07, 2006 11:37 pm

Tried to upgrade

Postby Minishadow » Mon Oct 23, 2006 2:51 am

my webhost (funpic.de) doesn't allow this either.
Minishadow
WR.net Apprentice
WR.net Apprentice
 
Posts: 10
Joined: Sun Oct 01, 2006 1:01 am

Tried to upgrade

Postby zanix » Mon Oct 23, 2006 3:34 am

Contact your host, and tell them to turn register_globals off
It is a huge security risk and should be off

If they can't (or won't most likely)
Try using a .htaccess file placed in the root of your httpdocs or www directory
Code: Select all
php_flag register_globals off
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

Re: Tried to upgrade

Postby generalwalton » Mon Oct 23, 2006 8:56 am

if worst comes to worst you can always try using phpnuke as a work around, a howto can be found here:

Chaning php.ini when you do not have access to it
generalwalton
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Mon Aug 07, 2006 11:37 pm

PHP 5 apparently required for upgrade.php

Postby Jessy » Mon Oct 23, 2006 6:40 pm

Here's something I found that may help out others with a similar problem...

I have roster installed on different subdomains on the same server. The first one I updated was my test site, to make sure everything would upgrade smoothly. This upgrade worked perfect without any problems.

However when I tried it on my live site, I kept getting this error.

Code: Select all
Upgrade Error

You have already upgraded Roster
Or you have a newer version than this upgrader


These subdomains are on the same server, just in different folders. So I doubted that the .htaccess addition would make a difference to one if it didn't to the other. However, I tried it anyway. I still got the same error.

On a hunch, I checked out my settings for both subdomains, to see if there were any differences there. That's when I finally spotted the problem. The test site was set to use PHP 5.1.2 while the live site only used PHP 4.4.2. Setting the live site to use PHP 5, fixed it immediately.

If anyone is still having problems with the upgrade, be sure to upgrade to PHP 5. That should make it work. :thumleft:
Last edited by Jessy on Mon Oct 23, 2006 8:42 pm, edited 2 times in total.
~Jessy
WebMistress & GuildMistress of
<Knights of Dragon Fire>
Image
Image
Image
User avatar
Jessy
WR.net Apprentice
WR.net Apprentice
 
Posts: 7
Joined: Fri Jul 07, 2006 4:07 am

Tried to upgrade

Postby Mikycol » Mon Oct 23, 2006 7:41 pm

i cant turn off register_globals.

Any solutions??
User avatar
Mikycol
WR.net Apprentice
WR.net Apprentice
 
Posts: 11
Joined: Fri Jul 07, 2006 6:42 pm

Next

Return to Installation

Who is online

Users browsing this forum: No registered users and 1 guest

cron