Configuring sessions led to white screen of death
-
I was following advice to try to make my Easy Digital Downloads shopping cart work (it has always been empty, even after adding something to cart).
I have obviously made a huge mistake, as now when I visit my site I get an empty white screen. Fortunately, the admin dashboard is still working.
In php.ini I have this:
session.save_path = "/tmp"
I commented that out and added this:
session_save_path(realpath(dirname($_SERVER['DOCUMENT_ROOT']) . '/../session'));
And now the white screen. I changed back to
session.save_path = "/tmp"
but still the white screen.My first problem is going to be getting rid of the white screen. Next I have to try to find a way to make the plugin work.
I really appreciate any help.
- The topic ‘Configuring sessions led to white screen of death’ is closed to new replies.