| Author |
Message |
sharlein Member Emeritus

Joined: Nov 19, 2002 Posts: 322 Location: On the Road
|
Posted:
Wed Jan 07, 2004 12:22 am |
|
I am getting this error when trying to add a guest: | Code: | Parse error: parse error in /home/brokenpe/public_html/Nuke/html/modules/kisgb-nuke/addtogb.php on line 222
| I noticed there was an extra line after closing php, so i deleted it. error now occurrs at line 221. Thank you Steve |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Wed Jan 07, 2004 12:46 am |
|
What do you mean "trying to add a guest"? |
|
|
|
 |
sharlein Member Emeritus

Joined: Nov 19, 2002 Posts: 322 Location: On the Road
|
Posted:
Wed Jan 07, 2004 10:30 am |
|
I'm sorry, I meant when someone tries to sign the guestbook, like me trying a test message. Steve |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Wed Jan 07, 2004 11:22 am |
|
Steve,
Please zip your entire kisgb folder and send it to me. Thanks. |
|
|
|
 |
sharlein Member Emeritus

Joined: Nov 19, 2002 Posts: 322 Location: On the Road
|
Posted:
Wed Jan 07, 2004 11:58 am |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Wed Jan 07, 2004 2:35 pm |
|
Steve,
You have an error in your addtogb.php module. When you edited it, you omitted line 63 which needs to be }. Right now your line 63 is | Code: | | $privpass = $HTTP_POST_VARS['privpass']; | It should be | Code: | }
$privpass = $HTTP_POST_VARS['privpass']; |
|
|
|
|
 |
sharlein Member Emeritus

Joined: Nov 19, 2002 Posts: 322 Location: On the Road
|
Posted:
Wed Jan 07, 2004 9:43 pm |
|
Thank you very much Raven. I would have never found that!  |
|
|
|
 |
|
|
|
|