Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

pimcore debugging

Currently I'm using PIMCore for building my website. I've installed it properly on my server with php 5.3.3. I've made all the different pages and everything worked fine till now. I only get white screens when loading the website. The admin-panel however is working fine. I'm quite new to PIMCore and don't really know how to debug this.

What I tried to do: Enable error_reporting in pimcore/lib/pimcore.php line 216 (nothing) Put a die('test'); in the pimcore.php file to see where it stops. When I put it in the function unsetAdminMode I can see test on my website, when I put it in the function inAdmin, I don't see it.

Is there anybody who can help me?

Thanks in advance!

like image 468
Jacob Francke Avatar asked Aug 03 '26 01:08

Jacob Francke


1 Answers

Enable the debug-mode in Settings->System->General, then you'll see all error messages ;-) http://www.pimcore.org/wiki/display/PIMCORE/System+Settings

like image 121
Bernhard Rusch Avatar answered Aug 04 '26 13:08

Bernhard Rusch