Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Vanilla showing...er..nothing.

13»

Comments

  • MarkMark Vanilla Staff
    Oh shoot. It was a typo on my part, sorry.

    I should have said:

    In your appg/init_internal.php file, change line 92 from this:

    $Page->Import($Page->ControlFile);

    To this:

    $Page->Import('/srv/www/vhosts/test.sermo.nl/'.$Page->ControlFile);

    If that doesn't work, then let's try changing line 92 to this:

    include('/srv/www/vhosts/test.sermo.nl/'.$Page->ControlFile);

    If either of those work, you'll need to do the same thing in appg/init_external.php.
  • edited February 2006
    No, it doesn't work.

    I DO see the URL changing:
    (not sure this happened before)

    from test.sermo.nl to
    http://test.sermo.nl/signin.php?PageAction=SignOut&ReturnUrl=/index.php
  • The automatic installer say's something I don't understand:

    Oops. We came across some problems while checking your permissions... We couldn't read the "/srv/www/vhosts/test2.sermo.nl/appg/settings.php" file. We couldn't open the "/srv/www/vhosts/test2.sermo.nl/appg/settings.php" file. We couldn't read the "/srv/www/vhosts/test2.sermo.nl/appg/language.php" file. We couldn't open the "/srv/www/vhosts/test2.sermo.nl/appg/language.php" file. We couldn't read the "/srv/www/vhosts/test2.sermo.nl/appg/extensions.php" file. We couldn't open the "/srv/www/vhosts/test2.sermo.nl/appg/extensions.php" file. We couldn't open the "/srv/www/vhosts/test2.sermo.nl/database.sql" file. We couldn't create our test file "/srv/www/vhosts/test2.sermo.nl/images/phpinfo.php" in the /images directory.

    But all the directory's and file have
    drwxr-xr-x
    And some files have chmod 666 permissions. (what was in de documentation)
    So all files should be able to be read by anyone right?
  • MarkMark Vanilla Staff
    Yeah, it did work, then.

    The reason you got another error is because the index page loaded properly, and then found that you weren't signed in, so it redirected you to the sign in page.

    The Sign in page uses a different init_ file (init_external.php), so you will need to make that change to the init_external.php file as well.

    Get that sorted, and then we'll move on to the next issue.
  • MarkMark Vanilla Staff
    It seems to me that your server is not allowing relative include paths. Probably a php configuration issue, but who knows?
  • IT WORKED !
    Phew. Thank you Mark!

    I didn't change anything in the PHP congfiguration what could have caused this. So if it IS a PHP config issue, then it's a default thing.
  • MarkMark Vanilla Staff
    Wierdness. Oh well, I'm glad you got it working finally :)
This discussion has been closed.