Page 1 of 1

debugging / log files

PostPosted: Tue Feb 10, 2009 1:09 pm
by linux123
Hi,

I'm trying to setup a test application on Centos 5.2 (PHP 5.04/MySQL 5.036).
The initial setup and makesite 'test' seem to have worked ok, the .ini file looks good.

However, I cannot go beyond a blank screen and so I tried to find the log files or enable debugging. In /var/www/httpd/error_log I can read this each time I call the 'test' homepage from a browser:
[Tue Feb 10 21:06:29 2009] [notice] child pid 28499 exit signal Segmentation fault (11)

This is not much of information, so can I enable xataface in debug mode and where can I find the log files?

Thanks for any help
B.

PostPosted: Tue Feb 10, 2009 9:57 pm
by shannah
segfaults can be difficult to debug, as it is an internal PHP error. What version of Xataface are you using?

solved

PostPosted: Mon Feb 23, 2009 12:15 am
by linux123
Updating to PHP 5.1.6 (Centos 5.2) solved all issues.
Seems that for unknown reasons (probably some earlier upgrade from 5.x to 5.2 did not draw all dependencies) an incompatible version of php was installed on this machine.
Application now runs as expected - amazing, xataface seems to be exactly what I needed for our inhouse RAD ;-)

B.