Quote:
Originally Posted by Exitilus
The Forum files go into your forum.
The Groups is it's own folder. So it can either go in your forum folder as Groups or parallel to your forum.
ie /forums/groups or
../forums
../groups
|
Thanks. I'm still running into the Permission Denied error. I just uploaded another Product and I can access that one thru the Usergroups. I can't figure out why I can't access GRPS though.
I have the various admincp files loaded into the forums/admincp directory.
On a whim, I checked out one of the GRPS admin files. I has a line like this: require_once('./includes/functions_databuild.php');
Now this file is in my forums/admincp/ directory. Yet inside that directory there is no includes/ folder, nor a function_databuild.php file anywhere. However if I go up a level, then there IS an includes/function_databuild.php direction. So what's going on? Does that line need to be changed to ../includes/functions_databuild.php?
Edit: Just to be sure I ran stuff from the tools.php script, but it had no effect.