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.
404 Error When i go to Plugins
cvo_dcs
New
Clean install of vanilla 2.2 and when i go to plugins i get a 404 error. Any help would be greatly appreciated.
0
Comments
what does the url look like ? please check the tutorials for 404 error
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
http://forum.dieselconversion.com/index.php?p=/dashboard/settings/plugins
You need to enable RewriteUrl
https://vanillaforums.org/discussion/25111/about-error-404-not-found
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Thank you for time and help.
You are very Welcome ! I hope that helped to resolve the problem.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
I looked over my .htaccess file and added that line of code to my config file. Still getting the 404? Any other ideas?
How does it look ? did you make sure the # is not disabling the rule ? Just asking because many many people make that mistake.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
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]
I get a “Page not found” when I try to open the example discussion. Please delete all ini files in the /cache folder. Maybe this helps.
Deleted still getting 404?
It seems as if you have deleted your admin user:
This is the system user: http://forum.dieselconversion.com/profile/1/test
and this would be the admin: http://forum.dieselconversion.com/profile/2/test
Some settings are only accessible for the admin and you wouldn't be able to access them otherwise. Try to create a new user and change the "Admin" column in the GDN_User table to "1" for this user. Then you should work with this user when you do administration.
There might be an additional problem with your permissions. Maybe you do a complete new installation.
If that was the case would applications show up. Applications, import, and all other settings work. Only the plugins link gives me the 404.>
@R_J said:
I don't know. System account and Admin account are two different kind of accounts. There is no reason to mix them up and since they have different purposes, I wouldn't do it anyway. Your setup is strange/behaves suspicious. If you haven't invested much time to configure it by now, I really would recommend to start all over. Debugging takes way more time than that.
Ok i will give that go and let you know how that goes.
Just completed clean install and i still get 404 on the plugin tab.
Am I correct that you are customer of https://directnic.com/hosting? Do you use the one click installer or have you set up Vanilla by yourself with the file downloaded from here?
Yes and Using the files from here.
At least it is not a one click installer fault ;-D
Just to make sure the new 2.2.1 version has no strange problems, I've quickly done a fresh install and it's working flawlessly: I can open any links I've tested.
On your forum I cannot access (page not found)
http://forum.dieselconversion.com/index.php?p=/categories/general but
http://forum.dieselconversion.com/index.php?p=/categories
I cannot open the test discussion
http://forum.dieselconversion.com/index.php?p=/discussion/1/bam-you-ve-got-a-sweet-forum#latest
And I cannot open the activity page
http://forum.dieselconversion.com/index.php?p=/activity
I can see the profile activity for the system user, but not for the admin
http://forum.dieselconversion.com/index.php?p=/profile/activity/1/System
http://forum.dieselconversion.com/index.php?p=/profile/activity/2/System
But admin is there because I can see this:
http://forum.dieselconversion.com/index.php?p=/profile/discussions/2/System
This is just a list so anybody else might get an idea. I'm clueless, sorry!
The issue here is that pretty Urls are not fully enabled.
Keep in mind that when you overwrite the files with new ones, you also overwrite the .htaccess file.
You must check that it is enabled again.
Admin is user 1
System is user 2
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
I looked over .htaaccess its the same as your example and i added "$Configuration['Garden']['RewriteUrls'] = TRUE"
still nothing. Where do i go from here?