Jump to content
  • 0
Sign in to follow this  
Enko

Hercules Flux error log

Question

Hello there.

 

Im wondering why i'm getting those errors?

 

[24-Mar-2014 04:35:57 America/Los_Angeles] PHP Notice:  Undefined offset: 0 in /home/enkoro/public_html/flux/lib/Flux/Template.php on line 1231
[24-Mar-2014 05:05:49 America/Los_Angeles] PHP Notice:  Undefined offset: 0 in /home/enkoro/public_html/flux/lib/Flux/Template.php on line 1231
[24-Mar-2014 07:02:41 America/Los_Angeles] PHP Notice:  Undefined offset: 0 in /home/enkoro/public_html/flux/lib/Flux/Template.php on line 1231
[24-Mar-2014 12:27:48 America/Los_Angeles] PHP Notice:  Undefined offset: 0 in /home/enkoro/public_html/flux/lib/Flux/Template.php on line 1231
[24-Mar-2014 12:34:39 America/Los_Angeles] PHP Notice:  Undefined offset: 0 in /home/enkoro/public_html/flux/lib/Flux/Template.php on line 1231
[24-Mar-2014 12:58:46 America/Los_Angeles] PHP Notice:  Undefined offset: 0 in /home/enkoro/public_html/flux/lib/Flux/Template.php on line 1231
[24-Mar-2014 12:59:48 America/Los_Angeles] PHP Notice:  Undefined offset: 0 in /home/enkoro/public_html/flux/lib/Flux/Template.php on line 1231
[24-Mar-2014 13:18:43 America/Los_Angeles] PHP Notice:  Undefined offset: 0 in /home/enkoro/public_html/flux/lib/Flux/Template.php on line 1231
[24-Mar-2014 13:23:42 America/Los_Angeles] PHP Notice:  Undefined offset: 0 in /home/enkoro/public_html/flux/lib/Flux/Template.php on line 1231
[24-Mar-2014 13:48:20 America/Los_Angeles] PHP Notice:  Undefined offset: 0 in /home/enkoro/public_html/flux/lib/Flux/Template.php on line 1231
[24-Mar-2014 15:31:36 America/Los_Angeles] PHP Notice:  Undefined offset: 0 in /home/enkoro/public_html/flux/lib/Flux/Template.php on line 1231
[24-Mar-2014 16:11:17 America/Los_Angeles] PHP Strict Standards:  Accessing static property Flux_Mailer::$errLog as non static in /home/enkoro/public_html/flux/lib/Flux/Mailer.php on line 21
[24-Mar-2014 16:11:17 America/Los_Angeles] PHP Strict Standards:  Accessing static property Flux_Mailer::$log as non static in /home/enkoro/public_html/flux/lib/Flux/Mailer.php on line 22
[24-Mar-2014 20:11:27 America/Los_Angeles] PHP Strict Standards:  Accessing static property Flux_Mailer::$errLog as non static in /home/enkoro/public_html/flux/lib/Flux/Mailer.php on line 21
[24-Mar-2014 20:11:27 America/Los_Angeles] PHP Strict Standards:  Accessing static property Flux_Mailer::$log as non static in /home/enkoro/public_html/flux/lib/Flux/Mailer.php on line 22

 

Thanks

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Try editing the line 1231 in "lib/Flux/Template.php" file..

// Fromelse if (count($jobs) === count($equipJobs) - 1 && !in_array($equipJobs[0], $jobs)) {// Toelse if( count($jobs) === (count($equipJobs) - 1) && !isset($equipJobs[0]) ) {

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.