Quote:
Originally Posted by Marco van Herwaarden
Try forcing the includes to use the correct directory:
Example.
Use:
PHP Code:
include("./poll/poll.php");
instead of:
PHP Code:
include("poll.php");
|
Actually wouldn't that mean there was a "poll" directory inside the "poll" directory at the root?
directory structure is (just in case there's any confusion):
/root/poll
/root/vbulletin
I used ../poll/poll.php and I don't get any errors but I also don't get the poll to display. I'll keep working on it but any more ideas would be appreciated.
Thanks,
Scott
--------------- Added [DATE]1219161740[/DATE] at [TIME]1219161740[/TIME] ---------------
Check that, got it working! I switched the hook during trouble shooting from "global_start" to "forum_complete" and forgot to switch it back.
Thanks for the help!