Ticket #751 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

A2billing 1.6.0 php sysinfo

Reported by: carlos0330 Assigned to: areski
Priority: major Milestone:
Component: General Version:
Keywords: Cc:

Description

Hi! I just install the new version 1.6.0 and when I click maintenance --->> php sysinfo I see the following errors, how do I fix them? thenk you!

Warning: file_get_contents(templates/default/footer.tpl) [function.file-get-contents]: failed to open stream: No such file or directory in /var/www/common/lib/Misc.php on line 1408

Warning: Cannot modify header information - headers already sent by (output started at /var/www/common/lib/Misc.php:1408) in /var/www/common/lib/admin.module.access.php on line 68

Warning: Cannot modify header information - headers already sent by (output started at /var/www/common/lib/Misc.php:1408) in /var/www/billing-admin/phpsysinfo/index.php on line 103

Warning: Cannot modify header information - headers already sent by (output started at /var/www/common/lib/Misc.php:1408) in /var/www/billing-admin/phpsysinfo/index.php on line 143

Warning: Cannot modify header information - headers already sent by (output started at /var/www/common/lib/Misc.php:1408) in /var/www/billing-admin/phpsysinfo/includes/system_header.php on line 31

Warning: Cannot modify header information - headers already sent by (output started at /var/www/common/lib/Misc.php:1408) in /var/www/billing-admin/phpsysinfo/includes/system_header.php on line 35

Change History

(in reply to: ↑ description ) 03/01/10 05:53:15 changed by carlos0330

  • status changed from new to closed.
  • resolution set to fixed.

Replying to carlos0330: I fixed it by modifying hte following: $footer_content = file_get_contents("/var/www/billing-admin/Public/templates/default/footer.tpl"); I do not see previous errors mentioned before... I hope this is the right fix. Thank you!

Hi! I just install the new version 1.6.0 and when I click maintenance --->> php sysinfo I see the following errors, how do I fix them? thenk you! Warning: file_get_contents(templates/default/footer.tpl) [function.file-get-contents]: failed to open stream: No such file or directory in /var/www/common/lib/Misc.php on line 1408 Warning: Cannot modify header information - headers already sent by (output started at /var/www/common/lib/Misc.php:1408) in /var/www/common/lib/admin.module.access.php on line 68 Warning: Cannot modify header information - headers already sent by (output started at /var/www/common/lib/Misc.php:1408) in /var/www/billing-admin/phpsysinfo/index.php on line 103 Warning: Cannot modify header information - headers already sent by (output started at /var/www/common/lib/Misc.php:1408) in /var/www/billing-admin/phpsysinfo/index.php on line 143 Warning: Cannot modify header information - headers already sent by (output started at /var/www/common/lib/Misc.php:1408) in /var/www/billing-admin/phpsysinfo/includes/system_header.php on line 31 Warning: Cannot modify header information - headers already sent by (output started at /var/www/common/lib/Misc.php:1408) in /var/www/billing-admin/phpsysinfo/includes/system_header.php on line 35

03/05/10 19:14:55 changed by areski

fixed thanks