# Slim Application Error

**URL:** https://discourse.slimframework.com/t/slim-application-error/2541
**Category:** Questions
**Created:** [July 16, 2018, 9:19am UTC](https://discourse.slimframework.com/t/slim-application-error/2541 "2018-07-16T09:19:15Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![durayga](https://avatars.discourse-cdn.com/v4/letter/d/a88e57/32.png) [@durayga](https://discourse.slimframework.com/u/durayga)
#### Post date: [July 16, 2018, 9:19am UTC](https://discourse.slimframework.com/t/slim-application-error/2541/1 "2018-07-16T09:19:15Z")

</div>

Hello, im new at slim(v3) and php. I am trying to create REST API.Its all okay when i try to use get method but i am getting this error when im trying to use post and delete methods on postman:  
“Slim Application Error.  
A website error has occurred. Sorry for the temporary inconvenience.”  
Also, its a 500 Internal Server Error. These are my codes:

 ![Screenshot_5](https://canada1.discourse-cdn.com/flex030/uploads/slimframework/original/1X/2155e3ff1b1fb2a0a1d581419d29e7da64ffdbab.png) ![Screenshot_6](https://canada1.discourse-cdn.com/flex030/uploads/slimframework/original/1X/d2cc701923414eb70a77321e33e15ab4fdd72dc7.png)  
I know its not about slim framework but i want to explain something else just in case. My postman application was working fine a few days ago and now its not opening. I can open it just from google web store. I tried to delete and reinstall postman and database(which is in phpMyAdmin). I am wondering why i am getting this error.

---

<div class="post-metadata">

### Author: ![tflight](https://yyz2.discourse-cdn.com/flex030/user_avatar/discourse.slimframework.com/tflight/32/1205_2.png) [@tflight](https://discourse.slimframework.com/u/tflight)
#### Post date: [July 16, 2018, 11:28am UTC](https://discourse.slimframework.com/t/slim-application-error/2541/2 "2018-07-16T11:28:46Z")

</div>

The 500 error is generic. Look in the error log of your web server for a more specific error message.

---

<div class="post-metadata">

### Author: ![durayga](https://avatars.discourse-cdn.com/v4/letter/d/a88e57/32.png) [@durayga](https://discourse.slimframework.com/u/durayga)
#### Post date: [July 16, 2018, 1:28pm UTC](https://discourse.slimframework.com/t/slim-application-error/2541/3 "2018-07-16T13:28:57Z")

</div>

well, i cant believe myself. I used “=” instead of “-\>” at line 74 and there is no “/” before api/customer/delete.😂 I changed those and it fixed. But i really thank you for your answer because i didnt know how to look error log and i research and find it then i find whats the error. So im appreciate to you. 🙂
