Hello,
first, all my special characters (umlauts etc.) where messed up - in the config file, $database_connection_charset was set to ’utf8’ - changing it to ’utf8_general_ci’ seems to have solved the issue.
second, I’m using the following call in my template:
[!GetField?&field=`longtitle`&parent=`1`&parentLevel=`1`&topid=`[[UltimateParent]]`!]
in order to show the longtitle value of the ultimateParent - unfortunately, this doesn’t work anymore! I’m getting the following error:
MODx encountered the following error while attempting to parse the requested resource:
« PHP Parse Error »
PHP error debug
Error: include_once(assets/snippets/getfield/getfield.inc.php) [function.include-once]: failed to open stream: No such file or directory
Error type/ Nr.: Warning - 2
File: C:\Documents and Settings\Marco M. Jaeger\My Documents\My Web Sites\www\sites\trade.ch\manager\includes\document.parser.class.inc.php(769) : eval()’d code
Line: 58
does anybody knows what the problem is and how to fix this - is there an alternative to the getfield snippet so I could achieve the same?
Thank you in advance for your input!