Jump to content
  • 0

Help FluxCP error


Question

Posted

I am having problem with these:

 

[03-Dec-2013 01:39:31 UTC] PHP 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

[03-Dec-2013 01:39:59 UTC] PHP Warning:  Unknown: open(/tmp/sess_228e9698cb93dcc449b6e0585c6acd4d, O_RDWR) failed: No space left on device (28) in Unknown on line 0

[03-Dec-2013 08:34:20 UTC] PHP Notice:  Undefined offset: 0 in /home/alapakapa61/public_html/lib/Flux/Template.php on line 1161

this is the content of my Template.php on line 1161

		else if (count($jobs) === count($equipJobs) - 1 && !in_array($equipJobs[0], $jobs)) {

how to fix this one? :(

6 answers to this question

Recommended Posts

Posted

Failed to write session is generally a permission issue. The second one is both obvious and not obvious.. It rarely has anything to do with space. The last one means that there is no array contents for $equipJobs.

Posted

in my phpmyadmin i granted all the permission 

 

for the second one i cant fine the file for me to check the spaces even if i follow the path

 

the last one.. actually im poor with php or any website related stuff.. can you teach me how to fix this? thank you for your reply

Posted

Did you modify something to get those errors? If you did, what did you do?

 

Also, by space, it means disk space on your web host, not space as in whitespaces ' '

Posted

[03-Dec-2013 08:34:20 UTC] PHP Notice: Undefined offset: 0 in /home/alapakapa61/public_html/lib/Flux/Template.php on line 1161

in line:

else if (count($jobs) === count($equipJobs) - 1 && !in_array($equipJobs[0], $jobs)) {

 

I'm getting this same error V_V

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...