Could not save XML File

New home Forums Basic Version Could not save XML File

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8816
    cmslaser
    Member

    I get the following error on my web page (www.cmslaser.com/contact-us)

    Could not save XML file

    Could not save marker XML file (/home1/cmslaser/public_html/wp-content/uploads/wp-google-maps/1markers.xml) for Map ID 1

    I get this error on my admin page at the same time. That folder is set to 755 and it doesn’t matter if it’s set to 777…I still get these errors.

    WP Google Maps cannot find the directory it uses to save marker data to. Please confirm that /home1/cmslaser/public_html/wp-content/uploads/wp-google-maps/ exists. Please also ensure that you assign file permissions of 755 (or 777) to this directory.

    #8868
    tobi
    Member

    Hi cmslaser,

    I had the same problem and I have fixed the bug with the following steps:

    1.) Search the file called wpGoogleMaps.php (situated in plugin folder). Go to line 1886

    Change$plugins_url = trim($plugins_url, '/');to$plugins_url = trim($plugins_url, '/wp-google-maps/');

    2.) Please check in the backend, if under MAPS>SETTINGS>ADVANCES SETTINGS “Marker data XML directory” and “Marker data XML URL:” are on {uploads_dir}/wp-google-maps/

    Now it works…

    BR
    Tobi

    • This reply was modified 8 years, 11 months ago by tobi.
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Could not save XML File’ is closed to new replies.