 |

jmueller0823
User
Oct 10, 2002, 7:30 PM
Post #1 of 9
(3814 views)
Shortcut
|
|
Need help with goforum.cgi and IkonBoard
|
Can't Post
|
|
Using Ikonboard 3.1.1 Immediately,getting the following error: Unable to get session ID out of cookies! at /u/home/g/grow/public_html/cgi-bin/artman/exec/goforum.cgi line 373. Ideas? Thanks! Jim g r o w t h t r a c dot c o m Life Changing Resources for Your Marriage
(This post was edited by Dave on Oct 15, 2002, 9:53 AM)
|
|
|  |
 |

Dave
Staff
/ Moderator

Oct 10, 2002, 8:05 PM
Post #2 of 9
(3811 views)
Shortcut
|
|
Re: [jmueller0823] Discuss this Article -- cookie error ...
[In reply to]
|
Can't Post
|
|
Can you login yourself with the username and password that you've entered into goforum.cgi? You can try turning on debug (set it to one) and it will show the output your forum is returning (sometimes several pages at a time). Does that offer any clues? Dave Edis - Senior Developer interactivetools.com
|
|
|  |
 |

jmueller0823
User
Oct 10, 2002, 8:51 PM
Post #3 of 9
(3808 views)
Shortcut
|
|
Re: [Dave] Discuss this Article -- cookie error ...
[In reply to]
|
Can't Post
|
|
Yes. The username and password are "good". If I turn debug "on", I get a text dump and Ikonboard actually launches -- but does not login. No clues from the debug text. I tried another username and password. I tried deleting the cookie. Same issue. Ideas? Jim g r o w t h t r a c dot c o m Life Changing Resources for Your Marriage
|
|
|  |
 |

Dave
Staff
/ Moderator

Oct 11, 2002, 10:30 AM
Post #4 of 9
(3792 views)
Shortcut
|
|
Re: [jmueller0823] Discuss this Article -- cookie error ...
[In reply to]
|
Can't Post
|
|
If you can send me a link to goforum.cgi with the debug output on I can take a look and see if I can see anything. Just private message or email me with the URL. Dave Edis - Senior Developer interactivetools.com
|
|
|  |
 |

jmueller0823
User
Oct 14, 2002, 11:36 AM
Post #5 of 9
(3765 views)
Shortcut
|
|
Re: [Dave] Discuss this Article -- cookie error ...
[In reply to]
|
Can't Post
|
|
Dave? Anyone? thanks. Jim g r o w t h t r a c dot c o m Life Changing Resources for Your Marriage
|
|
|  |
 |

Dave
Staff
/ Moderator

Oct 14, 2002, 3:35 PM
Post #6 of 9
(3763 views)
Shortcut
|
|
Re: [jmueller0823] Discuss this Article -- cookie error ...
[In reply to]
|
Can't Post
|
|
Today is a holiday in Canada. It's our Thanksgiving day! I'll fix it up for you first thing tomorow. In case anyone is confused, here's a little background on Canadian thanksgiving (from google): http://www.kidsturncentral.com/holidays/thanksgiving.htm Dave Edis - Senior Developer interactivetools.com
|
|
|  |
 |

jmueller0823
User
Oct 14, 2002, 3:57 PM
Post #7 of 9
(3761 views)
Shortcut
|
|
Re: [Dave] Discuss this Article -- cookie error ...
[In reply to]
|
Can't Post
|
|
Happy Thanksgiving! Jim g r o w t h t r a c dot c o m Life Changing Resources for Your Marriage
|
|
|  |
 |

drshane
New User
Oct 14, 2002, 8:58 PM
Post #8 of 9
(3753 views)
Shortcut
|
|
Re: [jmueller0823] Discuss this Article -- cookie error ...
[In reply to]
|
Can't Post
|
|
The site that was used to make the script with used rrs as their iKonboard cookie. To fix it you need to modify goforum.cgi and replace their cookie id with yours. Search for the line: if ($cookie !~ /rrsiBSessionID=([^;]+)/is) { die("Unable to get session ID out of cookies!"); } Replace the "rrs" with your cookie id, if you use the cookie id "my_site_iB" then it will look like this: if ($cookie !~ /my_site_iBiBSessionID=([^;]+)/is) { die("Unable to get session ID out of cookies!"); } That is the only line you need to fix. This really needs to be a variable in the next release... iKonboard cookie id. -S
|
|
|  |
 |

jmueller0823
User
Oct 15, 2002, 8:17 AM
Post #9 of 9
(3740 views)
Shortcut
|
|
Re: [drshane] Discuss this Article -- cookie error ...
[In reply to]
|
Can't Post
|
|
That did it. Thanks. Actually, there are two lines that require modification: the one you mention and the next line beneath it. Jim g r o w t h t r a c dot c o m Life Changing Resources for Your Marriage
|
|
|  |
|