Topic: get this error when I login to application also I can print report

Dear Sir,

I have get this error when I login to application also i can print report dnit disblay

Include_once(./company/6/installed_extensions.php) [function.include-once]: failed to open stream: No such file or directory in file: /home/content/96/6005296/html/grepx/frontccount/includes/session.inc at line 251
--------------------------------------------------------------------------------
include_once() [function.include]: Failed opening './company/6/installed_extensions.php' for inclusion (include_path='.:/usr/local/php5/lib/php') in file: /home/content/96/6005296/html/grepx/frontccount/includes/session.inc at line 251
--------------------------------------------------------------------------------
fopen(./company/6/js_cache/JsHttpRequest.js) [function.fopen]: failed to open stream: No such file or directory in file: /home/content/96/6005296/html/grepx/frontccount/includes/main.inc at line 79
--------------------------------------------------------------------------------
fopen(./company/6/js_cache/behaviour.js) [function.fopen]: failed to open stream: No such file or directory in file: /home/content/96/6005296/html/grepx/frontccount/includes/main.inc at line 79
--------------------------------------------------------------------------------
fopen(./company/6/js_cache/utils.js) [function.fopen]: failed to open stream: No such file or directory in file: /home/content/96/6005296/html/grepx/frontccount/includes/main.inc at line 79
--------------------------------------------------------------------------------
fopen(./company/6/js_cache/inserts.js) [function.fopen]: failed to open stream: No such file or directory in file: /home/content/96/6005296/html/grepx/frontccount/includes/main.inc at line 79

--------------------------


When print report this error came

include_once(../company/6/installed_extensions.php) [function.include-once]: failed to open stream: No such file or directory in file: /home/content/96/6005296/html/grepx/frontccount/includes/session.inc at line 251
--------------------------------------------------------------------------------
include_once() [function.include]: Failed opening '../company/6/installed_extensions.php' for inclusion (include_path='.:/usr/local/php5/lib/php') in file: /home/content/96/6005296/html/grepx/frontccount/includes/session.inc at line 251

Warning: Unterminated comment starting line 2666 in /home/content/96/6005296/html/grepx/frontccount/reporting/includes/tcpdf.php on line 2666

Parse error: syntax error, unexpected $end, expecting T_FUNCTION in /home/content/96/6005296/html/grepx/frontccount/reporting/includes/tcpdf.php on line 2666

Re: get this error when I login to application also I can print report

It seems that directory /company/6 is write protected. Enable it and try copy the files from company/0 into this folder. You should make /company folder and all subfolders write enabled.

/Joe

Re: get this error when I login to application also I can print report

Thanks for your response but when I run report give me this erro
Warning: Unterminated comment starting line 2666 in /home/content/96/6005296/html/grepx/frontccount/reporting/includes/tcpdf.php on line 2666

Parse error: syntax error, unexpected $end, expecting T_FUNCTION in /home/content/96/6005296/html/grepx/frontccount/reporting/includes/tcpdf.php on line 2666

Re: get this error when I login to application also I can print report

It seems that the file /reporting/includes/tcpdf.php is broken. Please replease this file with a fresh one from CVS repository or installation package.

/Joe