Page 1 of 1

line 91

Posted: Sat Oct 20, 2007 10:20 am
by Xanthouos
I had this problem recently on 2 different sites, and I don't know what could be causing it:

Code: Select all

Parse error: syntax error, unexpected '/' in /home/helping/public_html/hk/plugins/serendipity_plugin_loginform/serendipity_plugin_loginform.php on line 91

Re: line 91

Posted: Sat Oct 20, 2007 2:17 pm
by garvinhicking
Hi!


How does the code look fromline 88 to line 92 in that mentioned file?

Seems like the file is broken on your server?

Regards,
Garvin

Posted: Sat Oct 20, 2007 9:54 pm
by Xanthouos
I had just done the update to 1.2.
Anyway, here's the code:

Code: Select all

}
			
            if ($show_admin) {
                echo '<div id="admin_link" class="loginform_link_media"><a href="' . $serendipity['baseURL'] . 'serendipity_admin.php? . HOME . '</a></div>';
            }


Posted: Sun Oct 21, 2007 1:33 am
by garvinhicking
Hi!

That code indeed contains a parse error.

But it looks completely different than version 1.06 that is online through spartacus. Please refetch the whole plugin (best, download the ZIP file from spartacus.s9y.org and overwrite your local files).

Regards,
Garvin

Posted: Thu Oct 25, 2007 11:42 pm
by Xanthouos
Thank you Garvin, worked!

Best wishes!!!!