• Resolved mmorley

    (@mmorley)


    Hi.

    I am having an issue uploading a xls file into the system. Each time I have tried I get “The filename /tmp/phpXXXXXX is not readable”
    I dont have any issues installing themes/plugins/widgets, uploading media or using any other plugin to upload files.

    I’m Running WordPress version 3.9.1

    https://wordpress.org/plugins/rsvp/

Viewing 1 replies (of 1 total)
  • Thread Starter mmorley

    (@mmorley)

    Solved the issue.
    With the version of PHP I m using (version 5.3). I needed to modify reader.php which can be found in wp-content\plugins\rsvp\Excel.
    On line 263 there is a line of code:

    $this->_ole = &new OLERead();
    All you will need to do is remove &.

Viewing 1 replies (of 1 total)
  • The topic ‘RSVP Import /tmp/phpXXXX is not readable’ is closed to new replies.