Log in

View Full Version : Have to do global edit before running install file


Cyricx
03-05-2005, 12:28 AM
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.

Ganon
03-06-2005, 07:30 AM
Hmm, I'm still getting the error even after doing that.

Revan
03-06-2005, 10:00 AM
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 :)