Hi,
On my site I have a PHP script involving lots of XSLT transformations.
The script works fine on my dev area but on my hosting it just hangs the script and eventually the web browser times out.
I am using shared LAMP hosting for the site, and getting their support to restart apache which fixes it only to happen again sometime later (intermittent).
I know from putting die()s in my code that it is fine up to the transformations.
Not sure what is going on, shouldn't all XSLT and DOM objects be destroyed when the script finishes?
Can you give me some pointers on debugging this, is it my hosting companies bad system, have you seen this issue?
XSLT Transformation Hangs Production - Help
Moderator: General Moderators