1
Mods & Plugins (Releases & Support) / Re: [MOD] guestbook
« on: November 21, 2006, 07:39:28 PM »
I have this mod and working great in one installation, and I'm trying to install it for another site. I really like this mod, so much that I'm installing it again! 
I'm using a clean installation of 1.7.3 but I'm getting an error whenever I load it. I've re-read all posts in this thread and I can't find an answer.
Here's the error: Line 72 Char 16 - Unterminated string constant. I checked line 72, and here's an excerpt from that section of the code:
Does anyone have any ideas?

I'm using a clean installation of 1.7.3 but I'm getting an error whenever I load it. I've re-read all posts in this thread and I can't find an answer.
Here's the error: Line 72 Char 16 - Unterminated string constant. I checked line 72, and here's an excerpt from that section of the code:
Code: [Select]
if ($action == "removecomment") {
if (!$comment_id || ($config['user_delete_guestbook'] != 1 && $user_info['user_level'] != ADMIN)) {
header("Location: ".$site_sess->url($url, "&"));
exit;
}
Does anyone have any ideas?