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.
Blank pages (discussion), no redirection
![Mowgli76](https://secure.gravatar.com/avatar/086d3669d43dd99195008849c37e746f/?default=https%3A%2F%2Fvanillicon.com%2F6a3f4c9d5a236214397c41f95912e9ea_100.png&rating=g&size=100)
Version 2.1.5, just installed
PHP version 5.4.26 (but have tried other versions too, same result)
Vanilla debug is ON
Links/subpages etc. seem to work, but..
When I click a topic it returns a blank page (blank source too)
When I log out, it logs out internally (javascript?), but does not redirect the page and appears still logged in, until browser refresh
Logging in results in blank page
Can anyone help?
Let me know if you need more info
0
Comments
http://vanillaforums.org/discussion/comment/218968/#Comment_218968
http://vanillaforums.org/discussion/comment/199091/#Comment_199091
http://vanillaforums.org/discussion/comment/208595/#Comment_208595
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
mbstring is enabled
http://vanillaforums.org/discussion/comment/199091/#Comment_199091
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Tried it all, no luck![:/ :/](https://open.vanillaforums.com/plugins/emojiextender/emoji/little/confused.png)
if you added
$Configuration['Debug'] = TRUE;
to your config.php you should see something besides a blank page. - you should see an error.
conversely you could temporarily
and if need be change index.php line 21
https://github.com/vanilla/vanilla/blob/2.1/index.php#L21
ini_set('display_errors', 1);
when you run into errors.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Doublechecked.. $Configuration['Debug'] = TRUE; is there (and it worked when I experienced an other error)
Tried ini_set('display_errors', 1);
Cleared browser cache
No errors shown. Just same blank page
Before I installed 2.1.5, I had a go at 2.2.16.6 version
Maybe the error is related
http://vanillaforums.org/discussion/28471/fatal-error-in-array-replace-argument-2-is-not-an-array#latest
create a log file and debug log
steps 1 and 2 here.
http://vanillaforums.org/discussion/26786/tutorial-how-to-enable-a-debug-log-and-collect-debugging-information
see if you get more info.
also check your .htaccess
also turn off any caching you might have, and disable cloudflare, if you are using it.
if you are embedding test without embedding.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
How?
.htaccess looks fine. Forum is in subfolder, so RewriteBase is set to that, and that part works fine
Thanks for your effort btw
see:
http://vanillaforums.org/discussion/comment/219362/#Comment_219362
I added the link.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Ok. I'm afraid this is too advanced for me (don't understand that log part).. I was aiming for a fast simple-to-use forum without much bugs / debugging / code changing etc.
But thank you![:) :)](https://open.vanillaforums.com/plugins/emojiextender/emoji/little/smile.png)
Did you see this? http://vanillaforums.org/discussion/28471/fatal-error-in-array-replace-argument-2-is-not-an-array#latest
Perhaps the same issue
It seems to be related to javascript
Regular http links (and their content) works, but any javascript links/buttons/functions not (blank page etc.)
(same in various browsers)
Check your browser console for errors.
It usually opens when pressing F12
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
No errors in console
Make sure you really have all the files from the correct version. Best thing would be to start with a fresh installation of 2.1.current, but if that is not an option, copy all the files of 2.1 in your installation directory and overwrite 2.2 files (except for .htaccess)
It's a fresh installation of 2.1 (wiped, reinstalled, clear cache)
Can you post a link to your forum?
No sry, it's on local server
Every link that opens a popup could be opened in a full page. Copy the link, open a new tab and put that link in the address bar. Then test if it is working as expected (log in, log out, etc.).