PHPmotion
Hi,
I kept getting the error message below. All folders have the right permission. What is causing the this problem?
Warning: session_start() [function.session-start]: open(/var/www/vhosts/searchwelltube.com/searchwelltube.com/phptmpdir/sess_2580003c16e04532b76a3f1f7b7e522c, O_RDWR) failed: Permission denied (13) in /var/www/vhosts/searchwelltube.com/searchwelltube.com/httpdocs/classes/config.php on line 13
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /var/www/vhosts/searchwelltube.com/searchwelltube.com/httpdocs/classes/config.php:13) in /var/www/vhosts/searchwelltube.com/searchwelltube.com/httpdocs/classes/config.php on line 13
ehcpdeveloper
Tue, 04/14/2009 - 03:16
Permalink
try this: * login to your ftp
try this:
* login to your ftp with an ftp client
* find /var/www/vhosts/searchwelltube.com/searchwelltube.com/phptmpdir
* chmod it and check all write or chmod 777 for it.
this should solve it
let me know if it is ok.