paradoxchild
Registered
When I run the Adobe GoLive 6 Dynamic Site Wizard PHP Troubleshooting Report, I get the following error...
---
Failed: session.save_path setting is wrong.
Description: This test checks that the directory into which PHP writes its session data is present and that this application can write temporary files in it. Web applications that depend on session data will not function correctly if this directory is not writable.
To remedy: change the php.ini session.save_path setting to the name of a directory that exists and is writable.
---
Instead of changing session.save_path, I thought that maybe I could change the permissions for /tmp some how, which is the PHP default for session.save_path. However, I don't know if this would cause any problems or even how this would be done. I am pretty new to UNIX.
Any help is appreciated. Thanks!
---
Failed: session.save_path setting is wrong.
Description: This test checks that the directory into which PHP writes its session data is present and that this application can write temporary files in it. Web applications that depend on session data will not function correctly if this directory is not writable.
To remedy: change the php.ini session.save_path setting to the name of a directory that exists and is writable.
---
Instead of changing session.save_path, I thought that maybe I could change the permissions for /tmp some how, which is the PHP default for session.save_path. However, I don't know if this would cause any problems or even how this would be done. I am pretty new to UNIX.
Any help is appreciated. Thanks!