View Single Post
Old 12-01-2011, 04:48 AM   #164
ogarcia
Junior Member
ogarcia began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Dec 2011
Device: Android
Some bugs

Hello.

I'm using calibre php server and i see some bugs in error log:

Code:
PHP Notice:  Undefined index: page in /tmp/smarty_templates_c/2a71e5f90020f71cbe2b81a3ee8a7666420dac97.file.header.tpl.php on line 79
PHP Notice:  Trying to get property of non-object in /tmp/smarty_templates_c/2a71e5f90020f71cbe2b81a3ee8a7666420dac97.file.header.tpl.php on line 79
PHP Notice:  Undefined index: use_back in /tmp/smarty_templates_c/2a71e5f90020f71cbe2b81a3ee8a7666420dac97.file.header.tpl.php on line 130
PHP Notice:  Trying to get property of non-object in /tmp/smarty_templates_c/2a71e5f90020f71cbe2b81a3ee8a7666420dac97.file.header.tpl.php on line 130
PHP Notice:  Undefined index: up_url in /tmp/smarty_templates_c/2a71e5f90020f71cbe2b81a3ee8a7666420dac97.file.header.tpl.php on line 132
PHP Notice:  Trying to get property of non-object in /tmp/smarty_templates_c/2a71e5f90020f71cbe2b81a3ee8a7666420dac97.file.header.tpl.php on line 132" while reading response header from upstream, client: 91.116.141.14, server: my.host, request: "POST /index.php HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "my.host", referrer: "http://my.host/
I think that this is some parts of template that is not defined in books metas. This can not be treated with "if" sentences?

Greetings!

More info: The smarty-libs are the latest version: 3.1.5

Last edited by ogarcia; 12-01-2011 at 04:52 AM. Reason: Added version of smarty-libs
ogarcia is offline   Reply With Quote