Comment 5 for bug 1007302

Revision history for this message
Richard Mansfield (richard-mansfield) wrote :

The function doesn't exist any more, but it used to exist in 1.4, which makes me think something from one of your themes is trying to call it, because of the mahara_pagelinks line in your error log. But given that the error only mentions a compiled template, first try deleting the dwoo/cache and dwoo/compile directories from your dataroot directory and see if that fixes the problem.

If it doesn't work, there are some other things you can try to determine whether the bug is theme-related:

Look in the database, and check that the theme names mentioned in the config table, and all the themes in the institution table are still sitting where they should be in the mahara directory under htdocs/theme/<themename>.

If the institution with the error uses a custom theme, check whether that theme contains any templates. If it does, try progressively removing templates to see if it fixes the problem.

Finally, go into the database and try changing the site theme, and all the institution themes to default and see if that fixes the problem.