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.
I need help installing VANILLA FORUMS 2.3 (Ubuntu 16)
TheAlliedNet
New
Current Error:
enabledApplicationFolders(); $dispatcher->enabledApplicationFolders($enabledApplications); $dispatcher->passProperty('EnabledApplications', $enabledApplications); // Process the request. $dispatcher->start(); $dispatcher->dispatch();
Preview Here (Website with Error)
Apache2 Config:
Could you please explain this error or problem as I'm installing Vanilla on Ubuntu (I'm on DigitalOcean). If you need a error log or any other information, let me know. I just need to fix this as fast as possible (not trying to rush).
Tagged:
0
Comments
this might help.. even if the version is old the process is the same.
https://open.vanillaforums.com/discussion/30205/install-vanilla-on-ubuntu-14-4
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
That is not a typical error. Something is going work with php there.
grep is your friend.
php is not installed see
view-source:http://www.alliednetwork.us/forums/
grep is your friend.
You want to do
grep is your friend.
He claims his host downgraded his php from php7 to php5.6 , I suspect they did not restart apache after that. Because php is not running , which is why the phpinfo.php shows only the text of the file.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
I have php installed sadly... @vrijvlinder @x00
I will run the cmds though.
I'm rebooting the system after this
PHP problem is solved @vrijvlinder @x00. New 404 problem...
www.alliednetwork.us/forums
@vrijvlinder @x00
I have no mod_rewrites... (how would i fix it)
https://open.vanillaforums.com/discussion/33048/cannot-install-always-redirects-to-404-vanilla-dashboard-setup-was-not-found-on-this-server
Make sure that is the correct directory where you installed vanilla. Make sure the htaccess file is correct.
Remove the content of the htaccess you have and put this instead.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Same Problem....
@vrijvlinder You have skype..?
Yes you need to make sure the rewrite module is loaded.
In order to use mod_rewrite you can type the following command in the terminal:
a2enmod rewrite
Restart apache2 after doing that by adding this command
/etc/init.d/apache2 restart
or this command
service apache2 restart
Or see this http://askubuntu.com/questions/48362/how-to-enable-mod-rewrite-in-apache
and this
http://httpd.apache.org/docs/current/mod/mod_rewrite.html
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
@vrijvlinder
Login error
Please delete the .ini files from the cache carefully. You should be able to see the exact error in the server error logs.
I must say that I have never found anyone with such a difficulty installing this software. You should not have these issues if you followed the instructions.
I think you will need to give me ftp access and send the info in pm ... otherwise this will take longer to fix.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Insted of Apache use nginx + php-fpm.
@Ivan_Gurin Why is that better?
It uses more less memory on high-loaded servers. And u can rent chiper server/VDS for your site.