Quote:
Originally Posted by RaidenDAWG2
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.
|
Not real sure I am following you. Do you mean you are trying to call functions of SOM from outside of your forum install? For example trying to prevent registrations on other parts of your site outside of the forum, such as an order form for example?