Topic: Work in progress (2.0.13)
The next release will be feature major changes in the error handling functions. When Chevereto runs on a mis-configured server is likely that you don't have the closest idea of what is the reason (even if you have a decent understanding of scripting). This is because Chevereto doesn't have a debug mode and the error_reporting switch is not working in the way I want.
I made Chevereto without thinking on this scenarios, like where you got a server with 1MB limit of memory usage or when Apache is shutting down the script execution because I don't use that kind of hosting providers, therefore I never saw that coming... You should know that the script is the cheapest cost in a site development... In fact, Chevereto cost only 2 months on a decent shared host.
In 2.0.13 the error_reporting switch will be improved and the script will aims to actually use this feature. In this point of development, the error_reporting switch will touch the JS meaning that when something happens you can get the JS console log and the PHP error responses which will help to trace the error.
Second thing, this new error tracing improvements also means that the documentation will be updated. Ways to debug and find error/solutions will be added.
Well, is getting late... I hope to finish this release in this week.
