Your client version: 3.23.56

Posts from previous Beta sessions

Your client version: 3.23.56

Postby Cigaras » Thu Aug 16, 2007 12:40 am

MySQL client and server version 4.1.0 or higher is required for Roster.

You are running:

* Your server version: 4.1.15-Debian_1ubuntu5
* Your client version: 3.23.56

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.


what should I do?
User avatar
Cigaras
WR.net Apprentice
WR.net Apprentice
 
Posts: 11
Joined: Sun Jun 24, 2007 10:03 pm

Your client version: 3.23.56

Postby DaarianneDarkmoon » Thu Aug 16, 2007 12:50 am

get an update...
if you are using a webhost, ask them if they have a newer mysql and if you can change your account to one of them.

if all fails, get a new host...
User avatar
DaarianneDarkmoon
WR.net Apprentice
WR.net Apprentice
 
Posts: 48
Joined: Wed Jul 12, 2006 12:34 am

Re: Your client version: 3.23.56

Postby Jasun » Thu Aug 16, 2007 1:05 am

if you have access to update things this post may be helpfull although its not for ubuntu http://www.wowroster.net/Forums/viewtopic/t=3946.html

it looks like your webserver needs an update for php4-mysql
your mysql server should be ok
Last edited by Jasun on Thu Aug 16, 2007 1:06 am, edited 1 time in total.
User avatar
Jasun
WR.net Apprentice
WR.net Apprentice
 
Posts: 12
Joined: Tue Jul 04, 2006 1:02 pm
Location: Earth
Realm: Dragonmaw (PvP) - US

Your client version: 3.23.56

Postby Cigaras » Thu Aug 16, 2007 1:35 am

I changed host to one with loke client and server version 5.1 somewhat, installed roster and guess what..[quote=PHP Errors]lib/functions.lib.php
Warning line 1113: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration
Warning line 1113: file_get_contents(http://www.wowroster.net/roster_updater/version.txt) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found[/quote]
so: [quote=URL Grabber]Could not retrieve URL
Backtrace (most recent call last):

* lib/functions.lib.php
o Line: 236
o Function Called: backtrace
* lib/functions.lib.php
o Line: 1119
o Function Called: die_quietly
o Arguments:
+ Could not retrieve URL
+ URL Grabber
* pages/rostercp.php
o Line: 71
o Function Called: urlgrabber
o Arguments:
+ http://www.wowroster.net/roster_updater/version.txt
* index.php
o Line: 67
o Function Called: require
o Arguments:
+ /home/***/***/***/***/htdocs/pages/rostercp.php[/quote] could somebody suggest me hosting that I could use for testing?
User avatar
Cigaras
WR.net Apprentice
WR.net Apprentice
 
Posts: 11
Joined: Sun Jun 24, 2007 10:03 pm

Your client version: 3.23.56

Postby seleleth » Thu Aug 16, 2007 4:29 am

I bumped into a similar issue when installing on one of my servers, though the circumstances were a bit different.

In my case it's a Windows 2003 server of my own, running IIS, and a very recent copy of MySQL 5.0.41. Apparently MySQL 5 does some strange stuff with logins which is explained here:

http://dev.mysql.com/doc/refman/5.0/en/old-client.html

The result was that wowroster (and a lot of other stuff, like some forums I wanted to install) couldn't even authenticate against the MySQL server. To solve this, I had to follow the procedure explained in the previous link, and everything was fine. Until...

I tried to install the new version of WoWRoster and, like yourself, I was informed that just the "client" side of my server was outdated.

I don't understand the whys and whats of MySQL, but it seemed strange that the client side was showing such an old version just because I changed the login method. I knew my actual server was 5.0.41. Anyway, I chose to ignore it--or rather, to tell the install to ignore it--by doing the following:

- Open install.php
- Find this line (around 529):
$client_version = mysql_get_client_info();
- Change to this:
$client_version = mysql_get_server_info();

That just tells the check to read the server version for both the client and server versions, and it passes. (There are a bunch of other ways you can get around this too.)

So far I have not had any issues. Maybe I will down the road, maybe I won't. If you choose to do this same process always remember that it is non-standard and may cause issues and I will not be responsible for them. But until then, it seems to work.

(Maybe someone more savy in the ways of MySQL can explain to us the difference in server and client version and if the client version being outdated is a concern, or if only the server version really matters. If it turns out that the client version doesn't matter, perhaps we can remove the check for it in the install.)
User avatar
seleleth
Gimpy Developer
Gimpy Developer
 
Posts: 59
Joined: Thu Jul 06, 2006 10:26 pm
Location: Salt Lake City, UT

Your client version: 3.23.56

Postby Cigaras » Thu Aug 16, 2007 5:15 am

oh thank you thank you very much! that worked just perfectly (vonder how i did not come to it myself)
User avatar
Cigaras
WR.net Apprentice
WR.net Apprentice
 
Posts: 11
Joined: Sun Jun 24, 2007 10:03 pm

Your client version: 3.23.56

Postby zanix » Thu Aug 16, 2007 6:30 am

Thanks for checking this out seleleth
I think the only parts of Roster that require 4.1 is the memberslist

If alt grouping works, then we should be ok
Last edited by zanix on Thu Aug 16, 2007 6:30 am, edited 1 time in total.
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

Your client version: 3.23.56

Postby Masterslayer » Thu Aug 16, 2007 7:30 am

i used the work around and it let me install the roster will this affect anything in general during these beta runs ??
User avatar
Masterslayer
WR.net Apprentice
WR.net Apprentice
 
Posts: 7
Joined: Mon Jul 10, 2006 9:59 am

Your client version: 3.23.56

Postby zanix » Thu Aug 16, 2007 11:27 am

Can you post your mysql server and client version Masterslayer?
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

Your client version: 3.23.56

Postby PleegWat » Fri Aug 17, 2007 2:32 am

Fixed the fopen wrapper problem. Now, if it can't check the latest version, it will output a php user warning and continue, instead of dying.
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

Re: Your client version: 3.23.56

Postby Dampframme » Sat Aug 18, 2007 12:09 am

same problem but i use version 4.1.x on both :

MySQL client and server version 4.1.0 or higher is required for Roster.

You are running:

* Your server version: 4.1.11-Debian_4sarge7-log
* Your client version: 4.0.24

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.


before proceed all in green markup .
Last edited by Dampframme on Sat Aug 18, 2007 12:20 am, edited 1 time in total.
User avatar
Dampframme
WR.net Apprentice
WR.net Apprentice
 
Posts: 13
Joined: Sat Mar 10, 2007 4:52 pm
Location: Magdeburg / Germany

Re: Your client version: 3.23.56

Postby Leftaf » Tue Aug 21, 2007 8:28 pm

Hi all,

i have the same Problem talk to the Hotline of my Host but they don't have a clue what need to be updated to get the Client Version higher.

Could someone help me to tell them what need's to be updated.

Thx

MySQL client and server version 4.1.0 or higher is required for Roster.

You are running:

* Your server version: 5.0.26-standard-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.
Leftaf
WR.net Apprentice
WR.net Apprentice
 
Posts: 4
Joined: Mon Aug 28, 2006 11:17 am

Your client version: 3.23.56

Postby davidnorman1 » Tue Aug 21, 2007 10:43 pm

The problem is to do with the connector (client) that PHP uses with MySQL. Without going into too much detail, the version that PHP bundles is older than the MySQL version.

To update Windows servers is pretty easy as there is a binary download. This isn't the case for Linux distributions though :(

For more information visit: MYSQL AB: Download Connector

As for Seleleth's question about client version checking, I can't see why dropping this check would effect the installation as long as the server version is ok.
Hope this helps! :)
Last edited by davidnorman1 on Tue Aug 21, 2007 10:47 pm, edited 1 time in total.
User avatar
davidnorman1
WR.net Apprentice
WR.net Apprentice
 
Posts: 5
Joined: Sun Feb 18, 2007 9:23 pm

Your client version: 3.23.56

Postby zanix » Wed Aug 22, 2007 1:12 am

davidnorman1 wrote:As for Seleleth's question about client version checking, I can't see why dropping this check would effect the installation as long as the server version is ok.
Hope this helps! :)

Yes, but we are making sure this is true though
I haven't seen any errors posted on this issue, so at this point, I think it's safe
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