LAMP error....!
Posted: Wed Jun 19, 2002 8:10 am
I have a LAMP (Linux - Apache -MySQL - Php) Problem. I've written a program that do following things:
- Clear directories
- Get information from database
- Write temporary XML file
- Transformation of XML file to XHTML file with Sablotron XSLT
- Delete XML file
- Show statistics
This works under Windows (Apache 2.0.36, Php 4.2.1, MySQL 4.0.1) without problems. Under Linux (Apache 1.3.23, Php 4.1.0, MySql 3.23.48) Php clear the directoies, write the XML file, transformate and then he does it in an infinite loop although the process stands in an constructor. The browser gives a message ("The page does not contain any data") back or writes "Host not found". Does anyone have a solution for this problem?
- Clear directories
- Get information from database
- Write temporary XML file
- Transformation of XML file to XHTML file with Sablotron XSLT
- Delete XML file
- Show statistics
This works under Windows (Apache 2.0.36, Php 4.2.1, MySQL 4.0.1) without problems. Under Linux (Apache 1.3.23, Php 4.1.0, MySql 3.23.48) Php clear the directoies, write the XML file, transformate and then he does it in an infinite loop although the process stands in an constructor. The browser gives a message ("The page does not contain any data") back or writes "Host not found". Does anyone have a solution for this problem?