I've installed the component and it works fine in the backend but the site's frontend displays the following error;
Fatal error: Cannot redeclare showitem() (previously declared in /home/vcv49516/public_html/components/com_booklibrary/booklibrary.php:777) in /home/vcv49516/public_html/templates/rt_solarsentinel_j15/html/mod_roknavmenu/default.php on line 12
Is this a template error or booklibrary error? Any suggestions?
Logged
The administrator has disabled public write access.
Re:Book library installation 15 Years, 3 Months ago
Karma: 102
Hi,
Can you give admin access to yours site or in some demo site for check where error.
Yours site account you can send through "Contact form" - on this site
Logged
The administrator has disabled public write access.
Re:Book library installation 15 Years, 3 Months ago
Karma: 0
I have about the same fatal error when I attempt to login to Community Builder. I have disabled the Standard Joomla Login for registered users and now use the Community Builder login. The BookLibrary Component works great until I try to login. I get this Fatal Error...
Fatal error: Cannot redeclare usergid() (previously declared in /public_html/components/com_booklibrary/booklibrary.php:1069) in /public_html/administrator/components/com_comprofiler/library/cb/cb.acl.php on line 58
I can see the Community Builder Component is interferring with the BookLibrary Component in some way, but is there a way I can adjust the cb.acl.php file to allow for the proper operation of the BookLibrary Component? Thanks.
Logged
The administrator has disabled public write access.
Re:Book library installation 15 Years, 3 Months ago
Karma: 0
G'day,
I was actually able to solve my problem. The solution was a line in one of my template files. The solution for any rocket theme template can be found on the rocket theme forum. Turned out that a file in my template required an _ in stead of space. Its always the little things.
Logged
The administrator has disabled public write access.
Re:Book library installation 15 Years, 3 Months ago
Karma: 0
I think my problem lies in some sort of duplicated queries to the userGID function used in both the booklibrary.php file and the cb.acl.php file in the Community Builder Component. I'm thinking I need to revise the booklibrary.php file in some way to work together with Community Builder. Thanks for the reply, though, Andrew.
Logged
The administrator has disabled public write access.