Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter chriszanf

    (@chriszanf)

    In fact, forget the one click plugin updater as removing that plugin, Ive seen that the WP install has its own updater.

    Thread Starter chriszanf

    (@chriszanf)

    The .GPX file now uploads when the XML Google Maps plugin is activated. So do .KML files as well.

    Thread Starter chriszanf

    (@chriszanf)

    dgilmour: All plugins deactivated. Trying to (re)upload file (its a garmin cycling data file: .gpx)

    “activity_67437502.gpx” has failed to upload due to an error
    File type does not meet security guidelines. Try another.

    It uploaded previously though and I tried uploading a .png and thats fine.

    The weird thing with the cycling data is that it displays some of the data (the elevaton & speed profile) but not the overlaid google map with the GPS plotted route

    Ipstenu: permalinks work ok. Ive tried changing them to non-pretty and saving but makes no difference.

    .htaccess file contains the following:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    
    # uploaded files
    RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]
    
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule . index.php [L]
    </IfModule>
    
    # END WordPress

    I did have maintenance mode running but you can see the blog post now:

    https://zanf.net/2011/02/testing-the-new-gmaps-plugin/

    Thread Starter chriszanf

    (@chriszanf)

    Bah….. did that all wrong!!

    My site is at: zanf.net

    Thanks for any help, or light that can be shed on the issue!

    Now, thats better!

Viewing 4 replies - 1 through 4 (of 4 total)