Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • I understand what you’re saying. I did set file permissions to 777 just in case it was a file permission error. Anyway, I unzipped the gz file into the folder manually but it still didn’t work. No worries. Thanks for looking into it anyway.

    Dear Mike, it seems I have a similar problem.

    This folder exists: The /wp-content/visitor-maps-geoip/ [file permission 777]

    This folder exists: The /wp-content/visitor-maps-geoip/upload [file permission 777]

    When I install the Maxmind GeoLiteCity database it gives me the below error:

    ——————————————————————–
    Warning: fopen(/home/tob/public_html/wp-content/visitor-maps-geoip/upload/GeoLiteCity.dat.gz): failed to open stream: No such file or directory in /home/tob/public_html/wp-content/plugins/visitor-maps-geoip/class-wo-update.php on line 418
    download_file error: cannot write to file, check server permission settings
    ———————————————————————

    I’m using WP 4.3.

    Thread Starter Lloydie123

    (@lloydie123)

    I appear to have found a fix:

    Line 596 in easy-spoiler.php

    Replace

    $spoilertitle = “<a href=” “

    with

    $spoilertitle = “<a href=’javascript:;’ “

    Cheers!

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