Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001045 [SysCP] Cron Other minor always 2008-12-02 21:11 2008-12-12 17:51
Reporter ek View Status public  
Assigned To RadiatioN
Priority normal Resolution fixed  
Status resolved   Product Version 1.4.1
Summary 0001045: Autoresponder cron script echoes script contents.
Description PHP (Might be FreeBSD specific?) has short tags disabled by default. Therefore, the cron_autoresponder.php script's short tags cause the script to simple echo the script's contents as opposed to executing the code itself. The cron_autoresponder.php script is the only cron script that uses short tags.
Additional Information Fix:

Either enable short tags in PHP's INI file or edit the cron script to use full tags.
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0000096)
RadiatioN (developer)
2008-12-03 08:21

yes, you're right thats a typing mistake. will be fixed.
(0000103)
EleRas (reporter)
2008-12-03 14:43

Looks okay for me: merge acknowledged
(0000104)
d00p (reporter)
2008-12-03 16:22

checked - looks good: ack for merging

-  SVN - commits
(#2504)
radiation
2008-12-03 14:32
new branch, refs #1045
A branches/radiation/ticket_1045/
(#2504)
radiation
2008-12-03 14:32
new branch, refs #1045
A branches/radiation/ticket_1045/
(#2505)
radiation
2008-12-03 14:34
fixing short_open_tags for cron_autoresponder.php, refs #1045
U branches/radiation/ticket_1045/scripts/cron_autoresponder.php
(#2505)
radiation
2008-12-03 14:34
fixing short_open_tags for cron_autoresponder.php, refs #1045
U branches/radiation/ticket_1045/scripts/cron_autoresponder.php
(#2509)
EleRas
2008-12-04 11:29
* Fixing short-opentags in cron_autoresponder, fixes #1045
* Deleting merged branch
D branches/radiation/ticket_1045/
_U trunk/syscp/
U trunk/syscp/scripts/cron_autoresponder.php

- Issue History
Date Modified Username Field Change
2008-12-02 21:11 ek New Issue
2008-12-03 08:21 RadiatioN Note Added: 0000096
2008-12-03 08:21 RadiatioN Assigned To => RadiatioN
2008-12-03 08:21 RadiatioN Status new => assigned
2008-12-03 08:21 RadiatioN ETA none => < 1 day
2008-12-03 08:21 RadiatioN Target Version => 1.4.x
2008-12-03 14:35 RadiatioN Target Version 1.4.x => 1.4.2
2008-12-03 14:43 EleRas Note Added: 0000103
2008-12-03 16:22 d00p Note Added: 0000104
2008-12-04 11:29 svn Checkin
2008-12-04 11:29 svn Status assigned => resolved
2008-12-04 11:29 svn Resolution open => fixed
2008-12-12 17:51 EleRas Fixed in Version => 1.4.2
Footer