"Strict: PHP" error in the debug

Author Message

Salvatore Guarino

Monday 28 April 2008 12:35:31 am

Hi,

a strange message appears in the debug when I try to send a standard feedback form (eZpublish 4.0 with webin extension):

Strict: PHP

Non-static method eZInfocollectorFunctionCollection::fetchCollectedInfoCollection() should not be called statically, assuming $this from incompatible context in /var/www/vhosts/mysite/httpdocs/kernel/content/ezcontentfunctioncollection.php on line 751

Mailng of form doesn't work, but I don't know if it depends from this error, if there is a misconfiguration in the webserver or anything else...

Any idea?

Maxime Thomas

Monday 28 April 2008 11:43:29 pm

Maybe you have a reference call in the prototype of this function:


static function fetchCollectedInfoCollection(&$var, ...)
{
...
}

Maxime Thomas
maxime.thomas@wascou.org | www.wascou.org | http://twitter.com/wascou

Company Blog : http://www.wascou.org/eng/Company/Blog
Technical Blog : http://share.ez.no/blogs/maxime-thomas

Salvatore Guarino

Monday 28 April 2008 11:51:50 pm

Dear Thomas,

thank you for you response, but this is a standard installation, without modifications, and the file with <i>reference call in the prototype of function</i> is a kernel file... I think that this is a bug.
I posted the bug here: http://issues.ez.no/IssueView.php?Id=12926&activeItem=1

Thx and bye,

Salvatore

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 31 2025 08:03:23
Script start
Timing: Jan 31 2025 08:03:23
Module start 'layout'
Timing: Jan 31 2025 08:03:23
Module start 'content'
Timing: Jan 31 2025 08:03:24
Module end 'content'
Timing: Jan 31 2025 08:03:24
Script end

Main resources:

Total runtime0.9593 sec
Peak memory usage4,096.0000 KB
Database Queries57

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0046 588.1328151.2109
Module start 'layout' 0.00460.0039 739.343836.6484
Module start 'content' 0.00850.9498 775.9922942.9297
Module end 'content' 0.95830.0009 1,718.921911.8438
Script end 0.9592  1,730.7656 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00320.3367160.0002
Check MTime0.00130.1335160.0001
Mysql Total
Database connection0.00070.070910.0007
Mysqli_queries0.884592.2099570.0155
Looping result0.00050.0523550.0000
Template Total0.901594.020.4508
Template load0.00180.190120.0009
Template processing0.899793.790820.4498
Template load and register function0.00140.146410.0014
states
state_id_array0.00650.678010.0065
state_identifier_array0.00100.099320.0005
Override
Cache load0.00150.1579200.0001
Sytem overhead
Fetch class attribute can translate value0.00050.049920.0002
Fetch class attribute name0.00210.223450.0004
XML
Image XML parsing0.00780.812520.0039
class_abstraction
Instantiating content class attribute0.00000.001660.0000
General
dbfile0.01461.5251230.0006
String conversion0.00000.000840.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
3content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
3content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
5content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 16
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs