Database debug mode

Note: This will have a performance impact on your site, so make sure to turn this off in your production site. The OSC_DEBUG_DB constant, added in version 2.3, saves the database queries to an array and at the end of the execution the queries are displayed at the end the page. The information saves each query: the […]

Read More

Debug mode (PHP, errors)

If you see Error 500 page on your site, you probably have PHP errors on background, but they are not visible. If you want to see these error messages, follow these instructions. Error messages must be also provided to support if you want to get help. Following lines should be placed with care into config.php […]

Read More