Recent Topics

1 Jun 20, 2006 17:59    

Hello all;

This is the first time I am attempting to install a script on my webpage. However I have encountered a problem during the installation process. When I attempt to check if it is working or login as the administrator, I get the following error:

Parse error: parse error, unexpected $ in /home/davehs/public_html/b2evolution/blogs/b2evocore/_functions_xmlrpcs.php on line 424

:( I have modified all the permissions as explained in the manual, but to no avail. Anyone assistance would be greatly appreciated. Thanks in advance. B)

Respects,
Dave

2 Jun 20, 2006 20:32

Hello. What version of b2evolution are you using?

3 Jun 21, 2006 04:37

B2Evolution Version: 0.9.2 "Sparkle"
Original Line 421-424 of file "../_functions_xmlrpcs.php":

([u]Line 421[/u]) xml_parser_set_option($parser, XML_OPTION_CASE_FOLDING, true);
([u]Line 422[/u]) // G. Giunta 2005/02/13: PHP internally uses ISO-8859-1, so we have to tell
([u]Line 423[/u]) // the xml parser to give us back data in the expected charset
([u]Line 424[/u]) xml_parser_set_option($parser, XML_OPTION_TARGET_ENCODING, $xmlrpc_i
([u]End of document - no blank lines beneith[/u])

Thanks,
Dave

4 Jun 21, 2006 04:45

If that's the end of your file then your problem is that you're missing about half the file. Here's what I would do. Download a new copy of the "sparkle" package, unzip it on your local PC, delete everything in the b2evocore folder on your server, then upload the b2evocore folder from your freshly unzipped copy. Might want to do the same with the admin folder just for kicks - delete the server version and upload a shiny new copy.


Form is loading...