• Resolved bartmann2

    (@bartmann2)


    User reporting that after update from PHP 7.1 > 7.3, the create item generates a 403 error after uploading the image – but image upload/change works everywhere else.

    So, on Add New CataBlog Entry, we can enter the image, on the right side, both status indicators go to 100%, and then below that, we get the 403 forbidden error response page. We can import new entries and add images as a workaround though.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    I just carried out a test in my dev site running WP 5.3.3-alpha-47290 and PHP 7.3.8. This is what I did:

    I went to Catablog -> Add New, clicked on Choose Files button to upload a new image. After the image was uploaded, both status indicators displayed 100% completed on the right hand side. I did not see any 403 forbidden error response page underneath the indicators. So I can confirm that it is working correctly for me.

    I suspect that there might be a conflict somewhere in your site. Can you carry out a plugin following test.

    Can you disable all of your other plugins except Catablog, then carry out a test. If it works then you know there is a conflict with one of your other plugins. If that is the case, start activating one by one your other plugins and at the same time carry out a test. Do this until you come across the conflicting plugin.

    If the above does not help, then the issue might be related to your servers configuration. One area you might like to check first is your PHP 7.3.x version. Make sure it is running all the required extensions for WordPress.

    Let me how you go.

    Thank you

    Thread Starter bartmann2

    (@bartmann2)

    Yup – thanks, I had to turn off a setting in iThemes Security > Disable PHP in Plugins (Disable PHP execution in the plugins directory. This blocks requests to PHP files inside plugin directories that can be exploited directly.)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error on creating new item after php7.3 update’ is closed to new replies.