 admin
|
Hi,
I just downloaded the Post Google Map plug-in
but when I try to activate it, I get the following error:
Parse error: parse error, expecting `T_STRING' in C:wampwwwwordpress_testwordpresswp-contentpluginspost-google-mappost-google-map.php on line374
Im using WP 2.9.2, on a localhost set up with Wampserver, PHP 5.3.0
Hope someone can help me out
|
 admin
|
<img title=”Cry” src=”/wp-content/forum-smileys/sf-cry.gif” alt=”Cry” />Hi there,
I have exactly the same problem: I cannot activate Post Google Map because of a fatal error on line 374 of post-google-map.php.
I am using WP version 2.9.2
Help welcomed
Marina
<hr />
|
 admin
|
I removed a from line 373 of post-google-map.php and it re-activated fine, but now I can not get the map to show up.
OLD CODE:
}else{ $bgc=”"; }
NEW CODE:
}else{ $bgc=”"; }
|