Problem with curl_init() and IPB 2.3
| Project: | Invision/IPBForum Integration |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
I encounter two errors:
Fatal error: Call to undefined function curl_init() in /.../httpdocs/modules/invision/invision.module on line 218 - when I'm using a Drupal Site as anonymous user (when I'm logged on this error isn't display). I've installed and enabled cURL: '--enable-curl=shared' (PHP Version 5.2.0).
and
Fatal error: Call to undefined method login_method::return_code() in /.../httpdocs/forum/sources/loginauth/drupal_5x/auth.php on line 168 - when I try to log in using IPB with your log in methlod. If I log in with internal method, everything is fine - I'm logged in also in Drupal site. Version of IPB: 2.3.0.
All settings should be right, but I've two more questions:
"Invision PB SSO Url" should be setting like that: http://xxx.com/forums/ or http://xxx.com/forums/SSO.php?
and
"Invision SSI Url": http://xxx.com/forums/ or http://xxx.com/forums/ssi or http://xxx.com/forums/ssi/ssi.php?
Thanks for replay!

#1
this is how I set my sso and ssi and it seem to work ok...
http://www.forum_url/sso.php (for example - http://www.yoursite.com/forum/sso.php
http://www.drupal_url/modules/invision/ssi/ssi.php
I hope this helps....
#2
hi, i have the same problem with auth.php. i take the error
Fatal error: Call to undefined method login_method::return_code() in /.../httpdocs/forum/sources/loginauth/drupal_5x/auth.php on line 168
with drupal log in method.
how i can fix it!!??