We installed the module and are getting this warning.

In the advanced forum settings there are no styles in the dropdown to choose. It is just empty.

Containers are showing up and forums are showing up but when you click on a forum there is no content and no way to post a topic.

Any help is greatly appreciated.

warning: include(./sites/all/modules/advanced_forum/advanced_forum-statistics.tpl.php) [function.include]: failed to open stream: No such file or directory in /var/www/drupal/includes/theme.inc on line 1020.
warning: include() [function.include]: Failed opening './sites/all/modules/advanced_forum/advanced_forum-statistics.tpl.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/drupal/includes/theme.inc on line 1020.
warning: include(./sites/all/modules/advanced_forum/advanced_forum-forum-legend.tpl.php) [function.include]: failed to open stream: No such file or directory in /var/www/drupal/includes/theme.inc on line 1020.
warning: include() [function.include]: Failed opening './sites/all/modules/advanced_forum/advanced_forum-forum-legend.tpl.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/drupal/includes/theme.inc on line 1020.

Comments

michelle’s picture

Status: Active » Postponed (maintainer needs more info)

Hmm... That's very strange. It's not even looking for the right file name. I haven't touched AF in a while so I wonder if something changed recently in CTools? What version of CTools are you using? (if the dev, what's the date on it?)

Michelle

jdblank’s picture

We are using ctools version 6.x-1.0-beta3

michelle’s picture

Oh, that was released last May. It's quite possible something has changed since then that AF needs. Try upgrading to the RC and flush the caches and see if that fixes it.

Michelle

jdblank’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Ok that seemed to get things working. I have a whole page of drupal warnings now but that is another issue.

Thanks for your quick response. Very helpful.

michelle’s picture

Are any of the warnings for AF? My main dev site doesn't have notices on because there's so many from all the contrib modules I use but I do try to check for them on another site as much as I can. If they are, please open an issue with them and I'll get them taken care of.

Glad the upgrade worked for you. CTools 1.0 should be out fairly soon so that will get rid of worries about which version to use.

Michelle