Quote:
Originally Posted by sabret00the
did you edit your grps_installer.php?
if your config.php is set to
PHP Code:
chdir('../forums');
then your grps_installer.php should be set to
PHP Code:
chdir('../../forums');
|
It is set to that already.
Quote:
// ################ SET SCRIPT LOCATION ENVIRONMENT ######################
chdir('../../forums/groups/tools/grps_installer.php');
|
Still getting the same error.