500 - An error has occurred – DB function reports no errors when adding new article in Joomla

前端 未结 5 759
南方客
南方客 2021-01-15 21:48

I have an article that I want to publish on my Joomla! site. Every time I click apply or save. I get error 500 - An error has occurred! DB function reports no errors

5条回答
  •  既然无缘
    2021-01-15 22:25

    Your article text is too big . The table might not be finding space to save this big . I would like suggest you to use the LONGTEXT

    datatype. Check if it works for you .

提交回复
热议问题