vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   RPG Integration Hack (https://vborg.vbsupport.ru/forumdisplay.php?f=102)
-   -   Problem. (https://vborg.vbsupport.ru/showthread.php?t=119547)

Olli460 06-24-2006 05:24 PM

Problem.
 
This problem is probably one that has been addressed before and I will look after I post this. Whenever it goes to alter my admin tables I get this error.

Database error in vBulletin 3.5.4:

Invalid SQL:

ALTER TABLE `administrator`
ADD `rpgadminperms` INT( 10 ) UNSIGNED NOT NULL DEFAULT '0';

MySQL Error : Duplicate column name 'rpgadminperms'
Error Number : 1060
Date : Saturday, June 24th 2006 @ 06:20:30 PM
Script : http://emuv2.com/forums/installer/index.php
Referrer :

I saw someone saying to edit the config file to allow using queries and I did that and yet I still get the error. Can someone help?

Revan 06-25-2006 10:36 AM

Did you have this hack installed before and uninstalled it? Because a known error in the previous versions was that that field wouldn't be dropped like it should.
Do this: In ./installer/hacks/rpg_integr_hack/install.php find:
PHP Code:

$this->exec_queries('alter'); 

Add above:
PHP Code:

$this->failsafe true

That should hide the errors and allow the script to install properly.

Olli460 06-27-2006 09:48 PM

Thanks for the help, it worked. I have another problem now...but Im pretty sure its been answered. Ill look around for the answer. Again, thanks alot man its really appreciated.


All times are GMT. The time now is 06:09 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.01068 seconds
  • Memory Usage 1,712KB
  • 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
  • (2)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete