Search found 6 matches

by ZaRToP
22 Jan 2021, 08:23
Forum: Help
Topic: REST API always return error 500 Internal Server Error
Replies: 11
Views: 18851

Re: REST API always return error 500 Internal Server Error

it was "layout_api.php", when I changed the footer, but yes weirdly, I had no problem in the UI, only with API
by ZaRToP
21 Jan 2021, 15:00
Forum: Help
Topic: REST API always return error 500 Internal Server Error
Replies: 11
Views: 18851

Re: REST API always return error 500 Internal Server Error

I found in one of the files I modified, I had a space before the <?php, I hadn't thought of looking in the other files.

Really thanks for your help
by ZaRToP
21 Jan 2021, 13:53
Forum: Help
Topic: REST API always return error 500 Internal Server Error
Replies: 11
Views: 18851

Re: REST API always return error 500 Internal Server Error

when I do the "file config_inc.php" command, there is written that the file is in "ASCII text" : https://prnt.sc/xdgk8q

I tried to open the file with vim, and to make the command: ":set nobomb" but that didn't change anything
by ZaRToP
21 Jan 2021, 11:58
Forum: Help
Topic: REST API always return error 500 Internal Server Error
Replies: 11
Views: 18851

Re: REST API always return error 500 Internal Server Error

yes, i tried to comment some parameters and run without those parameters but the result was the same

Image

edit because the image does not load : https://prnt.sc/xd7w67
by ZaRToP
21 Jan 2021, 11:21
Forum: Help
Topic: REST API always return error 500 Internal Server Error
Replies: 11
Views: 18851

Re: REST API always return error 500 Internal Server Error

oh you're right, I got this error in the PHP logs : PHP Fatal error: Uncaught RuntimeException: Unexpected data in output buffer. Maybe you have characters before an opening <?php tag? in /opt/bitnami/apps/mantis/htdocs/vendor/slim/slim/Slim/App.php:621\nStack trace:\n#0 /opt/bitnami/apps/mantis/htd...
by ZaRToP
21 Jan 2021, 10:03
Forum: Help
Topic: REST API always return error 500 Internal Server Error
Replies: 11
Views: 18851

REST API always return error 500 Internal Server Error

Hi, Since yesterday afternoon, I have the REST API which always gives me a 500 error with the reason: "Internal Server Error" to each of my requests. When I started using it it worked perfectly, then the next day when I wanted to create a user I had the 500 error but the user was still cre...