Page 1 of 1

cannot create guestbook

Posted: 24 Sep 2014, 11:26
by Hagesoft1
Hi,

I've just installed Phoca Guestbook without problems.
After installation I try to create a guestbook, but in "Control Panel, "guestbooks, there is no opportunity to create a guestbook.
The Button is just not there.
Can anybody help me to solve this?

Regards, Robin

Re: cannot create guestbook

Posted: 24 Sep 2014, 11:29
by kevin.dawebmaker
Hi,

Same problem.
I have installed Phoca Guestbook without problem (Joomla 3.3.4), but no 'New' button in 'Components > Phoca Guestbook > Guestbooks'.

Thanks for your help.

Kr,
Kevin

Re: cannot create guestbook

Posted: 25 Sep 2014, 23:39
by Jan
Hi, thank you for the info, confirmed, the new button is missing in Joomla! 3.3.4, I will try to find out if this is not somehow related to Joomla! 3.3.4, please be patient.

Thank you, Jan

Re: cannot create guestbook

Posted: 25 Sep 2014, 23:43
by Jan
Ok, I have found it, this should be fixed in next version of Joomla!, for now there is a quick fix:

https://github.com/joomla/joomla-cms/issues/4328


libraries/cms/helper/content.php
Line 124

Change FROM:

Code: Select all

$actions = JAccess::getActionsFromFile($path, "/access/section[@name='" . $section . "']/");
TO:

Code: Select all

$actions = JAccess::getActionsFromFile($path, "/access/section[@name='component']/");
Jan

Re: cannot create guestbook

Posted: 26 Sep 2014, 06:04
by kevin.dawebmaker
Hi Jan,

The fix works for me.
Thanks for the help.

Kr,
Kevin

Re: cannot create guestbook

Posted: 28 Sep 2014, 00:12
by Jan
Ok