| Anonymous | Login | Signup for a new account | 2010-09-09 15:00 UTC |
| Main | My View | View Issues | Change Log | Roadmap |
| 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 | |||||||
|
|
|||||||
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 |