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.
unable to start a discussion
I just created a brand new forum and uploaded a new copy of vanilla 1.1.4 and for some reason when I try to start a discussion, it gives me a blank page. I have administrator role. the url shows as: http://www.mosaic.org/forge/forge_forum/post.php
Did I miss a step?
Did I miss a step?
0
This discussion has been closed.
Comments
Come back and let us know what happens and we'll work on it from there.
Are all three sites on the same server? Maybe something like mod_security is blocking the page name, so lets try copying post.php to another file named something like vanilla.php and try navigating to forge_forum/vanilla.php
If that doesn't work, then see if you can find a apache or HTTP error log and see if anything in there mentions post.php.
Any luck with the error log? If not, we can try turning them on manually by editing conf/settings.php and adding two new lines of code:
ini_set("display_errors","on"); error_reporting(2047);