Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with OpenID Sign In with Google

Sign In Apply for Membership

Blank Screen after configuration
  • ChrisClemson March 2012
    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?

    Thanks,

    Chris

  • betso March 2012
    Hi Chris,

    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 index for 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! :)
  • ChrisClemson March 2012
    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!

    Chris

  • betso March 2012
    Try also PHP5 if you have the chance. I doubt that this would be the only problem but it is easy to try.