Helpful Information
 
 
Category: RPG Integration Hack
Have to do global edit before running install file

Got the error that verify_field_exists doesn't exist, please upload all vb and rpg files

ahh I got it.

You have to do this modification BEFORE you run the install file

#####################################
open global.php
#####################################

############
find
############

require_once('./includes/functions.php');


###########
add below
###########

require_once('./includes/functions_rpg.php');


Now the install file runs smoothly before and after the rest of the file mods.

Hmm, I'm still getting the error even after doing that.

Its because you have to perform this edit on BOTH global.php's
Just modify every file and upload them as per the install file, then you should be set :)










privacy (GDPR)