desbest Posted September 2, 2018 Posted September 2, 2018 I'm having an error when I save a page that has an image in it. Below is the error I get Quote this request was aborted because it appears to be forged I'm using ProcessWire 3.0.98 How do I fix this?
desbest Posted September 2, 2018 Author Posted September 2, 2018 I've checked the thread and my hosting account has free disk space and the images are successfully being uploaded with the bytes intact, so it's not that.
szabesz Posted September 2, 2018 Posted September 2, 2018 Hi, I recommend a google search first: https://www.google.com/search?q=this+request+was+aborted+because+it+appears+to+be+forged+site%3Aprocesswire.com%2Ftalk you can find a bunch of threads, with crosslinks like: If you cannot find the solution, please proved more info base on what you've read in the other threads. 2
desbest Posted September 3, 2018 Author Posted September 3, 2018 I have searched Google and the forum and couldn't find the solution to my problem. I have used the correct chmod for folders and files, I have the appropriate folders in site/assets/, and I'm not ready to disable CSRF in config.php for security reasons.
bernhard Posted September 3, 2018 Posted September 3, 2018 6 minutes ago, desbest said: and I'm not ready to disable CSRF in config.php for security reasons. This should not be necessary at all. The image fieldtype is used all around the world in many installations without any problems, so I think the problem is related to your setup and not any of pw's security settings. Sorry, I have no idea what could be the reason. You need to try everything on another environment and see if it works so that you can narrow down the problem.
desbest Posted September 3, 2018 Author Posted September 3, 2018 I've checked my logs and this is the error I get Quote Unknown page (in /wire/modules/Process/ProcessPageEditImageSelect/ProcessPageEditImageSelect.module line 283) All I did is copy a post from my wordpress rich text editor and paste it into the processwire rich text editor then click save.
dragan Posted September 3, 2018 Posted September 3, 2018 Most probably the file-paths of your WP site and your PW install don't match. You can't do a copy+paste action like that without adjusting the file-paths/URLs. (doesn't matter from where to where)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now