Closed (fixed)
Project:
Project Issue File Review
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
10 Jun 2009 at 02:45 UTC
Updated:
31 Jul 2009 at 20:40 UTC
The pifr_debug under watchdog reported the following 'notice's:
Command: "patch -p0 -i /var/www/drupal/sites/default/files/review/apply.patch"; Result: "patch unexpectedly ends in middle of line".
Command: "php -l -f ./install.php"; Result: "Errors parsing ./install.php". (this is repeated twice)
Upon further investigation, I also found the following 'error' in the Apache error_log:
[Tue Jun 09 22:09:14 2009] [error] [client 192.168.0.3] PHP Fatal error: Call to undefined function break_me() in /var/www/drupal/sites/default/files/checkout/install.php on line 8
Comments
Comment #1
boombatower commentedThe break_me() is expected as that is part of the self test of the client to ensure it catches the issue and reports it. I am going to run a diagnostics of the client testing stuff to make sure it is working properly.
Comment #2
boombatower commented