• Resolved Howdy_McGee

    (@howdy_mcgee)


    Downloading Member List CSV downloads a blank file and clutters the debug log with errors such as:

    PHP Warning:  tempnam(): SAFE MODE Restriction in effect.  The script whose uid is 10022 is not allowed to access /tmp owned by uid 0 in /wp-content/plugins/paid-memberships-pro/adminpages/memberslist-csv.php on line 202
    PHP Warning:  fopen(): Filename cannot be empty in /wp-content/plugins/paid-memberships-pro/adminpages/memberslist-csv.php on line 205
    PHP Warning:  fprintf() expects parameter 1 to be resource, boolean given in /wp-content/plugins/paid-memberships-pro/adminpages/memberslist-csv.php on line 208
    PHP Warning:  fopen(): Filename cannot be empty in /wp-content/plugins/paid-memberships-pro/adminpages/memberslist-csv.php on line 536
    PHP Warning:  fpassthru() expects parameter 1 to be resource, boolean given in /wp-content/plugins/paid-memberships-pro/adminpages/memberslist-csv.php on line 537
    PHP Warning:  fclose() expects parameter 1 to be resource, boolean given in /wp-content/plugins/paid-memberships-pro/adminpages/memberslist-csv.php on line 538
    PHP Warning:  unlink(): Unable to access  in /wp-content/plugins/paid-memberships-pro/adminpages/memberslist-csv.php on line 541

    I’ve tried this with different filtering options but every time it returns nothing to the file.

    https://wordpress.org/plugins/paid-memberships-pro/

Viewing 3 replies - 1 through 3 (of 3 total)
  • I ( nor the PMPro team ) dont seem to be experiencing the same problem.

    There is a chance there might be a conflict with one of your other plugins. Could you please try deactivating your all of your plugins, leaving the Paid Memberships Pro plugin activated and then attempt to export the Members List to the CSV?

    If this results in a downloaded .csv file, start to re-enable each plugin, one at a time and testing the CSV export function on the Members List page each time. Once it stops working, let us know which plug-in caused it to stop working (which plugin you had just re-enabled again when it stopped working).

    Thread Starter Howdy_McGee

    (@howdy_mcgee)

    It had to do with having Safe Mode enabled. This plugin assumes that every server will have the same configuration and Safe Mode will be turned off but in our case we like to keep safe mode on. In the end we had to disable safe mode for this site and it ended up working / not throwing out all these errors.

    So the first error on the list above is very telling it’s just unfortunate.

    Oh yes I missed that also..

    Glad you picked it up..

    thanks for letting us know

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

The topic ‘Exporting Member List is Broken – Error Log Inside’ is closed to new replies.