akirafreak / php-image-host

Automatically exported from code.google.com/p/php-image-host
Other
0 stars 0 forks source link

I have redone this several times I have deleted host account and recrested to make sure wiped out everything #42

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
-- Enter as much detail as possible. Assume I'm an idiot with no idea what
you are talking about :p ---

Original issue reported on code.google.com by one...@gmail.com on 1 Nov 2010 at 11:10

GoogleCodeExporter commented 8 years ago
These are errors I keep Getting- I do not know how to code. I had set this up 
once before like about two years ago May hav been the older and was working 
great til host went offline and I did not have backup sql

So, have been trying off and all all day to get to work with no Success :-(
Can someone help me and let me know what the problem is/ or better yet the 
solution :-)

Thanks     http://SlurpImage.com
Keith

Warning: session_start() [function.session-start]: 
open(/tmp/sess_6ea253e056409e05c37ac4d91e0b87a4, O_RDWR) failed: Permission 
denied (13) in /home/slurpima/public_html/classes/app.class.php on line 510

Warning: session_start() [function.session-start]: Cannot send session cache 
limiter - headers already sent (output started at 
/home/slurpima/public_html/classes/app.class.php:510) in 
/home/slurpima/public_html/classes/app.class.php on line 510

Warning: Cannot modify header information - headers already sent by (output 
started at /home/slurpima/public_html/classes/app.class.php:510) in 
/home/slurpima/public_html/classes/app.class.php on line 601

Warning: Unknown: open(/tmp/sess_6ea253e056409e05c37ac4d91e0b87a4, O_RDWR) 
failed: Permission denied (13) in Unknown on line 0

Warning: Unknown: Failed to write session data (files). Please verify that the 
current setting of session.save_path is correct (/tmp) in Unknown on line 0

Original comment by one...@gmail.com on 1 Nov 2010 at 11:13

GoogleCodeExporter commented 8 years ago
OK somehow appears to have fixed itself after a few hours? Weird

Original comment by one...@gmail.com on 2 Nov 2010 at 4:42

GoogleCodeExporter commented 8 years ago
that can happen if you have some permission problem with your host.

That's happen when php try to open a file that he can't access (not the owner, 
or the chmod is set to avoid open from another people).

Original comment by antoin...@gmail.com on 16 Dec 2010 at 5:26