Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues posting new item through blog module pluck 4.7.16 dev #114

Open
kalenderfamily opened this issue Dec 30, 2021 · 3 comments
Open

Issues posting new item through blog module pluck 4.7.16 dev #114

kalenderfamily opened this issue Dec 30, 2021 · 3 comments
Labels

Comments

@kalenderfamily
Copy link

Folks, I am facing issues posting new item through blog module.

I get

FORBIDDEN, You don't have permission to access /admin.php on this server.

weired: not anytime..

Really strange behaviour: When I create new blog item this error occurs and seems like blog item is not fully loaded in blog module view.

E.g.: I save item with content "This is 1st sentence in blog". Save then. Modify to "This is 1st sentence in blog and 1 word". safe again but still showing "This is 1st sentence in blog". Just save again. Then "This is 1st sentence in blog and 1 word" appears. Just safe again, reverses....

I can post video

@BSteelooper BSteelooper added the bug label Feb 2, 2022
@BSteelooper
Copy link
Contributor

The forbidden might be triggered through something on the webserver. you might want to check the error log of the webserver. I noticed this with mod_secuirty enabled that it was sometimes triggered with this message.

I added the following to my virtual host config to resolve these errors:
`<LocationMatch "/">
SecRuleRemoveById 970902 # Template editor
SecRuleRemoveById 941160 # Template editor
SecRuleRemoveById 950904 # Template editor
SecRuleRemoveById 950906 # Template editor
SecRuleRemoveById 950006
SecRuleRemoveById 950004 # Template editor
SecRuleRemoveById 950911 # Template editor
SecRuleRemoveById 950018 # Template editor
SecRuleRemoveById 950001 # Template editor
SecRuleRemoveById 970013 # Template editor
SecRuleRemoveById 950013 # Template editor
SecRuleRemoveById 990011

DOSHashTableSize 3097
DOSPageCount 5
DOSSiteCount 50
DOSPageInterval 2
DOSSiteInterval 2
DOSBlockingPeriod 10`

The other issue with the saved data not reflecting back in the page, I thought I resolved. Could you check if you do a save and exit, and go back to the blogpost if the correct data is there?

@kalenderfamily
Copy link
Author

kalenderfamily commented Feb 27, 2022

Today I faced the issue saying

Forbidden
You don't have permission to access /admin.php on this server.

again.

It is impossible to save the new blogpost either with just save or save and exit....

I guess this occurs when URL is beeing involved within the new blog entry?

This is what I wanted to post:

Oft ist die voe.sx source in der Seite embedded.

Mithilfe der Chrome Entwicklertools kann man den entsprechenden keyCode ganz gut finden.

Er befindet sich im iFrame...und sieht beisielsweise so aus: l2iqry21jkZ

Die URL setzt sich also wie folgt zusammen:

voe.sx/e/l2iqry21jkZ

Das ist die direkte URL.....

Only putting in "test" working fine..can save then

@kalenderfamily
Copy link
Author

Figured out whats wrong bur cannot fix...

When editor is involved (change color, set link....) then issue occurs. Text above was partially marked bold and red. Bold doesnt bring up the error but changing color to red does.....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants