Spreadsheet_Excel_Writer
[email protected] (Stephen Hutchinson)
| Newsgroups | php.pear.general |
|---|---|
| Message-ID | <CADqSfBVZ_m6ttgWpvZf=nvx8Xbn+tLWYzdVpqmoXBzfNVEJ=rg@mail.gmail.com> |
Good day, I'm running the latest PHP and pear on a windows machine with apache 2.4 (XAMPP), I have installed the latest versions of OLE, PEAR and Spreadsheet_Excel_Writer. PEAR is installed and working. However now instead of generating a download for the report on a specific page (report.php) and redirecting to the previous page, the page (report.php) is actually displayed, it is blank. In the hosted version it works perfectly and is on a linux based server with apache 2.0 with PHP 5.3.18. So basically on my development version it is not working, it is connecting to database and everything else on the site is working. Is this a problem with the include_once and require_once for the Writer.php and the relative paths being incorrect because of being on windows. Any assistance will be appreciated.