Forum Replies Created

Viewing 1 replies (of 1 total)
  • Solution:

    Create a php5.ini and save it in your root folder. If you have various websites under one server, then it will be saved where you can view all the websites’ folders.

    Create a folder in the root named “tmp” (without “s)

    Type this inside the php5.ini :

    session.save_path = “/home/content/##/#######/html/tmp”
    upload_tmp_dir=/tmp

    *The #s are replaced by what your hosting provider gave you. In Godaddy, when you enter your Hosting Control Center it will be the Absolute Hosting Path under Server.

    Save it

    Good riddance.

Viewing 1 replies (of 1 total)