riley
29-07-05, 06:01 AM
Redhat AS 2.1
php 4.1.2
dotproject 2.0.1 clean install
mysql 3.23.58
Clean install, check.php is cool, app works fine but several functions return a WSOD. I have enabled debugging as suggested in several threads but there are only warnings and no errors, for example:
Warning: Constant sid already defined in /var/www/html/dotproject/includes/session.php on line 193
Warning: Undefined property: fields in /var/www/html/dotproject/classes/CustomFields.class.php on line 456
Warning: Undefined property: fields in /var/www/html/dotproject/classes/CustomFields.class.php on line 470
Above was after editing a task and clicking save. However, if I refresh the blank page, the POST is happening and data is being saved to mysql.
It seems to happen after any POST of data...
Help?
php 4.1.2
dotproject 2.0.1 clean install
mysql 3.23.58
Clean install, check.php is cool, app works fine but several functions return a WSOD. I have enabled debugging as suggested in several threads but there are only warnings and no errors, for example:
Warning: Constant sid already defined in /var/www/html/dotproject/includes/session.php on line 193
Warning: Undefined property: fields in /var/www/html/dotproject/classes/CustomFields.class.php on line 456
Warning: Undefined property: fields in /var/www/html/dotproject/classes/CustomFields.class.php on line 470
Above was after editing a task and clicking save. However, if I refresh the blank page, the POST is happening and data is being saved to mysql.
It seems to happen after any POST of data...
Help?