Support has been upgraded!
The Support Forum is closed. Not to worry! Providing the top quality support you expect and we're known for will continue! We're not ending support, just changing where you submit requests. This will provide you with the best experience possible.
Premium Support
Have you purchased an addon for Connections such as one of our premium templates or extensions with a valid license and you need help?
Please open a Support Ticket in your user account.
Free Support
Are you using the free Connections plugin? Don't worry, you are still very important to us! We are still providing you with the same high quality support that we're known for.
Please open a new support topic in the WordPress support forums for Connections.
Tagged: 8.5.32, capability, multisite, role
- This topic has 27 replies, 2 voices, and was last updated 6 years, 11 months ago by
Darrin Goodman.
-
AuthorPosts
-
12/16/2016 at 12:14 pm #403926
Darrin Goodman
ParticipantPlease disregard my previous message; this looks like a quota-related issue.
12/16/2016 at 12:16 pm #403927Steven Zahm
Keymaster@ Darrin
Oh, I can see the plugin editor. I can navigate to the page and even select a plugin. But, as soon as I select a file to edit I get a 403 Forbidden error message.
Nope, I did not change any permissions at all. I simply added the test editor user the extension site. Which I just now removed.
I wonder if the upload error and the 403 forbidden error are related?
12/16/2016 at 12:29 pm #403929Darrin Goodman
ParticipantMight be related. Try it again please.
12/16/2016 at 12:33 pm #403935Steven Zahm
Keymaster@ Darrin
Nope, still get the forbidden error message. Are you able to edit plugins? You do not actually need to make a edit to get the error. Select a plugin and then choose a file to edit. When you choose a file is when I get the error.
12/16/2016 at 12:55 pm #403945Steven Zahm
Keymaster@ Darrin
Ok, this is odd. The error only seems to occur when I select the, one, file I want to edit. All other load just fine. Can you check the file permissions on the
class.retrieve.php
. It can be found in this folder:
../wp-content/plugins/connections/includes/
12/16/2016 at 1:29 pm #403952Darrin Goodman
Participantclass.retrieve.php
644
rw-r–r–It’s possible that since you are located outside of our campus network that you might not be able to edit or access everything due to restrictions that are applied at a security level. There is a way that you can log in through a secure gateway but you need to be a University employee in order to be able to log in. If you want, please tell me what should be edited and I’ll take care of it. Should I pastebin the code from the class.retrieve.php file for you to view?
12/16/2016 at 1:47 pm #403953Darrin Goodman
ParticipantAll of the plugin files have the same permissions – 644. I forgot to mention that I can click on any of the files within the plugin editor and I don’t get the forbidden message. I think that it’s a security feature applied to web requests being made from outside of our campus network.
12/16/2016 at 2:02 pm #403960Steven Zahm
Keymaster@
In the retrieve file search for this line:
if ( current_user_can( 'connections_view_public' ) ) $visibility[] = 'public';
If should be line
1109
.Change it to this:
if ( current_user_can( 'connections_view_public' ) || $instance->options->getAllowPublic() ) { $visibility[] = 'public'; }
Let me know when you made the edit.
12/16/2016 at 2:39 pm #403995Darrin Goodman
ParticipantThe update has been made.
12/16/2016 at 3:00 pm #404001Darrin Goodman
ParticipantNeed to run out for lunch and then to a meeting but will check back this afternoon. Did not have time to test to see if this resolved the issue but will check later. Thank you for all of your help Steven!
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.