9
Hello.... I have run the php debug mode and am coming up with the following:
Fatal error: Call to undefined function: wfs_checkaccess() in /home2/user/public_html/xps/modules/wfsection/class/wfstree.php on line 142
Just quickly.. the FAQ section is not answering this question and I was hoping someone in here might have an idea of what is going on.
Here is what is so strange. I am getting a blank page when my default page is set to news. When I change this default in my system admin/pref to another page/module, everything works fine- including the news.
I'm not understanding the error though because it doesn't seem, by the looks of it, to have anything to do with the news module, rather the wf-section.
I open up the wfstree.php to edit and on that particular line #142 it shows:
if (wfs_checkAccess($groupid))
would anyone have any idea what I need to change this to, and also why this would be happening on my news page, I mean why that module is the one that is drawing a blank page when I go to view my website and it is set to the default page?
Just by looking at all the questions in the forums suggesting that this is happening frequently, I am wondering if maybe it is not a bug possibly in the XOOPS default page area? I'm sure I'm wrong.. just a thought.
I'm not too php savy if you couldn't have already guessed
Thanks in advance!!