Monday 21 April 2003 11:14:41 pm
I'm learning how Demo works by using the Demo pagelayout on a non-Demo site. So I have the standard database loaded, but not the Demo DB items. My first test, how News articles behave, isn't behaving. Nothing shows on the home page in the News box. Recent headlines are supposed to appear. I've tried the node ID of my News folder, and of a News article. Nothing appears. When I put text in the News box, it appears. When I put text within the loop=$news_list, nothing appears, which is what I'd expect when nothing is retrieved. news_list=fetch(content,list,hash(parent_node_id,16,limit,5,sort_by,array(published,false()),class_filter_type,include,class_filter_array,array(2)))} I also tried a stripped-down version. It's hard to tinker with anything when documentation for content, list, and hash() can't be found. news_list=fetch(content,list,hash(parent_node_id,16))} The error_log is still showing:
/usr/src/redhat/BUILD/php-4.3.1/Zend/zend_builtin_functions.c(901) : Freeing 0x08B481D4 (20 bytes), script=/var/www/html/ezpublish-3.0-1/index.php
/usr/src/redhat/BUILD/php-4.3.1/Zend/zend_variables.c(111) : Actual location (location was relayed)
/usr/src/redhat/BUILD/php-4.3.1/Zend/zend_builtin_functions.c(892) : Freeing 0x08B60724 (12 bytes), script=/var/www/html/ezpublish-3.0-1/index.php
/usr/src/redhat/BUILD/php-4.3.1/Zend/zend_builtin_functions.c(892) : Freeing 0x0884DA34 (12 bytes), script=/var/www/html/ezpublish-3.0-1/index.php
/usr/src/redhat/BUILD/php-4.3.1/Zend/zend_builtin_functions.c(901) : Freeing 0x08E3EB2C (20 bytes), script=/var/www/html/ezpublish-3.0-1/index.php /usr/src/redhat/BUILD/php-4.3.1/Zend/zend_variables.c(111) : Actual location (location was relayed) With Debug, I am seeing the following (image files not copied to my test area, so they should be missing):
eZ debug Timing: Apr 22 2003 00:58:29 Script start Timing: Apr 22 2003 00:58:29 Module start 'content' Warning: eZModuleOperationInfo::execute Apr 22 2003 00:58:29 Missing main operation memento for key: 53fca9c2dd3ec47c71f7d6b2311a92b9 Warning: PHP Apr 22 2003 00:58:29 Undefined offset: 0 in /var/www/html/ezpublish-3.0-1/kernel/classes/datatypes/ezxmltext/handlers/output/ezxhtmlxmloutput.php on line 157 Timing: Apr 22 2003 00:58:29 Module end 'content' Warning: eZTemplate:ezimage Apr 22 2003 00:58:29 Image 'topmenu.gif' does not exist in any design Warning: eZTemplate:ezimage Apr 22 2003 00:58:29 Image 'mycompanylogo.jpg' does not exist in any design Warning: eZTemplate:ezimage Apr 22 2003 00:58:29 Image 'search.gif' does not exist in any design Warning: eZTemplate:ezimage Apr 22 2003 00:58:29 Image 'speed.jpg' does not exist in any design Timing: Apr 22 2003 00:58:29 End
|