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.
mod_rewrite issues on new install of Vanilla 2.0.16
My site is at: http://forum.goodteaching.org/ hosted by UnitedHosting. I don't know the Linux version. It's a brand new untouched (vanilla... groan) install. I have not imported any legacy data. My server meets all the requirements - http://forum.goodteaching.org/phpinfo.php
I have set permissions on upload, cache, and config folders to 777.
Clicking on the first discussion I get errors:
http://forum.goodteaching.org/index.php?p=/discussion/1/version-1.0-epub-and-mobi-formats-released
I have a standard .htaccess:
# Original
# If you modify this file then change the above line to: # Modified
RewriteEngine On
# Certain hosts may require the following line.
# If vanilla is in a subfolder then you need to specify it after the /.
# (ex. You put Vanilla in /forum so change the next line to: RewriteBase /forum)
#RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php\?p=$1 [QSA,L]
And I'm getting these errors in the log:
mod_rewrite: maximum number of internal redirects reached. Assuming configuration error. Use 'RewriteOptions MaxRedirects' to increase the limit if neccessary.
php-script: line 8: 5170 Segmentation fault /usr/bin/php-cgi, referer: http://forum.goodteaching.org/index.php?p=/
Premature end of script headers: php-script, referer: http://forum.goodteaching.org/index.php?p=/
HELP! I love Vanilla - looks much better than phpBB but if I can't get it working it's going to have to be phpBB.
I have set permissions on upload, cache, and config folders to 777.
Clicking on the first discussion I get errors:
http://forum.goodteaching.org/index.php?p=/discussion/1/version-1.0-epub-and-mobi-formats-released
I have a standard .htaccess:
# Original
# If you modify this file then change the above line to: # Modified
RewriteEngine On
# Certain hosts may require the following line.
# If vanilla is in a subfolder then you need to specify it after the /.
# (ex. You put Vanilla in /forum so change the next line to: RewriteBase /forum)
#RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php\?p=$1 [QSA,L]
And I'm getting these errors in the log:
mod_rewrite: maximum number of internal redirects reached. Assuming configuration error. Use 'RewriteOptions MaxRedirects' to increase the limit if neccessary.
php-script: line 8: 5170 Segmentation fault /usr/bin/php-cgi, referer: http://forum.goodteaching.org/index.php?p=/
Premature end of script headers: php-script, referer: http://forum.goodteaching.org/index.php?p=/
HELP! I love Vanilla - looks much better than phpBB but if I can't get it working it's going to have to be phpBB.
0
Comments
Might have to start writing a vanillaforum to phpBB script soon as well