[kronolith] Blank Calendar Page

mbox mbarsalou barjunk at attglobal.net
Sat Sep 11 18:52:50 PDT 2004


So at this point you have debugging turned on for horde(php.ini), apache
and mysql?  And you aren't getting any more debugging info that what you
have sent?  Thre is definitely something odd going on here.

I see that display_errors is on.  Do you also have log_errors on?
Mike B.
On Fri, 2004-09-10 at 09:25, Tom Conway wrote:
> I restart httpd each time I make a change.
> Don't know why logging is thin.
> PHP.ini is set to E_ALL, confirmed vi phpinfo()
> 
> I can't even create a php log. I've tried setting it to the tmp directory
> and others (currently set as shown below)
> 
> display_errors On
> display_startup_errors On
> error_log /var/log/httpd/php_error_log
> 
> > That doesn't seem like enough stuff.  What is the log level set to in
> > your php.ini file?  Also, when debugging is set for horde, you should be
> > getting some [debug] entries.  Here is a snip of mine:
> >
> >
> >> Sep 01 23:35:27 HORDE [debug] [wicked] Wicked_Driver_sql::_retrieve():
> >> SELECT * FROM wicked_pages WHERE page_name = 'WikiHome' [on line 419 of
> >> "/var/www/html/horde/wicked/lib/Driver/sql.php"]
> >> Sep 01 23:35:27 HORDE [debug] [wicked] SQL Query by
> >> DataTree_sql::getData(): SELECT datatree_data, datatree_serialized FROM
> >> horde_datatree WHERE datatree_id = 2 [on line 718 of
> >> "/usr/share/pear/Horde/DataTree/sql.php"]
> >> Sep 01 23:35:27 HORDE [debug] [wicked] Wicked_Driver_sql::getPages():
> >> SELECT page_name FROM wicked_pages  [on line 310 of
> >> "/var/www/html/horde/wicked/lib/Driver/sql.php"]
> >> Sep 01 23:35:28 HORDE [debug] [] SQL Query by DataTree_sql::_load():
> >> SELECT datatree_id, datatree_parents FROM horde_datatree WHERE
> >> datatree_name = 'horde' AND group_uid = 'horde.perms' ORDER BY
> >> datatree_id [on line 112 of "/usr/share/pear/Horde/DataTree/sql.php"]
> >>
> >
> > I am wondering if you are restarting the services after you make changes
> > to the php.ini file, etc.
> >
> > It's probably not required all the time, but doesn't really hurt, unless
> > maybe this is a production box.
> >
> > Mike B.
> >
> > On Wed, 2004-09-08 at 14:54, Tom Conway wrote:
> >> Nothing logged for php or in my ssl_error/access_logs.
> >> There's no LDAP support per the log but I'm not using LDAP
> >>
> >> horde.log
> >> Sep 08 18:39:19 HORDE [info] [imp] clean session [on line 882 of
> >> "/internet/horde/lib/Horde.php"]
> >> Sep 08 18:39:19 HORDE [notice] [imp] Login success for tomc
> >> [192.168.0.4]
> >> to {tecsol.org:993} [on line 92 of "/internet/horde/imp/redirect.php"]
> >>
> >> httpd error_log
> >> [Wed Sep 08 18:46:04 2004] [notice] SIGHUP received.  Attempting to
> >> restart
> >> [Wed Sep 08 18:46:05 2004] [notice] Digest: generating secret for digest
> >> authentication ...
> >> [Wed Sep 08 18:46:05 2004] [notice] Digest: done
> >> [Wed Sep 08 18:46:05 2004] [notice] LDAP: Built with OpenLDAP LDAP SDK
> >> [Wed Sep 08 18:46:05 2004] [notice] LDAP: SSL support unavailable
> >> [Wed Sep 08 18:46:05 2004] [notice] Apache/2.0.50 (Fedora) configured --
> >> resuming normal operations
> >>
> >> > Are you getting ANY messages?  Does the weblog, horde log or messages
> >> > have any indication that you are using horde?
> >> >
> >> > When I have debug turned up, the output is fairly big.  How about
> >> > sending a snip of what you are seeing in some of your logs.
> >> >
> >> > Mike B.
> >> > On Tue, 2004-09-07 at 15:04, Tom Conway wrote:
> >> >> >Okay. Well, make sure you set error_reporting to E_ALL, turn on
> >> >> >display_errors,
> >> >> >and check your httpd logs for segfaults.
> >> >>
> >> >> E_ALL is/was set, no segfaults or arrors of any type.
> >> >
> >>
> >>
> >> -Later
> >
> 
> 
> -Later



More information about the kronolith mailing list