vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - v3 Arcade - Games Arcade System for 3.6.0 (https://vborg.vbsupport.ru/showthread.php?t=114012)

bold 11-29-2005 10:58 PM

workin fine for me

Lionel 11-29-2005 11:00 PM

yes I do use prefixes

fringehead 11-29-2005 11:02 PM

I uploaded the files, then chowned them to the proper website permissions...

Why am I getting no access from the admin? and why do I not see games? Do I need to download games?

lanc3lot 11-29-2005 11:05 PM

Quote:

Originally Posted by John
If you've been having problems and you're using table prefixes, download the zip file again and try to install. If you get an error when trying to install, upload arcadetools.php into your admincp directory and run admincp.php?do=fixdb.

It should solve any problems you've been having.


It will solve also the prob i have when i alter the settings?

When u say install again, u mean repaste the files u have inside or just upload the new xml? I did upload only the xml and everything went ok, though, when i try alter the settings i have the same error

Also, when u say run admincp.php?do=fixdb, what do u mean? :)

John 11-29-2005 11:08 PM

Quote:

Originally Posted by lanc3lot
It will solve also the prob i have when i alter the settings?

When u say install again, u mean repaste the files u have inside or just upload the new xml? I did upload only the xml and everything went ok, though, when i try alter the settings i have the same error

Also, when u say run admincp.php?do=fixdb, what do u mean? :)

It was a big typo. Should be:

Quote:

If you've been having problems and you're using table prefixes, download the zip file again and try to install. If you get an error when trying to install, upload arcadetools.php into your admincp directory and run arcadetools.php?do=fixdb.

It should solve any problems you've been having.

Moparx 11-29-2005 11:08 PM

Quote:

Originally Posted by TsirhCitna
So I tried to upgrade from 1.0.0 to 1.0.1 and this is what I get when I try to import the new product. I selected overwrite.

Code:

Database error in vBulletin 3.5.1:

Invalid SQL:
ALTER TABLE vb3_arcade_categories ADD categoryid int(10) unsigned NOT NULL auto_increment;

MySQL Error  : Duplicate column name 'categoryid'
Error Number : 1060
Date                : Tuesday, November 29th 2005 @ 06:59:57 PM
Script          : http://www.tenstones.net/forums/admincp/plugin.php
Referrer        : http://www.tenstones.net/forums/admincp/plugin.php?do=productadd
IP Address  : 4.229.225.84
Username        : Bob
Classname        : vB_Database


I am also getting this... I originally uninstalled the product earlier today and just tried to reinstall since 1.0.1 supports posts per day now.

I have tried manually dropping the vb3_arcade_* tables to no avail


running arcadetools.php?do=fixdb gives me this:
Quote:

Database error in vBulletin 3.5.1:

Invalid SQL:

SELECT administrator.*,
userfield.*, usertextfield.*, user.*, UNIX_TIMESTAMP(passworddate) AS passworddate,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid,
language.phrasegroup_cpuser AS phrasegroup_cpuser,
language.phrasegroup_arcade AS phrasegroup_arcade,
language.phrasegroup_cpglobal AS phrasegroup_cpglobal,
language.phrasegroup_global AS phrasegroup_global,
language.options AS lang_options,
language.languagecode AS lang_code,
language.charset AS lang_charset,
language.locale AS lang_locale,
language.imagesoverride AS lang_imagesoverride,
language.dateoverride AS lang_dateoverride,
language.timeoverride AS lang_timeoverride,
language.registereddateoverride AS lang_registereddateoverride,
language.calformat1override AS lang_calformat1override,
language.calformat2override AS lang_calformat2override,
language.logdateoverride AS lang_logdateoverride,
language.decimalsep AS lang_decimalsep,
language.thousandsep AS lang_thousandsep

FROM vb3_user AS user
LEFT JOIN vb3_userfield AS userfield ON (user.userid = userfield.userid)
LEFT JOIN vb3_usertextfield AS usertextfield ON (usertextfield.userid = user.userid) LEFT JOIN
vb3_administrator AS administrator ON (administrator.userid = user.userid) INNER JOIN vb3_language AS language ON
(language.languageid = IF(user.languageid = 0, 1, user.languageid))

WHERE user.userid = 1;

MySQL Error : Unknown column 'language.phrasegroup_arcade' in 'field list'
Error Number : 1054
Date : Tuesday, November 29th 2005 @ 08:06:06 PM
Script : http://www.virtualinfusion.net/<admincp>/arcadetools.php?do=fixdb

Lionel 11-29-2005 11:11 PM

I do get errors running that tools also. All phrases disappeared too.

lanc3lot 11-29-2005 11:14 PM

When i do this john (i mean without the typo:P) i have:

Code:

Database error in vBulletin 3.5.0:

Invalid SQL:
CREATE TABLE vb3new_arcade_categories (categoryid int(10) unsigned NOT NULL auto_increment, catname varchar(250) NOT NULL, displayorder int(10) unsigned NOT NULL, PRIMARY KEY (categoryid));

MySQL Error  : Table 'vb3new_arcade_categories' already exists
Error Number : 1050
Date        : Wednesday, November 30th 2005 @ 03:13:32 AM
Script      : http://www.gamers.gr/forums/admincp/arcadetools.php?do=fixdb
Referrer    :
IP Address  : 212.54.217.231
Username    : lancelot
Classname    : vb_database


TsirhCitna 11-29-2005 11:14 PM

Quote:

Originally Posted by John
If you've been having problems and you're using table prefixes, download the zip file again and try to install. If you get an error when trying to install, upload arcadetools.php into your admincp directory and run arcadetools.php?do=fixdb.

It should solve any problems you've been having.

Code:

Database error in vBulletin 3.5.1:

Invalid SQL:
ALTER TABLE vb3_arcade_categories ADD categoryid int(10) unsigned NOT NULL auto_increment;

MySQL Error  : Duplicate column name 'categoryid'
Error Number : 1060
Date                : Tuesday, November 29th 2005 @ 08:14:04 PM
Script          : http://www.tenstones.net/forums/admincp/arcadetools.php?do=fixdb
Referrer        :


John 11-29-2005 11:16 PM

Quote:

Originally Posted by TsirhCitna
Code:

Database error in vBulletin 3.5.1:

Invalid SQL:
ALTER TABLE vb3_arcade_categories ADD categoryid int(10) unsigned NOT NULL auto_increment;

MySQL Error  : Duplicate column name 'categoryid'
Error Number : 1060
Date                : Tuesday, November 29th 2005 @ 08:14:04 PM
Script          : http://www.tenstones.net/forums/admincp/arcadetools.php?do=fixdb
Referrer        :


Download the zip again.

If fixdb doesn't help, try uninstalling and reinstalling.


All times are GMT. The time now is 08:14 AM.

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.03180 seconds
  • Memory Usage 1,757KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete