login | register
Sun 21 of Mar, 2010 (13:12 UTC)

bitweaver - Web Application Framework and CMS

Web Application Framework and CMS

     
Get RSS Feed

Wiki "Print Multiple Pages" not working

sohooo
Joined: 22 Jun 2009
Reply to this PostReply with Quote to this Post

Wiki "Print Multiple Pages" not working

Posted:Mon 22 of Jun, 2009 (09:31 UTC)
Hello Bitweavers,

I'm using the new 2.6 release of Bitweaver, in the hope that some problems I have got fixed, one of them being the "Print Multiple Pages" feature of the Wiki package (I used it in Tikiwiki).

When using it, I get the following error:

Fatal error: Call to a member function verifyViewPermission() on a non-object in <bwbasepath>/wiki/print_pages.php on line 25


In print_pages.php, you can read the following:

// Now check permissions if user can view wiki pages
$gContent->verifyViewPermission()


The user in question has permissions to view the page btw.

Is there a way to fix this error?
Lester Caine
Joined: 24 Apr 2004
Reply to this PostReply with Quote to this Post

Re: Wiki "Print Multiple Pages" not working

Posted:Mon 22 of Jun, 2009 (18:00 UTC)
It looks as if these sections have not been updated fully when the permissions structure was tidied up. I can't see how $gContent can actually exist at that point in a number of these secondary function so we need to rattle the cage about them.
sohooo
Joined: 22 Jun 2009
Reply to this PostReply with Quote to this Post

Re: Wiki "Print Multiple Pages" not working

Posted:Tue 23 of Jun, 2009 (08:59 UTC)
Thanks for your quick reply Lester. Hopefully there's not a lot of updating left to do in that area.

I'd be glad if I could help by bringing these things to your attention. ;)
sohooo
Joined: 22 Jun 2009
Reply to this PostReply with Quote to this Post

Re: Wiki "Print Multiple Pages" not working

Posted:Tue 23 of Jun, 2009 (10:45 UTC)
Thanks for your quick reply Lester. Hopefully there's not a lot of updating left to do in that area.

I'd be glad if I could help by bringing these things to your attention. ;)
sohooo
Joined: 22 Jun 2009
Reply to this PostReply with Quote to this Post

Re: Wiki "Print Multiple Pages" not working

Posted:Thu 08 of Oct, 2009 (06:29 UTC)
Hey Bitweavers. Are there any updates in this area I'm not aware of?