From: Gregory Machin on 26 May 2010 04:09 Hi I'm running php-cgi (PHP 5.3.2) and mod_fcgid (2.3.4-2.fc12) in SuExec Apache (2.2.13). I'm experiencing the following Typical errors [Wed May 26 03:59:57 2010] [warn] [client 60.234.169.177] mod_fcgid: stderr: PHP Deprecated: Function eregi_replace() is deprecated in /home/linuxpro/public_html/vtigercrm/modules/Webmails/functions.php on line 248, referer: http://www.linuxpro.co.nz/vtigercrm/index.php?module=Webmails&action=index&parenttab=My%20Home%20Page and [Wed May 26 03:59:57 2010] [warn] [client 60.234.169.177] mod_fcgid: stderr: PHP Fatal error: Multiple access type modifiers are not allowed in /home/linuxpro/public_html/vtigercrm/modules/FieldFormulas/expression_engine/VTExpressionEngine.inc on line 160, referer: http://www.linuxpro.co.nz/vtigercrm/index.php?module=Webmails&action=index&parenttab=My%20Home%20Page and Wed May 26 03:57:54 2010] [warn] [client 60.234.169.177] mod_fcgid: stderr: PHP Notice: Undefined index: file in /home/linuxpro/public_html/vtigercrm/include/utils/utils.php on line 1000, referer: http://www.linuxpro.co.nz/vtigercrm/index.php?action=index&module=Home apart from changing logging levels how should I resolve these issues. Thanks
From: Nilesh Govindarajan on 26 May 2010 05:20 On Wed, May 26, 2010 at 1:39 PM, Gregory Machin <gdm(a)linuxpro.co.za> wrote: > Hi > I'm running php-cgi (PHP 5.3.2) and mod_fcgid (2.3.4-2.fc12) in SuExec > Apache (2.2.13). > > I'm experiencing the following > > Typical errors > > [Wed May 26 03:59:57 2010] [warn] [client 60.234.169.177] mod_fcgid: > stderr: PHP Deprecated: Â Function eregi_replace() is deprecated in > /home/linuxpro/public_html/vtigercrm/modules/Webmails/functions.php on > line 248, referer: > http://www.linuxpro.co.nz/vtigercrm/index.php?module=Webmails&action=index&parenttab=My%20Home%20Page > > and > [Wed May 26 03:59:57 2010] [warn] [client 60.234.169.177] mod_fcgid: > stderr: PHP Fatal error: Â Multiple access type modifiers are not > allowed in /home/linuxpro/public_html/vtigercrm/modules/FieldFormulas/expression_engine/VTExpressionEngine.inc > on line 160, referer: > http://www.linuxpro.co.nz/vtigercrm/index.php?module=Webmails&action=index&parenttab=My%20Home%20Page > > and > Wed May 26 03:57:54 2010] [warn] [client 60.234.169.177] mod_fcgid: > stderr: PHP Notice: Â Undefined index: file in > /home/linuxpro/public_html/vtigercrm/include/utils/utils.php on line > 1000, referer: http://www.linuxpro.co.nz/vtigercrm/index.php?action=index&module=Home > > apart from changing logging levels how should I resolve these issues. > > Thanks > > This has nothing to do with mod_fcgid. Its the errors in code. -- Nilesh Govindarajan Facebook: nilesh.gr Twitter: nileshgr Website: www.itech7.com
From: "Ford, Mike" on 26 May 2010 06:06 > -----Original Message----- > From: gregory.machin(a)gmail.com [mailto:gregory.machin(a)gmail.com] On > Behalf Of Gregory Machin > Sent: 26 May 2010 09:10 > To: php-general(a)lists.php.net > > I'm experiencing the following [....] > apart from changing logging levels how should I resolve these > issues. At the risk of sounding flippant, by fixing the indicated PHP issues at the locations quoted ("in (file) on line (number)"). These are pure PHP issues, nothing to do with fcgi as such. If you need more specific help, please show us the relevant PHP with each error -- ensure you give us enough context by quoting sufficient PHP code surrounding the actual problem line. Cheers! Mike -- Mike Ford, Electronic Information Developer, Libraries and Learning Innovation, Leeds Metropolitan University, C507, Civic Quarter Campus, Woodhouse Lane, LEEDS, LS1 3HE, United Kingdom Email: m.ford(a)leedsmet.ac.uk Tel: +44 113 812 4730 To view the terms under which this email is distributed, please go to http://disclaimer.leedsmet.ac.uk/email.htm
|
Pages: 1 Prev: Looking for PHP/Solr developer Next: getaddrinfo() - what is the equivalent php function? |