Mark Field
Mark Field
Answer: There were ASCII Notices at the top of the XLS & XLSX file: ` Notice: Undefined variable: letter in I:\work\build\php\myphp\php-reports\classes\report_formats\XlsReportBase.php on line 10 Notice: Undefined variable: letter in I:\work\build\php\myphp\php-reports\classes\report_formats\XlsReportBase.php...
I am new to PHP and I don't quite understand the solution here... I am getting the same 404 code. I turned on AllowOverride for the php alias I have...
I've figured out my problem... I had to add the following line to my .htaccess file in the php_reports directory: RewriteBase /php/myphp/php-reports My HTTPD.CONF file had: Alias /php "I:\work\build\php" It...
I did the following. For the test exemplar I have a shared constant called "fcsi_cache" and the reset_test() empties it if true is passed. My set_up() method on the test...