I am so close to the finish line, I can feel it. But I am stumped again and could use some more help.
Everything works fine now except for the Excel file export.
On the original site, when I click export, not only does it update the database to show the data was exported, but it also puts an .xls file on the server.
On the replicated site however, it chokes on the export. No file is exported and the database is not updated.
When I remove ALL the export file related code, it updates the dbase successfuuly.
I have tried changing the permissions of the export folders on the replicated site, thinking the server wasn't allowing the file to be written, but after changing them, still no luck.
The export.php file contains some PEAR instructions. I am wondering if this is the source of my frustrations. But, the include path for :/usr/share/pear is set right I believe.
Any suggestions?