View Full Version : 3.7.0. Beta 2 / ibProarcade
kylek
12-17-2007, 06:44 PM
Has anyone got ibProArcade and 3.7.0. Beta 2 running together yet? Curious as the arcade is the one thing that members complain the most when its not available.
Feckie (Roger)
12-17-2007, 07:47 PM
Yes No Problems so far
Shazz
12-17-2007, 08:18 PM
This is one of the head start threads. Theres going to be a ton of threads/posts "does this work on 3.7" etc.
It seems fine for the arcade
Scape-Server
12-18-2007, 10:04 AM
I get an error whenever you view or post a thread. The thread will still post but (obviously) you cannot view it.
Database error in vBulletin 3.7.0 Beta 2:
Invalid SQL:
SELECT t.champion, u.userid FROM tournaments AS t
LEFT JOIN user AS u ON (t.champion = u.username)
WHERE champion<>'';
MySQL Error : Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (latin1_general_ci,IMPLICIT) for operation '='
Error Number : 1267
Date : Tuesday, December 18th 2007 @ 04:01:03 AM
Script : http://scape-server.org/showthread.php?p=542
Referrer : http://scape-server.org/forums.php
IP Address : 86.129.198.101
Username : James
Classname : vB_Database
??
EDIT:
I fixed this! In phpMyAdmin i changed the champion field's collation from latin1_swedish_ci to atin1_general_ci.
You might want to fix this :)
MrZeropage
12-18-2007, 04:48 PM
how exactly do you change the collation ? Please describe it, as some more users have such problems (which is not related to vBulletin 3.7.x) - thanks
I think there should be no problems at all in vB 3.7.x - anyone tried a fresh install on it ?
Scape-Server
12-18-2007, 05:08 PM
To change the collation execute this SQL query:
ALTER TABLE `tournaments` CHANGE `champion` `champion` TEXT CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL
Execute it from within vBulletin to make sure it goes correctly :)
I have just noticed that no highscores save either!? It just says: Could not retrieve scores.
Any ideas on this?
EDIT: I just added the whole vba cmps thing (i had it installed) so i modded my file. Now it works but i still get the error. Note: I am playing snake. I have not tested other games YET.
syrus.xl
12-20-2007, 02:32 PM
I've installed 3.7 beta 2 (upgrade from 3.6.8), updated a custom style (modified 9 templates) and then installed the arcade. There is no problems at all that I've come across. Scores are still saving, etc.
I only done all this on a test installation of vbulletin - just checking compatibility issues.
kylek
12-20-2007, 05:07 PM
I have 3 sites running live with 3.7.0. Beta 2 and ibProarcade and everything is working fine. The only compatibility problem I have found is with vbcredits so if you are using it for points and tied into the arcade you cannot use the customize profile feature in 3.7.0 Beta 2. These sites already had ibProarcade installed, so no fresh installs though.
"Bitfield Collision: credits_cantearn = prefixrequired"
cheat-master30
12-25-2007, 11:03 AM
I have 3 sites running live with 3.7.0. Beta 2 and ibProarcade and everything is working fine. The only compatibility problem I have found is with vbcredits so if you are using it for points and tied into the arcade you cannot use the customize profile feature in 3.7.0 Beta 2. These sites already had ibProarcade installed, so no fresh installs though.
"Bitfield Collision: credits_cantearn = prefixrequired"
Change either credits bitfield or the vBulletin default one to a different value to remove the collision. Or, you can disable the arcade intergration and the games can still be played fine.
Chance4Today
12-26-2007, 03:58 AM
I think there should be no problems at all in vB 3.7.x - anyone tried a fresh install on it ?
Yeah I have a fresh install of it for my kids Christmas Present but it isn't done yet and so far none or I should say that most of the hacks don't work but I will try and see if this one does I was planning on putting something in there for them anyways.
Magnumutz
01-28-2008, 06:09 PM
OK, this just happened to me, using vB 3.7.0 Beta4... my problem was EXACTLY the same as scape-server's.
I ran that query and it's working just great.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.