Installation stuck at Step 3

Posts from previous Beta sessions

Installation stuck at Step 3

Postby Dracoking007 » Fri Aug 17, 2007 12:25 am

Installing beta.

Read the FAQ about the Beta.

Removed what I was suppose to remove.

It sits at the screen with the following:

WoWRoster Installation
Step 3
Installation Note
MySQL client and server version 4.1.0 or higher is required for Roster.

You are running:

* Your server version: 4.0.16
* Your client version: 4.0.16

MySQL versions less than 4.1.0 may experience data corruption and are not supported.
We will not provide support for these types of installations.


There are no options to continue. Is it because of my server/client version? It works fine with the old Roster. The wording suggests that it should work but there could be data corruption problems later.

Thanks for your help :)
Dracoking007
WR.net Apprentice
WR.net Apprentice
 
Posts: 9
Joined: Thu Jul 06, 2006 11:04 pm

Installation stuck at Step 3

Postby Diska » Fri Aug 17, 2007 1:58 am

Yes, you need 4.1 for the server and client.

You could hack the installer to bypass the check but you'll be on your own if you do.
The memberlist module needs 4.1 and as it's quite an important part of roster you'd better upgrade to a higher version of mysql
User avatar
Diska
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 179
Joined: Tue Jul 04, 2006 2:05 pm

Re: Installation stuck at Step 3

Postby Dracoking007 » Fri Aug 17, 2007 2:27 am

Diska wrote:Yes, you need 4.1 for the server and client.

You could hack the installer to bypass the check but you'll be on your own if you do.
The memberlist module needs 4.1 and as it's quite an important part of roster you'd better upgrade to a higher version of mysql


Acckkk...

I was afraid of that. My SQL server is through my website provider and they have no plans to upgrade any time soon.

I guess I stick with the old version :cry:
Dracoking007
WR.net Apprentice
WR.net Apprentice
 
Posts: 9
Joined: Thu Jul 06, 2006 11:04 pm

Re: Installation stuck at Step 3

Postby Frylok » Sat Aug 18, 2007 5:26 pm

I am getting the same error:

Code: Select all
MySQL client and server version 4.1.0 or higher is required for Roster.

You are running:
Your server version: 5.0.45-log
Your client version: 4.0.25
MySQL versions less than 4.1.0 may experience data corruption and are not supported.
We will not provide support for these types of installations.


I am using mysql 5.0 and Have installed other php apps like joomla, dupal, and phpnuke without any issues.
Is there something I need to do with the .htaccess file?
Frylok
WR.net Apprentice
WR.net Apprentice
 
Posts: 1
Joined: Sat Aug 18, 2007 3:07 pm

Installation stuck at Step 3

Postby zanix » Sun Aug 19, 2007 2:48 am

install.php
Line 554
Code: Select all
      if( version_compare($server_version,'4.1','<') || version_compare($client_version,'4.1','<') )

Change to
Code: Select all
      if( version_compare($server_version,'4.1','<') )


And PLEASE let us know if there are any SQL errors in Roster, especially with memberslist and its alt grouping
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

Installation stuck at Step 3

Postby Melina » Sun Aug 19, 2007 7:36 am

anyway to let it run on 4.0.16 sql? its done by my provider so i can't update it..
User avatar
Melina
WR.net Apprentice
WR.net Apprentice
 
Posts: 49
Joined: Fri Aug 03, 2007 6:49 am

Installation stuck at Step 3

Postby zanix » Sun Aug 19, 2007 2:08 pm

Nope, the SQL will fail on memberslist with anything lower than 4.1
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

Installation stuck at Step 3

Postby Deeo » Mon Aug 20, 2007 9:37 pm

sure?

because, im using
Code: Select all
Your server version: 4.0.24_Debian-10sarge2-log


wich works with everything that use 4.1 very properly. (for example: eqdkpPlus german Mod)

hmm, otherwise i have to update mysql to the highest 4.x Version. MySQL 5 doesnt work with a lot of installed things...
Deeo
WR.net Journeyman
WR.net Journeyman
 
Posts: 80
Joined: Mon Jul 10, 2006 2:02 pm

Re: Installation stuck at Step 3

Postby seleleth » Mon Aug 20, 2007 9:57 pm

Frylok wrote:I am getting the same error:

Code: Select all
MySQL client and server version 4.1.0 or higher is required for Roster.

You are running:
Your server version: 5.0.45-log
Your client version: 4.0.25
MySQL versions less than 4.1.0 may experience data corruption and are not supported.
We will not provide support for these types of installations.


I am using mysql 5.0 and Have installed other php apps like joomla, dupal, and phpnuke without any issues.
Is there something I need to do with the .htaccess file?


Yours is not the same error, Frylok. Yours is referencing the client version only. We're sure the server version needs to be 4.1, but we're not certain about the client version. You can do what Zanix posted to get through, or you can follow a similar method in this topic, but please let us know if you bump into trouble with it--especially with the members list.
User avatar
seleleth
Gimpy Developer
Gimpy Developer
 
Posts: 59
Joined: Thu Jul 06, 2006 10:26 pm
Location: Salt Lake City, UT

Re: Installation stuck at Step 3

Postby secretone » Sat Aug 25, 2007 2:34 am

I had a similar problem and when I checked on my hosts website ( 1 & 1 )
it said it had php5 installed but it always used php4. I eventualy found out
that by adding the following to the beginning of the .htaccess file in the
roster folder it used php5 instead of php4.

Code: Select all
AddType x-mapp-php5 .php


I hope that bit of info might help others.
Last edited by secretone on Sat Aug 25, 2007 2:35 am, edited 1 time in total.
Image
User avatar
secretone
WR.net Apprentice
WR.net Apprentice
 
Posts: 62
Joined: Wed Feb 28, 2007 6:33 pm
Location: Kent, UK

Re: Installation stuck at Step 3

Postby Feithar » Sat Aug 25, 2007 10:36 pm

I've installed the new version of the roster on my guild's web site, and have done some playing around. My web provider users the 4.1.18-log version of the server, and 4.0.xx version of the client (sorry, I can't remember the exact point release).

I'll keep playing around and post if we have any issues. If you want to do your own testing on our environment, feel free to drop by:

http://www.servantsofseagis.org/roster2/index.php

Thanks for the great tool, and keep up the awesome work! :-)

Edit: fixed a typo in the server version
Last edited by Feithar on Sat Aug 25, 2007 10:37 pm, edited 1 time in total.
User avatar
Feithar
WR.net Apprentice
WR.net Apprentice
 
Posts: 15
Joined: Sun Nov 26, 2006 7:58 am

Installation stuck at Step 3

Postby zanix » Sun Aug 26, 2007 9:08 am

I just wanted to say thanks to all those that are testing this issue
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


Return to Archived

Who is online

Users browsing this forum: No registered users and 1 guest

cron