Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

php.ini

edited September 2010 in Vanilla 2.0 - 2.8
Hi

I have a php.ini file with some custom values in it, the problem is the website keeps coming up with a 500 error, if i remove the php.ini file then the forum works.

can any one help me out on this?

Thank you in advance.

Comments

  • TimTim Operations Vanilla Staff
    image

    More seriously though, you've told me that your custom php.ini file is causing a problem and that removing it fixes that problem. Sounds like this is not a Vanilla issue.

    Vanilla Forums COO [GitHub, Twitter, About.me]

  • edited September 2010
    the only thing i have in there is

    safe_mode = off
    allow_url_include = Off
    allow_url_fopen = Off
    display_errors = Off
    display_startup_errors = Off
    expose_php = Off
    magic_quotes_gpc = On
    magic_quotes_sybase = Off
    register_globals = Off
    upload_max_filesize = 15M
    post_max_size = 15M

    And it works with every other website that i have apart from Vanilla, i all so tried having the php.ini empty and its still giving me a 500 error page, so i would say it is Vanilla.
  • TimTim Operations Vanilla Staff
    What is the 500 error in your apache log?

    Vanilla Forums COO [GitHub, Twitter, About.me]

  • its giving me this error now:

    Fatal error: Call to a member function EnabledPluginFolders() on a non-object in /home/hivenet/public_html/forum/library/core/functions.general.php on line 42
  • TimTim Operations Vanilla Staff
    What version of Vanilla are you using?

    Vanilla Forums COO [GitHub, Twitter, About.me]

  • I'm using 2.0.9
  • TimTim Operations Vanilla Staff
    Ah. That's a known issue (though I don't know why it happens to some people and not to others). We've fixed it in 2.0.10a and it will be released tomorrow.

    Vanilla Forums COO [GitHub, Twitter, About.me]

  • Cool, thank you. What time tomorrow are you releasing it by the way?
  • TimTim Operations Vanilla Staff
    Now

    Vanilla Forums COO [GitHub, Twitter, About.me]

  • Good timing! Thanks
Sign In or Register to comment.