View Single Post
  #98  
Old 08-20-2004, 01:30 PM
Revan's Avatar
Revan Revan is offline
 
Join Date: Jan 2004
Location: Norway
Posts: 1,671
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by deathemperor
Revan, told you that you should test it before the release, even you said that you tested it with no problems, how can I believe it with those buggy things ?

and I don't know how could you miss this:

PHP Code:
$DB_site->query("DELETE FROM battle WHERE battlenumber='$battlenumber'"); 
should be replace with
PHP Code:
$DB_site->query("DELETE FROM ".TABLE_PREFIX."rpg_battle WHERE battlenumber='$battlenumber'"); 
it's rpg_battle but not battle (there is no battle table), this is a crazy mistake that I couldn't even believe

of course the battle doesn't work, I think you got the same problem like the bitsys' RPG, you can re-read that thread.
Weird that I didnt find this error when I tried to delete a battle, seeing as Im using the same files as is in the zip and I dont get the error.
It would also help that you actually named the file, saves me the hassle of looking through every file.

Quote:
Originally Posted by Deimos
Bug with the lottery

You Do Not Have Enough Gil To Buy A Ticket!
You Only Have Gil in your pocket.

I only have gil? shouldn't it say "You only have XX Gil in your pocket"?
EDIT:
Template error. Go into your Template Manager and find in the 'lottery_error2' template;
PHP Code:
$usershi[]t[field1
replace with
PHP Code:
$usershi[]t[uttpoints
Due to vB.org's policy, please remove the []'s from the 2 above to find what you really have to find and replace


Quote:
Originally Posted by ogetbilo
I have 2 questions.
1. Even if you have enough money you cannot heal yourself.Healing is not working.
I am still unable to pin this down.
I put on healing cost, and entered my SQL to set my HP and MA to 0, and it updated fine.


In general news, Im gonna talk around and find a host where I can setup a beta forum where I install the uCS and RPG only, and where you can enter and find bugs.
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01162 seconds
  • Memory Usage 1,781KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_php
  • (3)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • 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
  • showpost_complete