• Resolved mcgav

    (@mcgav)


    I am getting this error
    “It looks like the temp folder () is not writable, check the permissions for this folder! Without having write access to this folder, the plugin will not be able to email invoices.”
    there is no invoice attached to my emails and it is saving the invoices to my public folder on the host server

    thanx for any help is appreciated

    • This topic was modified 5 years, 5 months ago by mcgav.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Ewout

    (@pomegranate)

    It looks like your site may have an alternative configuration for the the uploads folder, and our plugin can’t find it. Can you check the Status tab of the PDF Invoice plugin settings page? There’s a list with temporary folders & write permissions there. We use the wordpress function wp_upload_dir() to locate the upload folder.

    wp_upload_dir() will:

    • default to WP_CONTENT_DIR/uploads (and WP_CONTENT_DIR is usually in wp-content/ in your site root)
    • UNLESS the UPLOADS constant is defined in wp-config (see codex)

    It may also be overridden by the wpo_wcpdf_tmp_path filter, but if you only just installed the plugin, that’s unlikely.

    Thread Starter mcgav

    (@mcgav)

    yep, file permissions fixed it thanx

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘temp folder is not writeable’ is closed to new replies.