Hello, I installed your SDK, and I found some rather
shocking errors:
Warning:
IPBSDK::require_once(C:\web\ugpwrestling.com\forums\sources/ipsclass.php)
[function.IPBSDK-require-once]: failed to open stream:
No such file or directory in
C:\web\ugpwrestling.com\sdk\ipbsdk_class.inc.php on
line 302
Fatal error: IPBSDK::require_once() [function.require]:
Failed opening required
'C:\web\ugpwrestling.com\forums\sources/ipsclass.php'
(include_path='.;C:\php5\pear;C:\web\ugpwrestling.com\sdk/')
in C:\web\ugpwrestling.com\sdk\ipbsdk_class.inc.php on
line 302
You see, what really bothers me about that is that my
forums are located in a folder called '/boards/'.
Infact, I have that documented into my config file:
$root_path = '/web/upgwrestling.com/boards/';
$board_url = 'http://ugpwrestling.com/boards/';
Where in earth is it getting the idea to look in a
folder called 'forums'? Granted, I have a folder called
that (which is an old database I am currently
converting) shouldn't the SDK be using the paths I
actually put in? This is probably a small issue
somewhere, but in the scheme of the script, something
huge. Not everyone has their forum in a folder called
'forums' and this should be addressed ASAP.
Thanks for any and all help, and I look forward to
using the SDK. I used it before on my trial copy of
2.0.2 and fell in love with it. And now that I pissed
away $70 on a license, I want to start using it again.
Logged In: YES
user_id=1091024
Looks to me like you've incorrectly configured your config file.
Should it be C:/web/upgwrestling.com/boards/ ?
Logged In: NO
Hmm, I will give it a shot, but I still don't know where the
/forums/ bit is coming from, do you?
Also, my email is d00derino@gmail.com, so I can recieve updates.
Logged In: NO
I tried it, and now I get these errors:
Warning:
IPBSDK::require_once(C:\web\ugpwrestling.com\forums\sources/ipsclass.php)
[function.IPBSDK-require-once]: failed to open stream: No
such file or directory in
C:\web\ugpwrestling.com\sdk\ipbsdk_class.inc.php on line 302
Fatal error: IPBSDK::require_once() [function.require]:
Failed opening required
'C:\web\ugpwrestling.com\forums\sources/ipsclass.php'
(include_path='.;C:\php5\pear;C:\web\ugpwrestling.com\sdk/')
in C:\web\ugpwrestling.com\sdk\ipbsdk_class.inc.php on line 302
I'm near convinced that the script hard codes the forum's
location to \forum\. It makes no sense otherwise!
Logged In: YES
user_id=1091024
If you have entered an incorrect path to the forum, the SDK
will try and guess the path. Make sure you have your path
correctly set.