Jump to content
  • 0

Help FluxCP error


Erba

Question


  • Group:  Members
  • Topic Count:  84
  • Topics Per Day:  0.02
  • Content Count:  550
  • Reputation:   9
  • Joined:  11/06/12
  • Last Seen:  

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? :(

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  09/08/16
  • Last Seen:  


Notice: unserialize(): Error at offset 190 of 1615 bytes in /var/www/html/lib/Flux.php on line 265

Fatal error: Call to a member function toArray() on a non-object in /var/www/html/lib/Flux.php on line 342

 

 

how can i fix this

 

http://104.198.115.122/

Edited by vincentcarloeugenio
Link to comment
Share on other sites


  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3123
  • Reputation:   1617
  • Joined:  03/26/12
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  84
  • Topics Per Day:  0.02
  • Content Count:  550
  • Reputation:   9
  • Joined:  11/06/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3123
  • Reputation:   1617
  • Joined:  03/26/12
  • Last Seen:  

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 ' '

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  105
  • Topics Per Day:  0.02
  • Content Count:  332
  • Reputation:   15
  • Joined:  12/11/11
  • Last Seen:  

[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

Link to comment
Share on other sites


  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3123
  • Reputation:   1617
  • Joined:  03/26/12
  • Last Seen:  

Which FluxCP are you both using, and which page do you get that error on?

Link to comment
Share on other sites

×
×
  • Create New...