Can anybody help with a blank page on a new install?
FreeBSD 5.4
MySQL 5.0.2
php4-4.3.10_2 (--with-pear)
phpScheduleIt 1.1.3
I followed readme.html for manual install and all is ok.
mysql-> show databases;
+--------------------+
| Database |
+--------------------+
| phpScheduleIt |
+--------------------+
(other 'show databases' output deleted...)
Pointing a compliant browser to the phpScheduleIt root dir yields a blank page
and the following entries in the httpd and kernel log files:
$ tail /var/log/httpd-error.log
[Tue Apr 18 17:52:55 2006] [notice] child pid 3159 exit signal Segmentation fault (11)
$ tail /var/log/messages
Apr 18 17:52:55 mail kernel: pid 3159 (httpd), uid 80: exited on signal 11
Interestingly, all files within the source tree have ^M as the last entry on everyline.
This is a Windows feature, I think. Would it make a difference in Unix?
I remember php being sensitive to whitespace, although the tarball came from
sourceforge under "platform independent".
$ cat -e phpScheduleIt/index.php |tail -11
<?php^M
/**^M
* This file is the login page for the system^M
* It provides a login form and will automatically^M
* forward any users who have cookies set to ctrlpnl.php^M
* @author Nick Korbel <
lqqkout13@users.sourceforge.net>^M
* @version 06-25-04^M
* @package phpScheduleIt^M
*^M
* Copyright (C) 2003 - 2006 phpScheduleIt^M
* License: GPL, see LICENSE^M
MySQL, Apache and other php apps work fine. Can anybody help?
Thanks in advance!
:twisted: