vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - RPG Inferno v2.4 Lite (https://vborg.vbsupport.ru/showthread.php?t=103792)

Decado 01-03-2006 05:39 PM

if you have the AWS installed that's probably the culprit.

ReadOrDie 01-03-2006 09:30 PM

Question, when someone dies, how do they get revived?

opteek 01-04-2006 05:04 AM

Quote:

Originally Posted by Decado
if you have the AWS installed that's probably the culprit.

No, I do not have AWS installed.

Here is the SQL error I get when I attempt to run the installation script:
Code:

Database error in vBulletin 3.5.2:

Invalid SQL:
CREATE TABLE `inferno_attack` (
  `aid` int(11) NOT NULL auto_increment,
  `aname` text NOT NULL,
  `atype` text NOT NULL,
  `asprite` text NOT NULL,
  `amp_cost` int(15) NOT NULL default '0',
  PRIMARY KEY  (`aid`)
) ENGINE=MyISAM;;

MySQL Error  : You have an error in your SQL syntax near 'ENGINE=MyISAM' at line 8
Error Number : 1064

And here is the error I recieve when I attempt to run the uninstallation script:

Code:

Database error in vBulletin 3.5.2:

Invalid SQL:
alter table usergroup drop infernopermissions;

MySQL Error  : Can't DROP 'infernopermissions'. Check that column/key exists
Error Number : 1091


Decado 01-04-2006 05:31 AM

To revive someone they just take a potion etc to bring their HP back up. To fix the installation script find all instances of "ENGINE=MyISAM;"; and replace with

"TYPE=MYISAM;;"

save, upload, and re run the script.

opteek 01-04-2006 06:50 PM

Quote:

Originally Posted by Decado
To fix the installation script find all instances of "ENGINE=MyISAM;"; and replace with

"TYPE=MYISAM;;"

save, upload, and re run the script.

Ok, that worked. Could you explain to me what the problem was? Also, I installed the game successfully, then I uninstalled the XML file and ran the uninstallation script, which also stated a success, but I still have the RPG Inferno Settings, ItemShop Control, etc, etc, in my AdminCP in the left frame... how do I delete these?

Also, after removing the XML and running the uninstall script, what other traces of RPGinferno are left on the system.. anywhere else I should look? I plan on installing the game on my testboard and playing around with it.

And one last question; when I tried to run a the installation script that I downloaded about a week ago, ioncube told me the script had expired, so I downloaded this package again and it worked. How is expiration set on these php scripts?

TIA

Decado 01-04-2006 07:47 PM

the ioncube encoding was removed from these scripts, the engine/type thing im not certain on, i think it was a slight change between v 3.5.0 and 3.5.2, but it will probably be fixed soon, the current installation file wont expire or whatnot, and everything *should* have been removed with the script...

Sooner95 01-05-2006 01:17 PM

I uninstalled this last week. Thought everything was cool, until i got this today when updating usergroup permissions.

Quote:

`profilepicmaxheight` = '350',
`profilepicmaxsize` = '131070',
`avatarmaxwidth` = '150',
`avatarmaxheight` = '150',
`avatarmaxsize` = '64000',
`infernopermissions` = '0'
WHERE usergroupid=2;

MySQL Error : Unknown column 'infernopermissions' in 'field list'
Error Number : 1054
What did I miss?

eXtremeTim 01-06-2006 06:21 AM

Quote:

Originally Posted by Sooner95
I uninstalled this last week. Thought everything was cool, until i got this today when updating usergroup permissions.



What did I miss?

You need to go into the includes/xml folder and remove the bitfield_rpginferno.xml file while your at it remove cpnav_rpginferno.xml if its still there.

Sooner95 01-06-2006 10:49 AM

I had done this before. I am going to have to install this thing and then uninstall it again huh?

Seratus 01-07-2006 10:38 PM

i want to install this, but i have a problem :disappointed:

PHP Code:

Invalid SQL:
CREATE TABLE `inferno_attack` (
  `
aidint(11NOT NULL auto_increment,
  `
anametext NOT NULL,
  `
atypetext NOT NULL,
  `
aspritetext NOT NULL,
  `
amp_costint(15NOT NULL default '0',
  
PRIMARY KEY  (`aid`)
ENGINE=MyISAM;;

MySQL-Fehler You have an error in your SQL syntax near 'ENGINE=MyISAM' at line 8
Fehler
-Nr.   : 1064
Datum        
SundayJanuary 8th 2006 01:35:18 AM 



All times are GMT. The time now is 08:54 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.02235 seconds
  • Memory Usage 1,750KB
  • 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_code_printable
  • (1)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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