Quantcast
Channel: Topic Tag: forbidden | WordPress.org
Viewing all 689 articles
Browse latest View live

403 forbidden page when trying to add/edit/sort image in gallery

$
0
0

Remove all aposthopies from all image ‘Alt & Title Text’ fields in the gallery then save..

I kept getting a 403 forbidden page displayed when trying to edit or sort some specific nextgen galleries. It only happeded on a few specific galleries in ‘manage galleries’ but always the same ones.

I’m not sure If I should be posting this here as it is resolved as I type. It was a hard problem to resolve, but after lots of time spent on trying to find where the problem lay (not in file permissions and not a server problem), I could (and did) resolve it for all my galleries that gave me the 403 Forbidden page when clicking on sort gallery thumbnails, or trying to edit a thumbnail for those galleries.

403 forbidden – was caused by an apostrophe in the image ‘Alt & Title Text’ field for one or more images in the problem galleries I was trying to sort/edit the thumbnails for. Removing them enabled me to save the changes and then I could sort and apply further edits to those galleries. An older version of nextgen obviously allowed an apostrophe to be saved in the text field but not now – if you try to enter one in that field it will cause the same 403 forbidden message now but WILL NOT save the change..

You can recreate the error by inserting an apostrophe into a gallery/image ‘Alt & Title Text’ field and SAVE…
ERROR: ->
403 Forbidden, Access to this resource on the server is denied!


Server Error 403 Forbidden access

$
0
0

Hi, I am getting a Server error while trying to activate all in one WP migration PRO
I am on windows server 2019
Latest version of WordPress and php 7.4x

The exact error is below:
Server Error

403 – Forbidden: Access is denied.
You do not have permission to view this directory or page using the credentials that you supplied.

plugin fails to load ccchildpages-plugin.js in editor occasionally (minor issue)

$
0
0

Failed to load plugin url: https://<domain>/wp-content/plugins/cc-child-pages/includes/js/ccchildpages-plugin.js

this happens only occasionally when creating a new post, maybe once every 15 or 20 times. refreshing the page solves the problem.

wp 5.3.2
cccp 1.3.7

Core Trac page is inaccessible if user-agent contains Firefox 59 or below

$
0
0

Hi folks

I just noticed that your Trac page is inaccessible if the browser’s user-agent contains the string “Firefox 59” or variations of that at the end of the string. This triggers the nginx to return “error 403 forbidden”.

For example the following user-agent strings trigger the error:


Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko/20100101 Firefox/599
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko/20100101 Firefox/100
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko/20100101 Firefox/59.9
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko/20100101 Firefox/59.0
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko/20100101 Firefox/5
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko/20100101 Firefox/4
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko/20100101 Firefox/3
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko/20100101 Firefox/2
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko/20100101 Firefox/1

Setting it to "Firefox 60" or similar or even removing it completely does not trigger the error. Examples which do not trigger the issue:
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko/20100101 Firefox/74.0
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/74.0
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/6
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox

Firefox is currently at version 74, so it’s a matter of time when it reaches version 100 which will be blocked by the Trac web-server. Also keep in mind that the “rv:” value is not evaluated.

Has this been done by intent (and if so, why?) or is it a misconfiguration on side of the web-server (and if so, when will it be fixed)?

Fun fact: The deprecated and higly unrecommended IE 11 is still able to access the Trac page. 😀

Sincerely
acidstout

Please help

$
0
0

I was adjusting the rights of a user and disabled ‘Read’. I logged myself out and tried to log in as that new user. After doing that I get the message: Forbidden You don’t have permission to access this resource.
When I try to relogin whit my admin account I get exactly the same message. So I locked myself out and can’t find a way to fix this problem. When I surf to the URL I now get that same message described above.
Does someone knows how I can fix this without bringing more damage to my wordpress? Is there a way to fix this via FTP?
Help is very appreciated!

Forbidden. Message seems to be spam

$
0
0

*** Forbidden. Message seems to be spam. ***

I’m using CF7. I have tried to exclude the page as per:

https://cleantalk.org/help/exclusion-from-anti-spam-checking

This did not work for me. Cleantalk is still blocking the page.

403 Error – trp-ajax

$
0
0

Any time I visit a translated version of a page, I am seeing the following console errors & notices:

(3) /wp-content/plugins/…udes/trp-ajax.php:1 Failed to load resource: the server responded with a status of 403 ()

(3) trp-translate-dom-changes.js?ver=1.7.3:53 Notice: TranslatePress trp-ajax request uses fall back to admin ajax.

The link I’m including as an example can be any page under the en_gb url. You can select the original US English version of the site with the selector in the site nav.

I saw on another thread that for sites on WP Engine a rule to turn off WPE_GOVERNOR can be added but I tried that and it failed. I also turned off all other plugins and the error persists.

After chatting with WPE for a while, they said “it does not look like there are any deny rules being set by the wpengine server that would be causing this 403 response code.” and they recommended we contact the plugin developer.

What can be done to fix this error?

[HEROKU] Unable to access wp-admin

$
0
0

Hello,

I have a WordPress site deployed to Heroku, it’s running smoothly for the most part when paired with the heroku/php buildpack.

The problem comes from trying to access the wp-admin, or admin dashboard. I get the message “Sorry, you are not allowed to access this page”.

Here are some specific details:
.htaccess


# BEGIN WordPress

RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [R,L]
</IfModule>

# END WordPress

wp-config.php


define('FORCE_SSL_ADMIN', true);

if (strpos($_SERVER['HTTP_X_FORWARDED_PROTO'], 'https') !== false)
	$_SERVER['HTTPS'] = 'on';

define( 'WP_DEBUG', true );

Heroku App


- php (7.4.6)

- apache (2.4.43)

- nginx (1.18.0)

Database
JawsDB Maria

I’ll appreciate any suggestion to fix the problem.

Thank you,


blank page on user permissions & global settings

$
0
0

Hello,

seemingly since last update the pages “user permissions” & “global settings” are blank exept from an upgrade button in the top.
The other setting pages of the plugin (calenders, reservations, forms, extras, themes) work normal.

I use WordPress 5.4.1, Theme Make and plugin Version 2.5.4

Tested with two browsers, Chrome and IE

Access forbidden after update

$
0
0

Hi,

after updating Nimble, I can not access my existing nimble-pages. I get the error “Forbidden: You do not have permission to access this document.” when try to edit pages by Nimble.
But I can open the pages with the Gutenberg-editor.

Any ideas?

Thanks in advance!!!

403 Forbidden When using Page Cache Disk: Enhanced

$
0
0

I am getting the following error on any page on the second load. They load fine after flushing the cache but when they pull from the enhanced page cache this is being thrown…

Forbidden

You don’t have permission to access /wp-content/cache/page_enhanced/<MY_DOMAIN>///_index_ssl.html_gzip on this server.

I can change to Disk: Basic page cache method and everything works fine. This only started appearing sometime within the last month or two when we did a WP and plugins upgrade although I’m not sure on which one it was offhand. I tried disabling all our other plugins and theme and am still getting this issue.

We have reproduce this on both our production and our local environments. When I check the permissions of this file on my local (which is running a fairly clean install of MAMP Pro with apache running as myuser:staff) I get this……

$ ls -lah
total 56
drwxr-xr-x+ 4 myuser  staff   128B Jun  5 20:03 .
drwxr-xr-x+ 4 myuser  staff   128B Jun  5 19:59 ..
-rw-r--r--+ 1 myuser  staff    18K Jun  5 20:03 _index_ssl.html
-rw-r--r--+ 1 myuser  staff   5.0K Jun  5 20:03 _index_ssl.html_gzip

403 Access Forbidden

$
0
0

I am able to connect to local database “olli”, but get “403 Forbidden” webpage when I try to list the data in one of the tables (participation). Link as above:
http://localhost/wordpress/wp-admin/admin.php?page=wpda&schema_name=olli&table_name=participation&action=listtable
All privileges on the db have been granted to the user I specified.

403 Forbidden Permission denied. Our sentries tell us that you should not be her

$
0
0

Hi,

I have had to disable ReCaptcha becauseif someone trues to register on our website it shows the following message upon completion of the registering process. However, when I disable Recaptcha the problem goes away. Our website uses Buddypress and BBPress and has several hundred registered users.
Thanks Tony

The error message when Recaptcha is enabled is as follows:

403 Forbidden
Permission denied. Our sentries tell us that you should not be here.

Website owner? If you think you have reached this message in error, please contact support.

nonces and forbidden error

$
0
0

My page displays a prohibited error due to invalidation of the nonce code.
I got in touch with my wp-rocket cache plugin and was told that: you can contact the developer of Rate-my-Post-WP-Rating plugin to support caching via AJAX-ed via a JS.

Forbidden Error

$
0
0

We have been using CleanTalk for a number of years on the site. About 3 weeks ago, we started noticing that a pop up message appeared on our Contact Us page that simply said Forbidden and had a Ok below it, that if clicked the message went away. Our host identified the error as coming from the CleanTalk app, so we deactivated and removed the app. We found a post on the forums about a fix and downloaded it to the site and saw the error removed from the Contact US page and related forms pages. Now, our visitors are telling that the Forbidden error is showing on other pages of our site that are not contact forms. So, we had to remove the Cleantalk plugin again. Does anyone know why the plugin will throw a Forbidden error message and when a fix will be available? We love the app.


Forbidden Error with Gravity Forms

$
0
0

Hi, I’m getting the exact same error as raised in this ticket:

https://wordpress.org/support/topic/forbidden-error-with-gravity-forms/

I’ve followed the steps in the above ticket and re-downloaded the plugin from GitHub however, I’m now getting the following error on the install plugin page:

——————
Errors:
2020-07-10 10:19:04: Error occurred while updating SpamFireWall local base. Error: ERROR_ALLOW_URL_FOPEN_DISABLED
You can get support any time here: https://wordpress.org/support/plugin/cleantalk-spam-protect.
——————

I have disabled the plugin for now but really need spam protection enabled – but can’t have the plugin enabled because of the “Forbidden” error that displays on the pages that use Gravity Forms.

Thanks,
Dan

Forbidden error popup while migrating page to page above 5.140 versions

$
0
0

There is a Forbidden error popup while migrating page to page,at above 5.140 versions.
screen short (screenshort: http://prntscr.com/ti1yi0)

Forbidden when updating certain pages

$
0
0

Hi there,

I’m getting a Forbidden message when I try to update or preview a couple of the pages in my website.
The strange thing is that not all of them are failing. I can still update a number of them.

I’m using WP ROCKET as a cache plugin, but disabling it doesn’t fix the issue.

I don’t see any differences between the pages that work and the ones that don’t.

Does this light a bulb on any of you?

Thanks,
Jesús

WordFence 403:Forbidden Errors for Campus Users

$
0
0

Hello,

Yesterday, our service started to receive requests from customers that they were unable to login to our service and are seeing a 403: Forbidden WordFence error.

This is not happening for all users, just some.

We are currently unsure if this issue is on our end or something has happened where WordFence has inexplicably blacklisted certain IPs.

Note: I believe most of our users will have been connected to our campus VPN network at the time of sign-in.

Here’s a sample list of IPs affected:

144.92.38.231 (most of the affected users are assigned this IP while connected to VPN)
144.92.254.227
10.130.178.71

We are hoping to get some details from you on why these IPs are getting blocked and what we can do to unblock them. Please let me know if you require any additional info.

403 Forbidden

$
0
0

After grant permissions to google site kit with my google account and it try to access to ‘/wp-json/google-site-kit/v1/core/site/data/notifications?_locale=user’ WP always give me a Forbidden response:
{“code”:”rest_forbidden”,”message”:”Lo siento, no tienes permiso para hacer eso.”,”data”:{“status”:403}}

So I can’t link with analytics.

What’s wrong with this?

Best Regards,
César.

Viewing all 689 articles
Browse latest View live