Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #341  
Old 11-06-2005, 12:29 PM
micheal332001 micheal332001 is offline
 
Join Date: Apr 2004
Posts: 1,112
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ggiersdorf
we need a thread for problems Zero.. Im getting this when going into the Admin CP

and clicking on usergroups or pathing to the arcade manually



mySQL query error: SELECT m.userid, m.username, m.posts, m.arcade_ban, m.times_played, m.is_arcade_mod AS is_mod,
m.fav_games AS favs, m.user_sort, m.user_order, m.user_g_pp,
m.user_s_pp, m.def_g_cat, m.game_skin, m.arcade_mod_privs, m.arcade_pmactive, g.adminpermissions AS is_admin,
g.arcade_access, g.p_require, g.max_play, g.ppd_require, g.ibpa_cats AS allowed_categories
FROM user AS m
LEFT JOIN usergroup AS g
ON (m.usergroupid = g.usergroupid)
WHERE userid=1 LIMIT 0, 1

mySQL error: Unknown column 'g.ibpa_cats' in 'field list'
mySQL error code:
Date: Sunday 06th of November 2005 07:42:54 AM


Version 3.5.0 fresh install. Anyone else had this and have the fix?!

Hi there you need to run this in your phpmyadmin

PHP Code:
 ALTER TABLE `usergroupADD `arcade_pmactivetinyint(1NOT NULL default '1';
 
ALTER TABLE `usergroupADD `ibpa_catsMEDIUMTEXT 
Remember to put your prefix in
Reply With Quote
  #342  
Old 11-06-2005, 12:41 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, Zero, where's my beta copy at?
Reply With Quote
  #343  
Old 11-06-2005, 01:25 PM
MissKalunji's Avatar
MissKalunji MissKalunji is offline
 
Join Date: Aug 2003
Location: Canada
Posts: 2,845
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by micheal332001
Hi there you need to run this in your phpmyadmin

PHP Code:
 ALTER TABLE `usergroupADD `arcade_pmactivetinyint(1NOT NULL default '1';
 
ALTER TABLE `usergroupADD `ibpa_catsMEDIUMTEXT 
Remember to put your prefix in

it doesnt work.....

Thats what i get and its on an upgrade

Quote:
mySQL query error: SELECT m.userid, m.username, m.posts, m.arcade_ban, m.times_played, m.is_arcade_mod AS is_mod,
m.fav_games AS favs, m.user_sort, m.user_order, m.user_g_pp,
m.user_s_pp, m.def_g_cat, m.game_skin, m.arcade_mod_privs, m.arcade_pmactive, g.adminpermissions AS is_admin,
g.arcade_access, g.p_require, g.max_play, g.ppd_require, g.ibpa_cats AS allowed_categories
FROM user AS m
LEFT JOIN usergroup AS g
ON (m.usergroupid = g.usergroupid)
WHERE userid=1315 LIMIT 0, 1

mySQL error: Unknown column 'm.arcade_pmactive' in 'field list'
mySQL error code:
Date: Sunday 06th of November 2005 10:25:24 AM
found the bug :


it didnt execute this : $vbulletin->db->query_write("ALTER TABLE " . TABLE_PREFIX . "user ADD arcade_pmactive tinyint(1) DEFAULT '1' NOT NULL");
$
Reply With Quote
  #344  
Old 11-06-2005, 01:39 PM
4number8 4number8 is offline
 
Join Date: Nov 2004
Posts: 118
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I would be more than greatful to test it out also...can't wait for the final finished version.
Reply With Quote
  #345  
Old 11-06-2005, 01:42 PM
Huijting Huijting is offline
 
Join Date: Jul 2005
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Aaarghh,

Got it working , i think

I changed the code :

ALTER TABLE `usergroup` ADD `arcade_pmactive` tinyint(1) NOT NULL default '1';

ALTER TABLE `usergroup` ADD `ibpa_cats` MEDIUMTEXT ;

to :

ALTER TABLE `user` ADD `arcade_pmactive` tinyint(1) NOT NULL default '1';

ALTER TABLE `usergroup` ADD `ibpa_cats` MEDIUMTEXT ;

For now it works for me
Reply With Quote
  #346  
Old 11-06-2005, 01:49 PM
Wordplay Wordplay is offline
 
Join Date: Nov 2001
Location: Dengoku
Posts: 864
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is there no challange system in ipb arcade?
Reply With Quote
  #347  
Old 11-06-2005, 02:10 PM
Huijting Huijting is offline
 
Join Date: Jul 2005
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

To get my arcade announcement working again i also added :

Code:
ALTER TABLE `games_settings` ADD `announcement_parsed` text NOT NULL ;
Rob
Reply With Quote
  #348  
Old 11-06-2005, 02:36 PM
nitro nitro is offline
 
Join Date: Nov 2001
Posts: 302
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Huijting
Aaarghh,

Got it working , i think

I changed the code :

ALTER TABLE `usergroup` ADD `arcade_pmactive` tinyint(1) NOT NULL default '1';

ALTER TABLE `usergroup` ADD `ibpa_cats` MEDIUMTEXT ;

to :

ALTER TABLE `user` ADD `arcade_pmactive` tinyint(1) NOT NULL default '1';

ALTER TABLE `usergroup` ADD `ibpa_cats` MEDIUMTEXT ;

For now it works for me
This would appear to be correct to me as its what I did a while ago having suffered the same issue. not sure on the Annoucements bit they are not showing in the arcade but they are elsewhere on my own mods ? Only just noticed this after reading the post.
Reply With Quote
  #349  
Old 11-06-2005, 02:54 PM
tcs's Avatar
tcs tcs is offline
 
Join Date: Jun 2002
Posts: 130
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can I download RC4?
Reply With Quote
  #350  
Old 11-06-2005, 03:02 PM
MissKalunji's Avatar
MissKalunji MissKalunji is offline
 
Join Date: Aug 2003
Location: Canada
Posts: 2,845
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Wordplay
is there no challange system in ipb arcade?

theres a tournement it hink it sthe same
Reply With Quote
  #351  
Old 11-06-2005, 03:28 PM
MrZeropage's Avatar
MrZeropage MrZeropage is offline
 
Join Date: Nov 2003
Location: Munich, Germany
Posts: 3,012
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry for that trouble with the Database-Tables, will provide a fixed XML soon.

Yes, Tournaments with 2 Players are somewhat the "challenge" from v3arcade, by now this can be initiated by any Arcade-Mod or an Administrator.

Maybe a simple "challenge another player" will come as an AddOn later
Reply With Quote
  #352  
Old 11-06-2005, 04:58 PM
MrZeropage's Avatar
MrZeropage MrZeropage is offline
 
Join Date: Nov 2003
Location: Munich, Germany
Posts: 3,012
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I apologize for the errors in RC4-Installer, so I will spread a fixed RC4.5 within the next 30 minutes...
Reply With Quote
  #353  
Old 11-06-2005, 05:09 PM
Snake's Avatar
Snake Snake is offline
 
Join Date: Mar 2005
Location: Cleveland, OH
Posts: 3,832
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK that's cool but when is the final version to be released? I'm sick of those RC versions man.
Reply With Quote
  #354  
Old 11-06-2005, 05:13 PM
ggiersdorf ggiersdorf is offline
 
Join Date: Aug 2005
Posts: 251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Mr.Zero, Could you make a small adjustment to the Postbitlegacy or POstbit section.

Right now it allows standard (which Piles them up/down on postbit)
Horizontal and vertical scrolling.

Could you please make or help me make a better solution for many of us.

Have them line up left to right 1 or 2 spaces apart with no text but just the aracde icon (clickable to the game) and when you hover over it it says Pacman champ score: 1000

this allows multiple awards on the postbit without scrolling etc, and makes it look MUCH nicer in my view.

Hope you understand this request if not I can make a drawing..

Otherwise its sweet as HELL..
Reply With Quote
  #355  
Old 11-06-2005, 05:17 PM
Huijting Huijting is offline
 
Join Date: Jul 2005
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MrZeropage
I apologize for the errors in RC4-Installer, so I will spread a fixed RC4.5 within the next 30 minutes...

Are the changes I posted the only errors ??? or am i missing something else ??

Thnx

Rob
Reply With Quote
  #356  
Old 11-06-2005, 06:02 PM
kylek kylek is offline
 
Join Date: Oct 2003
Location: British Columbia, Canada
Posts: 798
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MrZeropage
I apologize for the errors in RC4-Installer, so I will spread a fixed RC4.5 within the next 30 minutes...
Will RC4.5 be out soon, just trying to plan the rest of my day.
Thanks.
Reply With Quote
  #357  
Old 11-06-2005, 06:13 PM
MrZeropage's Avatar
MrZeropage MrZeropage is offline
 
Join Date: Nov 2003
Location: Munich, Germany
Posts: 3,012
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Gimme 5 Minutes ... Preparing PM
Reply With Quote
  #358  
Old 11-06-2005, 06:17 PM
Snake's Avatar
Snake Snake is offline
 
Join Date: Mar 2005
Location: Cleveland, OH
Posts: 3,832
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey me too, Zero. I would like to install and beta test it.
Reply With Quote
  #359  
Old 11-06-2005, 06:33 PM
ggiersdorf ggiersdorf is offline
 
Join Date: Aug 2005
Posts: 251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

FIles are fixed now looking good, anyone who can tell me about the above request 4 posts up let me know please!?
Reply With Quote
  #360  
Old 11-06-2005, 06:41 PM
MrZeropage's Avatar
MrZeropage MrZeropage is offline
 
Join Date: Nov 2003
Location: Munich, Germany
Posts: 3,012
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I know what you mean, I will check this out and maybe implement in the next version (which hopefully means to be the final release)
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 02:09 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05379 seconds
  • Memory Usage 2,390KB
  • Queries Executed 12 (?)
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
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_code
  • (2)bbcode_php
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (20)post_thanks_box
  • (20)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (20)post_thanks_postbit_info
  • (20)postbit
  • (20)postbit_onlinestatus
  • (20)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