[ Video Sharing CMS v4 ] Cannot access /moderator after trying to upload logo - Error in load.php

Started by Hecticated,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

HecticatedTopic starter

Warning: session_start(): open(/tmp/sess_f2e2218618bce772f010997de9fd6f71, O_RDWR) failed: Permission denied (13) in /home/hecticat/public_html/load.php on line 3
I know how to do very simple code - but I am a PHP noob.

Just after I tried to upload a logo for my domain - I got a few lines of error then every time I go to mydomain.com/moderator I get this:

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/hecticat/public_html/load.php:3) in /home/hecticat/public_html/load.php on line 3

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/hecticat/public_html/load.php:3) in /home/hecticat/public_html/load.php on line 3
You are not the administrator of this phpVibe based website. Please login with the administrator account
Warning: Unknown: open(/tmp/sess_f2e2218618bce772f010997de9fd6f71, 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
  •  

leen12

did you try clearing your cookies? i used to have to do that a lot.. but it fixed on 3,4
http://hip-hop99.com best hip hop music website
http://social-nuke.com free facebook likes and shares
https://wppluginscheap.com Wordpress plugins and themes cheap
  •  

PHPVibe A.

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


I think this is the actual error, it has to do with hosting account config, the save patch is incorrect, unwriteable or unset. Contact your hosting.

HecticatedTopic starter

  •  

PHPVibe A.


HecticatedTopic starter

I am a web server noob...

I can't find where the session files are stored for phpvibe.

Can you tell me?
  •  

HecticatedTopic starter

  •  

PHPVibe A.

It doesn't have any special session storage, uses the server's one, usually /tmp, but when it's not set it trows error (obviously), can you tell me if there was anything else besides that?

HecticatedTopic starter

CHMOD was not set to 777 on root /tmp even though I set it many many times.

So the hosting company fixed it.
  •  

PHPVibe A.

Usually that /tmp it's server wide, not in the hosting account, at least on every setup I've dealed with.

Similar topics (7)