[ZendTo] Re: PHP script error

Jules Jules at Zend.To
Fri Jan 25 14:06:44 GMT 2013


On 25/01/2013 12:55, Ortt, Richard wrote:
>
> I have updated zend.to to the most recent 4.11 release (through rpm 
> package), and I now get multiple php script errors in my apache error 
> log.  I have reviewed the config files for the new version against the 
> old version, and I think I have them straight, but I can not get any 
> further.  Anyone have any insight into the errors?
>
> Jan 25 07:46:48 2013] [error] [client xxxxxx] PHP Notice:  Undefined index: HTTPS in /opt/zendto/lib/NSSDropbox.php on line 42
> [Fri Jan 25 07:46:48 2013] [error] [client xxxxxxx] PHP Notice:  Undefined index: HTTPS in /opt/zendto/lib/NSSDropbox.php on line 48
> [Fri Jan 25 07:46:48 2013] [error] [client xxxxxxxx] PHP Notice:  Undefined index: authLocalAdmins in /opt/zendto/lib/NSSLocalAuthenticator.php on line 41
These are harmless and can be fixed by adding "& ~E_NOTICE" to your 
error_reporting in php.ini.
> [Fri Jan 25 07:46:48 2013] [error] [client xxxxxxx] PHP Fatal error:  include(): Cannot redeclare class smarty_internal_template in /opt/zendto/lib/smarty/Smarty.class.php on line 799
Have you changed your templates? Check for all the .rpmnew files 
everywhere and see if there are new ones you haven't spotted.
     find /opt/zendto -name '*.rpmnew' -print
>   
> After many attempts, the error file throws this error:
>   
> zend_mm_heap corrupted
>
>
>
> _______________________________________________
> ZendTo mailing list
> ZendTo at zend.to
> http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto
>
> Jules
>
> -- 
> Julian Field MEng MBCS CITP CEng
>
> 'The paths we take sometimes lead us away from people we know and
> love. But in the end what matters is that we affect the lives of
> others for the better somehow, whomever we are, whatever our story.
> Obsession always destroys what it intended to nurture: but if
> you're able to let yourself love honestly and without fear, maybe
> that huge heart you have will somehow set you free.' - Eve Lockhart
>
> www.Zend.To
> Twitter: @JulesFM
> PGP footprint: EE81 D763 3DB0 0BFD E1DC 7222 11F6 5947 1415 B654
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ecs.soton.ac.uk/pipermail/zendto/attachments/20130125/3e79ee32/attachment.html 


More information about the ZendTo mailing list