I dont know the problem why my full calendar won't appear? Here's the error.
Asked
Active
Viewed 294 times
-1

PoorGrammer
- 47
- 7
-
1your console have some error? So put your code and error both here – Alive to die - Anant Jan 09 '17 at 06:29
-
Code would be helpful for sure here...unclear otherwise. – Rasclatt Jan 09 '17 at 06:30
-
I guess, your XHR call is returing a `html` response instead of `json`, Please check whether you have set the correct `content-type` in the response header. – David R Jan 09 '17 at 06:33
-
Should i copy the index.php code? or what file should i copy here? cause i dont have any idea wheres the error – PoorGrammer Jan 09 '17 at 06:33
1 Answers
1
It seems json_events
value is already coming in JSON
format. Why would you need to parse it?. Can you remove the JSON.parse and try using just
events: json_events,
Hope this helps.

David R
- 14,711
- 7
- 54
- 72