Quote:
Originally Posted by GlowHost.com
The error says you forgot to upload functions_ghsom.php so make sure you have uploaded all the files to the correct location per the instructions.
|
I'm having a similar issue when those hooks are called outside of the /forums directory with the file uploaded (and functioning correctly everywhere else). You may want to add something to the effect of "../forums/" in your includes statements to prevent this issue.
For example, I've got something in public_html/directory calling the includes statement for the functions_ghsom.php file, problem is, it's looking in /public_html/directory/includes instead of /public_html/forums/includes where it should be.