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.
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.