Problems with ??!!
I have some virtual includes on my PHP pages:<?php virtual("/whatever/whatever.htm"); ?>
Does anyone use this type of include on the Ensims?
The code for the page is clean, and so is the include. On my raq it works fine, but now (on a new Ensim) I have a few sites that DO NOT LIKE it.
What is it doing?
Here is one example
Hit refresh a couple of times, and see the different things it does (blank page somtimes, messed up tables other times)
Here is another one on a completely different site This site may not have resolved yet - so see the first one for the best example.
Refresh the page to see the different things.
Does anyone else have this problem? It is driving me nuts!
If I pull out the virtual include, it displays fine. So I am sure there is something wrong with my PHP on the server - but all of my other PHP code seems to work fine. I have several thousand pages, so I cannot use a relative path - it has to be virtual.
Any ideas?
TIA!