Quote:
Originally Posted by Reven
If you've just copied and pasted an example of your webspace path relative to the server, then the 'username' bit is probably supposed to be changed to your own webspace username:
PHP Code:
chdir('/home/USERNAME - CHANGE/public_html/forumtest');
This is most likely the problem because the PHP parser can't find what you want it to find - meaning it's either not there, or you've specified the wrong path.
|
I just altered that for posting here. It seems to find the files, but as you can see from the errors, it doesn't like the function that's being called. It seems like I'm following all the other examples I've seen on this site.
Is there some reference material for vBulletin? You'd think there would be an SDK provided from vBulletin. *sigh*
Man this is frustrating.