Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: 3.4 Update issues – please help #565229

    I have been through all of the support articles and still haven’t found a solution to remove this issue with Godaddy. My website is live with errors and had to be taken down :( Please help!

    So far i’ve tried all the recommendations for the posts;
    – Remove line 227 from the PHP.ini file.
    – permission level of files
    – godaddy had a php5.ini file in to root of my domain. I cleared out the entire folder structure, re-installed wordpress, and let the install create a new php.ini file (not php5). Once that was complete i was able to install the ENFOLD template and all was good.
    – I had the same problem here and the trick was changing the php.ini session.save_path directive from the default value
    session.save_path = “/var/lib/php-cgi/session”
    to a path with enough permissions, like
    session.save_path = “/home/<myaccount>/tmp”
    – add_theme_support(‘avia_no_session_support’);
    – I had the same problem here and the trick was changing the php.ini session.save_path directive from the default value
    session.save_path = “/var/lib/php-cgi/session”
    to a path with enough permissions, like
    session.save_path = “/home/<myaccount>/tmp”

Viewing 1 post (of 1 total)