Hello, This program sounds a great idea - thank you! I downloaded it and modified the config. I forgot to rename it, so when browsing the site I got the "rename the file silly" error :) which was good news as there were no errors at this point. I renamed it properly and added the "AllowOverride FileInfo" option for Apache and restarted, and now I just get a blank page. Viewing the source in my browser results in no HTML being displayed.
I have the following set up: Linux build 2.6.5-7.252-default, Apache 2.0.49, PHP 4.3.4
Is there anything I can do to get some debugging on where the problem lies?
Error reporting is enabled by default in XODA. Still, sometimes (while doing development) I get a blank screen when there is an error in functions.php which the indexfor an unknown reason does not report. You could try directly accessing functions.php but also config.php using your browser as the error could be in any of those files.
Oh, I just noticed that you are using PHP4. I am not sure that it would work there but at least there should be some output.
Thanks and please share with us your further experience! :)
Hello, Thank you for the quick reply. I have just tried both your suggestions, and unfortunately the same thing happens. I will try adding some debug code to php to see if it will print anything at all! Thanks!