• Hi,

    i would like to use the phoogle plug-in. however so far I was not exactly successful.

    i installed the phoogle plugin (http://www.chrisandabigail.com/?page_id=71) as well as the exec-php plugin (version 2, but I already tried 3).

    i also got one of these api keys from google and made all the settings in the admin panel under optionsphoogle.

    When I include a code like the following in a post/page

    <?php
    addAddress(“301 Main St., Baton Rouge, LA 70801″);
    showMap();
    ?>

    I end up with the following error.
    Parse error: parse error, unexpected T_STRING in /var/www/web94/html/public/wp-content/plugins/exec-php.php(45) : eval()’d code on line 17

    Can someone help me out with this ???

    Thanks Dominik

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter dbeck

    (@dbeck)

    “” should not be forward !

    will work like this:

    <?php
    addAddress(“301 Main St., Baton Rouge, LA 70801”);
    showMap();
    ?>

    Hi,

    I had a similar problem but after fixing the quotation marks the space for the map is created in the post but the map doesn’t display.

    Any ideas?

    Thanks in advance.

    Mark

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘phoogle error’ is closed to new replies.