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.
[Solved] Latest Vanilla - can`t look main page
Lusek
New
I install new latest stable version from this site in root of my domain, and after installation i success redirect to dashboard, and i can change any settings, but when i go to the main page, i look "
Something has gone wrong.
We've run into a problem and are unable to handle this request right now.
Please check back in a little while.
"
mod_rewrite work correctly. Apaches log has
nt errors. Dashboard work good. WTF ?
0
Comments
which version number are you using?
and read this if you are using 2.1
http://vanillaforums.org/discussion/26685/vanilla-2-1-stable-released
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
2.1 stable from this http://vanillaforums.org/discussion/26685/vanilla-2-1-stable-released
login, discussion, profile,register not worked too
Only dashboard and different dashboard settings pages work
May be exist way to enable debug mode for vanilla that can show errors
or re-read
http://vanillaforums.org/discussion/26685/vanilla-2-1-stable-released/p1
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
well, after this steps a can`t singin into dashboard too
It was Upgrade instructions, but i install clear new version
I remove config file, clean database and install again
All settings - as default, but main page and other forum pages not work
File permission on files 644 folder 755 but uploads cache and configs - 777
then add this
Configuration['Debug'] = TRUE; in your conf/config.php
and tell us what your error is.
if you still get this page.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
may be troubles with php? my php verison 5.4
see this comment. and answer it if you can.
http://vanillaforums.org/discussion/comment/207459/#Comment_207459
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
well i got error!
Could not find master view: default.master*
The error occurred on or near: /var/www/xxx/data/www/site.ru/library/core/class.controller.php
did you delete the default.master.tpl file - if so reinstall it.
Delete the files /themes/mobile/views/discussions/helper_functions.php AND
/applications/dashboard/views/default.master.php
(not default.master.tpl which should also be in that folder)
this means DO NOT delete the default.master.tpl
(not default.master.tpl which should also be in that folder)
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Yes, Now i can see all pages
Thank you
glad it works for you now.
Remember to remove this line
$Configuration['Debug'] = TRUE;
from your conf/config.php
when you are done for security reasons.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
of course