Latest WoWRoster SVN 1577 Fails at Step 3

Posts from previous Beta sessions

Latest WoWRoster SVN 1577 Fails at Step 3

Postby Dyaxler » Thu Jan 10, 2008 8:39 pm

Installation Note
MySQL server version 4.1.0 or higher is required for Roster.

You are running:
Your server version: 4.1.22-standard
Your client version: 4.1.22
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'm wondering if the installer has problems detecting the server version because it has the "-standard" on the end of it. *shrug*

Here is my version info's from page 1.

WoWRoster Installation
Step 1
Installation Note
Roster has scanned your server and determined that it meets the minimum requirements.

Version Using: 1.9.9.1577
Latest: Unknown

PHP Info View phpinfo()

Version - Using: 5.2.5 / Required: 4.3 +

MySQL Module - Available: Yes / Required: 4.1 +

GD Module: Available: Yes

Required: Optional

Directory Access Cache: GREEN


Forgive me if this question has been asked and answered but I have searched through the forums for someone with a problem close to mine but haven't found one.

Thanks in advance...

Quick edit: I have tried the installatioin through Internet Explorer and Firefox with both returning the same error. The last version that I have been able to install was version 1555.
Last edited by Dyaxler on Thu Jan 10, 2008 8:42 pm, edited 1 time in total.
Dyaxler
WR.net Apprentice
WR.net Apprentice
 
Posts: 48
Joined: Sat Jan 05, 2008 4:51 pm

Latest WoWRoster SVN 1577 Fails at Step 3

Postby PleegWat » Thu Jan 10, 2008 9:31 pm

This is a bug. This message is given if you can proceed with the installation, but it's breaking off somewhere. I'm getting it myself as well, and I'm investigating.
I <3 /bin/bash
User avatar
PleegWat
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 1636
Joined: Tue Jul 04, 2006 1:43 pm

Latest WoWRoster SVN 1577 Fails at Step 3

Postby PleegWat » Thu Jan 10, 2008 9:54 pm

There's a bug in the install SQL. Installations won't be possible till that bug is fixed.
I <3 /bin/bash
User avatar
PleegWat
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 1636
Joined: Tue Jul 04, 2006 1:43 pm

Latest WoWRoster SVN 1577 Fails at Step 3

Postby PleegWat » Thu Jan 10, 2008 10:03 pm

Fixed SVN 1579
I <3 /bin/bash
User avatar
PleegWat
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 1636
Joined: Tue Jul 04, 2006 1:43 pm

Latest WoWRoster SVN 1577 Fails at Step 3

Postby cwpc » Thu Jan 10, 2008 10:58 pm

is it possible to request a new version be posted here, since i dont have access to the SVN from Work?
Image
Image
Image
User avatar
cwpc
WR.net Expert
WR.net Expert
 
Posts: 151
Joined: Wed Jun 13, 2007 9:07 pm
Location: The Edge of Insanity

Re: Latest WoWRoster SVN 1577 Fails at Step 3

Postby Dyaxler » Fri Jan 11, 2008 3:38 am

New installer works great but I've run into another roadblock and really I think it might be my service providor but I can't be sure. On the page where it askes for database info, the last line is for the sites main URL. The installer detects my old domain and auto populates the field. Even if I change that field to my new fully registered domain, where my forums is installed by the way, for some reason the roster still points everything to my old domain thus breaking it. I have EQDKP Plus installed in a different subdir and it works just fine and with a simular install process. So my question, and again I'm guessing that it's my hosts problem, is this another bug? Is there a config I can change temp to force the installer to use a specific domain so when the install is complete it will resove all the pages correctly?

Thanks again!
Dyaxler
WR.net Apprentice
WR.net Apprentice
 
Posts: 48
Joined: Sat Jan 05, 2008 4:51 pm

Re: Latest WoWRoster SVN 1577 Fails at Step 3

Postby Dyaxler » Fri Jan 11, 2008 4:05 am

Well, never mind I guess. :D I changed the following in file header.html located in ./templates/default

Code: Select all
<base href="{ROSTER_URL}" />


to

Code: Select all
<base href="http://*mynewdomain*/roster/" />


And everything is coming up just fine now. Temp fix for me, but my original question still stands. ;)
Dyaxler
WR.net Apprentice
WR.net Apprentice
 
Posts: 48
Joined: Sat Jan 05, 2008 4:51 pm

Latest WoWRoster SVN 1577 Fails at Step 3

Postby zanix » Fri Jan 11, 2008 4:12 am

You can change the main site link in RosterCP after Roster is installed

Roster does not use this to detect its path, it auto-detects it
As for your situation, it seem you might be using url masking, which will make Roster work incorrectly

You can hard code your url in lib/cmslink.lib.php

Line 51
Change $url to your roster url including and ending slash
Code: Select all
define('ROSTER_URL',$url);

(ex. http://www.[yoursite].com/roster/ )
(ex. http://www.[yoursite].com/wow/roster/ )

Line 62
Change $urlpath to the path to Roster including beginning and ending slash
Code: Select all
define('ROSTER_PATH',$urlpath);

(ex. /roster/)
(ex. /wow/roster/)
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: Latest WoWRoster SVN 1577 Fails at Step 3

Postby Dyaxler » Fri Jan 11, 2008 4:42 am

zanix wrote:You can change the main site link in RosterCP after Roster is installed


I knew about this and thats the first thing I tried to get to but I couldn't get that part of the roster to come up properly much less save the setting when the pages were resoving incorrectly. :D

zanix wrote:Roster does not use this to detect its path, it auto-detects it
As for your situation, it seem you might be using url masking, which will make Roster work incorrectly


As I suspected. :) I finally did get an answer back from my hosting provider. They said: "There was an error with the DNS zone for your domain. We have corrected this and the domain should resolve properly for your scripts within the next 3-4 hours." Which I also suspected but I wanted to ask the question here anyways so others who are searching for an issue like mine will know how to handle it. ;)

Thanks all! Keep up the great work and I'll keep hammering away at this thing and submit any more bugs I see.

/cheers
Dyaxler
WR.net Apprentice
WR.net Apprentice
 
Posts: 48
Joined: Sat Jan 05, 2008 4:51 pm

Latest WoWRoster SVN 1577 Fails at Step 3

Postby cwpc » Sat Jan 12, 2008 12:32 am

i downloaded 1579 last night and did a clean install and all went well - thanks for fixing the installer bug guys
Image
Image
Image
User avatar
cwpc
WR.net Expert
WR.net Expert
 
Posts: 151
Joined: Wed Jun 13, 2007 9:07 pm
Location: The Edge of Insanity


Return to Archived

Who is online

Users browsing this forum: No registered users and 1 guest

cron