IPB SDK 1.1.2
By: cowweb
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
| May 16 2009, 01:03 AM | |
|---|---|
| by cardimart |
Does it work with IPB 2.3 ?
|
| June 28 2007, 06:47 AM | |
| by shakrandhes |
oh, I mean chmod 664 for files. sorry, misstyped.
maybe your forum isn't updated correctly? I am unsure where the fault is, because on many installations the SDK works. |
| June 28 2007, 04:45 AM | |
| by zekeremix |
When I CHMOD to 644 I get this error
QUOTE Warning: IPBSDK::require_once(/home/.hubert/outerfuel/outerfuel.com/forums/sources/ipsclass.php) [function.IPBSDK-require-once]: failed to open stream: Permission denied in /home/.hubert/outerfuel/outerfuel.com/ipbsdk/ipbsdk_class.inc.php on line 302 Fatal error: IPBSDK::require_once() [function.require]: Failed opening required '/home/.hubert/outerfuel/outerfuel.com/forums/sources/ipsclass.php' (include_path='.:/usr/local/php5/lib/php:/home/.hubert/outerfuel/outerfuel.com/ipbsdk/') in /home/.hubert/outerfuel/outerfuel.com/ipbsdk/ipbsdk_class.inc.php on line 302 Already upgraded ipbsdk_class.inc.php I did it again to make sure. If you are talking about line 31 then my set root path is QUOTE $root_path = "/home/.hubert/outerfuel/outerfuel.com/forums/"; what else could have gone wrong? |
| June 27 2007, 05:14 PM | |
| by shakrandhes |
did you upgraded ipbsdk_class.inc.php surely with the new one from ipbwi?
are you sure that the $root_path-var in ipbsdk_conf.inc.php is setted correctly? maybe chmod is false, check forum-files chmod-value ist set minimum to 644 |
| June 27 2007, 02:23 PM | |
| by zekeremix |
Alright thanks, I will take a look at it. I use IPB 2.2.1 btw.
EDIT: I just got the log in script, reuploaded the new files from IPBWI, and when I go to use the log in test page I created it says QUOTE Incorrect access You cannot access this file directly. If you have recently upgraded, make sure you upgraded 'admin.php'. Do I have something CHMODed wrong? |
| June 27 2007, 10:29 AM | |
| by shakrandhes |
Hi zekeremix,
first of all, never forget to tell us your IPB version - because 2.1.x is no longer supported. Please try IPBWI, the unofficial successor of IPBSDK. IPBWI is at this moment compatible with IPB 2.2.x and 2.3.x In IPBWI-Download-Package are some code-examples included which work correctly, so try them and you will be happy ^^ |
| June 27 2007, 05:55 AM | |
| by zekeremix |
I'm a newb to PHP and this is my first eh... actual dealing with the coding.
I'm working on the 'world famous log in script' but I seem to never get any luck out of it. I have the SDK files set up correctly so that they can be accessed by the scripts. What I'm wanting to do is simply log in, and be forwared to my forums. Earlier I finally got the darn thing to log me in and forward me, but it didn't have me logged in as a user in the forums only as a guest, thats when I realise I was using the 0.3 script, so I went on to the examples and they just screwed me over with errors after errors. So I created a test page to test the log in script. But this line right here, makes everything invisible on the page QUOTE $SDK =& new IPBSDK(); What would cause this? Did I not set up some files correctly? If I remove that line, I then get an error QUOTE Fatal error: Call to a member function login() on a non-object in /home/.hubert/outerfuel/outerfuel.com/testing.php on line 34 CODE if ($SDK->login($username, $password, 1, $anonlogin, $remember)) { This is all taken out of the Examples that came with the SDK. If you could please help me it would mean the world to me. PM me, IM me, email me, whatever it has to take. Thanks in advance for any help, I know that it must be stressful working on other people's problems. |
| April 25 2007, 01:42 AM | |
| by The Ultimate Life Form |
Extract the zip file and then go to the folder you extracted it into. Go into the 'docs' subfolder and find 'index.html' (or 'index.htm' -- whichever it is). Find 'Getting Started' in the menu and follow through with it. That should tell you how to install it properly.
|
| April 23 2007, 02:02 AM | |
| by jazzer |
I downloaded this and it's very confusing. I see no install readme or anything like that. Can anyone enlighten me on how to install this? Thanks!
~Dameon |
| April 8 2007, 12:23 PM | |
| by shakrandhes |
look at http://ipbsdk.sourceforge.net/
|