Skip to Content Skip to Menu

Fatal error on updating Group Jive group

  • Berilac
  • Berilac
  • OFFLINE
  • Posts: 28
  • Thanks: 4
  • Karma: 0
11 years 1 month ago #238051 by Berilac
I am trying to update a user group in GJ within my website but it throws up a fatal error when I click on the Update button, as follows:

Fatal error: Cannot redeclare uddeIMgetUserTZ() (previously declared in /home/xxxxxxx/public_html/components/com_uddeim/uddeimlib32.php:30) in /home/xxxxxxx/public_html/components/com_uddeim/uddeimlib15.php on line 33

Have looked at both files and cant seem to find anything wrong?
uddeimlib32 as follows:

function uddeIMgetUserTZ() {
$JUser = JFactory::getUser();
$tz = $JUser->getParam('timezone');
return $tz;
}

uddeimlib15 as follows:

function uddeIMgetUserTZ() {
$JUser = JFactory::getUser();
$tz = $JUser->getParam('timezone');
return $tz;
}

Any one any ideas?

Using Joomla 3.2
CB 1.9.1 GroupJive
uddeIM3.2

Have checked the config in uddiem back end but it shows no errors.

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48681
  • Thanks: 8313
  • Karma: 1446
11 years 1 month ago - 11 years 1 month ago #238078 by krileon
You likely have 2 PMS plugins enabled. If you installed the CB PMS plugin included with UddeIM then disable "Private Message System" within CB or vise verse. Only 1 should be used.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
Last edit: 11 years 1 month ago by krileon.
The following user(s) said Thank You: Berilac

Please Log in or Create an account to join the conversation.

  • Berilac
  • Berilac
  • OFFLINE
  • Posts: 28
  • Thanks: 4
  • Karma: 0
11 years 1 month ago #238088 by Berilac
Replied by Berilac on topic Fatal error on updating Group Jive group
I have disabled in uddeim, but it didnt seem to make any difference.
I did have kunena installed, but as I am struggling to configure a simple setup I have removed it for now. Until I can get my basic setup right. And that seems to have solved that problem.

thank you krileon

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum