- This topic is empty.
-
AuthorPosts
-
16th May 2013 at 2:58 am #2519afuller2028Member
Hey there,
I’m getting some fatal errors that I’ll share with you:
For [church_admin type=address-list]:
Fatal error: Cannot redeclare church_admin_frontend_directory() (previously declared in /home/fbcwheat/public_html/wp-content/plugins/church-admin/display/address-list.php:3) in /home/fbcwheat/public_html/wp-content/plugins/church-admin/display/address-list.php on line 125
For [church_admin type=small-groups-list]:
Fatal error: Cannot redeclare church_admin_small_group_list() (previously declared in /home/fbcwheat/public_html/wp-content/plugins/church-admin/display/small-group-list.php:4) in /home/fbcwheat/public_html/wp-content/plugins/church-admin/display/small-group-list.php on line 23
For [church_admin type=small-groups]:
Fatal error: Cannot redeclare church_admin_frontend_small_groups() (previously declared in /home/fbcwheat/public_html/wp-content/plugins/church-admin/display/small-groups.php:2) in /home/fbcwheat/public_html/wp-content/plugins/church-admin/display/small-groups.php on line 25
For [church_admin type=rota]:
Fatal error: Cannot redeclare church_admin_front_end_rota() (previously declared in /home/fbcwheat/public_html/wp-content/plugins/church-admin/display/rota.php:4) in /home/fbcwheat/public_html/wp-content/plugins/church-admin/display/rota.php on line 53
[church_admin type=calendar-list] works fine.
[church_admin_register] works fine.
[church_admin_recent] works fine.
[church_admin_map] works fine.Any ideas?
16th May 2013 at 11:56 am #3220Andy MoyleKeymasterThat’s very bizzare! It may be your install of the plugin is corrupt.
But to make sure the file isn’t being called twice – which should only happen if the shortcode is used twice I’ve changed the way the files are used slightly.
v0.552 should fix your issue16th May 2013 at 8:08 pm #3221afuller2028MemberThanks Andy for fixing that! Here’s another issue:
When I run a directory listing, pictures of people in the same ministry seem to compound on eachother. See what I mean by visiting this page – http://fbcwheaton.org/?page_id=80&preview=true&paging=2&paging=1
Also, two other questions:
Any way to do a generic mapping of members not based on small groups?
Any way to include addresses into the small group section and do mapping based on where the small groups are held?17th May 2013 at 8:19 am #3222Andy MoyleKeymasterI’ve fixed the photo compounding in v0.553 will upload in a moment.
I’ve also added generic mapping now using small_group=1 for different colour pins for each small group or small_group=0 for all red pins
e.g. [church_admin_map member_type=1,2,3 small_group=1]Do you mean having an address field and geo-location when adding/editing a small group and then having a shortcode to allow a map to be shown with all the small group meeting locations?
21st May 2013 at 4:40 am #3223afuller2028MemberAndy,
Thanks for all the work you’ve been putting in to help me out!
Ok, another problem: for the short code you just gave me, the map only seems to show member type 1 and not any of the other member types.
And yes, the geo-coding for small group locations is exactly what I was wondering about!
-
AuthorPosts
- You must be logged in to reply to this topic.