Raymond, I have turned on error notice in index.php and here is what I get :
« MODx Parse Error »
MODx encountered the following error while attempting to parse the requested resource:
« PHP Parse Error »
PHP error debug
Error: Undefined variable: permaLink
Error type/ Nr.: Notice - 8
File: /Applications/MAMP/htdocs/gican/manager/includes/extenders/parser.class.php
Line: 269
Line 269 source: $output = $permaLink ? $this->makePermaLink($token,$parameters) : $modx->makeUrl($token,'',$parameters);
I have the following friendly url setting :
Use friendly URLs: Yes
Use friendly aliases: Yes
Use friendly alias path: Yes
Allow duplicate aliases: No
Automatically generate alias: Yes
It seems there is an error even before the IF tag is parsed... how could I display all errors (edit php.ini ?) ? With stop on notice I’ll have trouble getting to the bottom of this thing...
How do I turn on the parser debug mode ?