• Am getting the following error messages when using the widget.

    Warning: filemtime() [function.filemtime]: stat failed for eqmdata in /var/www/vhosts/rapturefail.org/httpdocs/wp-content/plugins/earthquakemonitor/EarthquakeMonitor.php on line 200

    Warning: file_put_contents(eqmdata) [function.file-put-contents]: failed to open stream: Permission denied in /var/www/vhosts/rapturefail.org/httpdocs/wp-content/plugins/earthquakemonitor/EarthquakeMonitor.php on line 205

    Then displays title and no earthquakes found.

    http://wordpress.org/extend/plugins/earthquakemonitor/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Cris van Geel

    (@crisvangeel)

    Hi,

    It looks like you have no read/write permission on your temp folder.
    If you make a little PHP file , call it phpinfo.php and inside you put

    <?php
    phpinfo();
    ?>

    You will have to look for a value called upload_tmp_dir

    Make sure you have read and write rights on this directory. I will release an updated version of the script that will pre-check on this.

    Thanks for the notice!

    Plugin Author Cris van Geel

    (@crisvangeel)

    I have released v1.3

    Please check if this solves your issue.
    There was a bug with the tmp folder.

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

The topic ‘[Plugin: Earthquakemonitor Widget] Error’ is closed to new replies.