By Druser on
I've just installed Drupal on freehostia.com.
When I try to load the themes page in the administration zone i get this error:
Fatal error: Call to undefined function: system_listing() in /home/www/linuxprogrammeren.freehostia.com/Drupal/themes/engines/xtemplate/xtemplate.engine on line 23
What's the problem?
Comments
version
You have a wrong version of the contrib installed
In this case the xtemplate engine. Check its development project issues for update information.
.dan.
How to troubleshoot Drupal | http://www.coders.co.nz/
.dan. is the New Zealand Drupal Developer working on Government Web Standards
After upgrading to 5.2 I had
After upgrading to 5.2 I had to move themes/engines/xtemplate out of the drupal install altogether to get this to work. There isn't an upgrade for xtemplate that's 5.x compatible.
I just has this problem and
I just has this problem and your solution helped me :) thanks