Posted on: 12/17/02 08:57pm
By: Anonymous (Anonymous)
Hi everyone. I have just did a fresh install of gl 1.3.7 but keep getting the below error whenever I try to save a story using the story editor. i use admin user account to put in the stories, btw.
Fatal error: Call to undefined function: com_whatsrelated() in /home/services/testpage/public_html/admin/story.php on line 691.
I check the line out and it works ok if I comment it out. Other functions in lib-common seem to work fine. Any hints? Thanks!
Call to undefined function
Posted on: 12/18/02 04:30am
By: Dirk
function COM_whatsRelated() can be found in lib-common.php
This function is new as of 1.3.7, so make sure you don't have an old version of lib-common.php lying around ...
bye, Dirk