line 91

Having trouble installing serendipity?
Post Reply
Xanthouos
Regular
Posts: 115
Joined: Wed Mar 02, 2005 6:59 pm
Contact:

line 91

Post 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
If you can't be a missionary, you can support a missionary.
~~~~~~~~~~~~~~~~~~~~~
www.GetMepis.com
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: line 91

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Xanthouos
Regular
Posts: 115
Joined: Wed Mar 02, 2005 6:59 pm
Contact:

Post 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>';
            }

If you can't be a missionary, you can support a missionary.
~~~~~~~~~~~~~~~~~~~~~
www.GetMepis.com
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Xanthouos
Regular
Posts: 115
Joined: Wed Mar 02, 2005 6:59 pm
Contact:

Post by Xanthouos »

Thank you Garvin, worked!

Best wishes!!!!
If you can't be a missionary, you can support a missionary.
~~~~~~~~~~~~~~~~~~~~~
www.GetMepis.com
Post Reply