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.
Installation and signin not working
amalfra
New
I am using the latest version of vanilla and when i install, the install form which gatgers db details etc appears. Once i submit form the same page is loaded. When i reload it installation success is shown. Now when i try to login it simply says please try again. JSON response has no error message, redirect url etc!
Tagged:
0
Comments
Anybody have any idea?
We need more info what specific version? v2.1 v2.2 v2.3 etc...
post the contents of the config.php but remove sensitive info like passwords and keys
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Its 2.1.7 and contents of config.php are:
Ok so it is installed properly as far as the config being generated and it does say it is installed.
However seems rather short.
Please give me a link . Also post the htaccess file.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
The htaccess is:
The please try again message is generally because the transient key was outdated. A second attempt should fix this issue.
Do you have cookies disabled?
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
No, i have cookies enabled and some times the page submits and reloads but won't be loggedin.
Hmm... do you have an internet facing site? I can take a look at it if you do.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
grownupsmag.com/dev/
The installation didn't actually went successful... the install form which gatgers db details etc appears. Once i submit form the same page is loaded. When i reload it installation success is shown.
You should enable debugging by adding
$Configuration['Debug'] = TRUE;
to your/conf/config.php
file. Then visit/utility/update
in your browser and report back the result.Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
http://docs.vanillaforums.com/developers/troubleshooting/
edited: never mind - I see the troubleshooting instructions link in the readme.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Its fixed... The issue was the host has varnish cache installed. Once i disabled it things work great....