Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter fbyten

    (@fbyten)

    Hi Everyone!

    Sorry to bug everyone again within a short space of time, but I contacted my host who said that he had recreated a ‘tmp’ folder under the .php directory. Unfortunately, I am still getting the ‘Missing Temporary Folder’ error.

    I have tried including the line
    define('WP_TEMP_DIR', 'DIRECTORY')
    (Where DIRECTORY is the address / path to the temp folder in .php) however that didn’t fix the issues.

    I then tried including
    define('WP_TEMP_DIR', dirname(__FILE__) . '/wp-content/temp/')
    (Verbatim this time) with the first line of code commented out.

    And this code caused an HTTP:// 500 error. If I comment out the above line the site works fine (save for the missing temp folder issue) so it’s that code causing the issue, but I’m wondering if the fact that it’s causing the 500 error means I’m getting closer (I could just be deluding myself).

    Anyway, again, any help would be greatly appreciated!

    Best wishes,
    First Byten

    Thread Starter fbyten

    (@fbyten)

    Thanks for your help!

    Here’s where I show just exactly how green I am, by asking where do I put/run that code? Is there a console I should have on my dashboard, or do I make a file with the code, or am I totally misinterpreting your help!

    Thanks so much though for your help! ??

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