Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > Premium Archives > ibProArcade Archive
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
3.7.0. Beta 2 / ibProarcade Details »»
3.7.0. Beta 2 / ibProarcade
Version: , by kylek kylek is offline
Developer Last Online: Jul 2023 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 12-17-2007 Last Update: Never Installs: 0
 
No support by the author.

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.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 12-17-2007, 07:47 PM
Feckie (Roger)'s Avatar
Feckie (Roger) Feckie (Roger) is offline
 
Join Date: May 2005
Location: Dublin Eire
Posts: 392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes No Problems so far
Reply With Quote
  #3  
Old 12-17-2007, 08:18 PM
Shazz's Avatar
Shazz Shazz is offline
 
Join Date: Jun 2006
Location: Utah
Posts: 4,758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #4  
Old 12-18-2007, 10:04 AM
Scape-Server Scape-Server is offline
 
Join Date: Dec 2007
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I get an error whenever you view or post a thread. The thread will still post but (obviously) you cannot view it.

Code:
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
Reply With Quote
  #5  
Old 12-18-2007, 04:48 PM
MrZeropage's Avatar
MrZeropage MrZeropage is offline
 
Join Date: Nov 2003
Location: Munich, Germany
Posts: 3,012
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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 ?
Reply With Quote
  #6  
Old 12-18-2007, 05:08 PM
Scape-Server Scape-Server is offline
 
Join Date: Dec 2007
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

To change the collation execute this SQL query:

Code:
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.
Reply With Quote
  #7  
Old 12-20-2007, 02:32 PM
syrus.xl's Avatar
syrus.xl syrus.xl is offline
 
Join Date: Jun 2005
Location: In a cyber world...
Posts: 999
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #8  
Old 12-20-2007, 05:07 PM
kylek kylek is offline
 
Join Date: Oct 2003
Location: British Columbia, Canada
Posts: 798
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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"
Reply With Quote
  #9  
Old 12-25-2007, 11:03 AM
cheat-master30's Avatar
cheat-master30 cheat-master30 is offline
 
Join Date: Mar 2007
Location: Information Classified
Posts: 1,715
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kylek View Post
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.
Reply With Quote
  #10  
Old 12-26-2007, 03:58 AM
Chance4Today Chance4Today is offline
 
Join Date: Aug 2007
Location: NE
Posts: 187
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MrZeropage View Post


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.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:20 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04608 seconds
  • Memory Usage 2,290KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete