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

dman’s picture

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/

coyote@timntina.com’s picture

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.

biligt’s picture

I just has this problem and your solution helped me :) thanks