- · Andrey Yasko
- ·
I have a module license I was testing on one domain. But I am moving testing to a different domain. Can I transfer the license?
- 173
Trying to install 14.0.0 RC2 on shared hosting.
[02-Dec-2024 20:48:37 UTC] PHP Warning: require_once(/home/p/pawface/pawface.beget.tech/public_html/install/index.php/poiinc/classes/BxDol.php): Failed to open stream: No such file or directory in /home/p/pawface/pawface.beget.tech/public_html/inc/params.inc.php on line 120
[02-Dec-2024 20:48:37 UTC] PHP Fatal error: Uncaught Error: Failed opening required '/home/p/pawface/pawface.beget.tech/public_html/install/index.php/poiinc/classes/BxDol.php' (include_path='.:/usr/share/php') in /home/p/pawface/pawface.beget.tech/public_html/inc/params.inc.php:120
Stack trace:
#0 /home/p/pawface/pawface.beget.tech/public_html/inc/header.inc.php(30): require_once()
#1 /home/p/pawface/pawface.beget.tech/public_html/index.php(26): require_once('/home/p/pawface...')
#2 {main}
thrown in /home/p/pawface/pawface.beget.tech/public_html/inc/params.inc.php on line 120
- 266
The Events module is a powerful tool that enables both standard users and site admins to easily plan and manage any type of event within their UNA community. Whether it's a conference, meeting, workshop, or a social gathering, the Events module makes it easy for you to create and manage events that will help bring your community together. Events can be in person or based online by integrating UNA’s own Streams module. Events comes equipped with advanced features like event calendars, RSVP functionality, recurring events and much more, making it the perfect tool for organizing and managing events. With Events, you can take your community to the next level by creating and hosting engaging events that will keep your users coming back for more.
Key features and supported objects
📆 Events calendar
🗺️ Maps integration to show location of in-person events
📹 Integrate the Streams module for live, online events
🔁 Recurring event function - set Intervals based on days/weeks/months or years
🕓 Set the time zone for the event start/end date/time, and it will be displayed in the user's local time
🎗️ Reminders
Also contains all of the same features as UNA’s Group module:
🛠️ Flexible Event Settings: Allows users to assign special privacies and well as create public, closed, and secret events to suit their specific needs and preferences.
📜 Easy Event Management: Keep track of all event members with a list of joined members and manage every event with join confirmations, join invitations, and sophisticated permissions controls for different member roles.
⏳ Event Timeline: A comprehensive timeline for an event which allows users to keep track of all the latest updates, announcements, and conversations.
🗣️ Event Discussions: A discussion forum that is specific to each individual event. Only members who have joined that event can participate in the forum.
💬 Event Messaging/Chat: Event members can communicate with each other in real-time with the event chat feature, which allows for seamless communication and collaboration.
💰 Paid Events with Subscriptions: Create paid events with subscriptions, which provides the ability to generate revenue from the community.
✉️ Invitations: The built-in invitation system makes it easy to invite new members to join the event.
🛎️ Integration with Notifications: Seamlessly integrates with notifications, including push notifications, and other modules, ensuring that users stay on top of all their event activities.
We plan on creating a global online community for certain group of people who are spread all over the world. We wanted to have a system that is flexible let each continent has its own countries, and in each countries, people can create their own communities in their cities, etc. We want them to have the options of creating their own groups (open, closed..etc) inside their (organizations/spaces..etc). We want these to run in parallel within the big platform.
My Questions, what is the best to use here: Oranization or Space?
Also, can "channels" be specific to one of these only (i.e., channels seen only in a specific space or organization and. not in the big community)
- 314
Hi everyone, I encountered and solved an issue in UNA CMS that was causing PHP warnings. Here's the problem and solution: Error: php
PHP Warning: Undefined variable $aParts in /home/.../public_html/inc/classes/BxDolTemplate.php
The error occurred in the _getAbsoluteLocation() method of BxDolTemplate.php where $aParts was being used without being properly initialized.
Solution:
Added a safety check before using $aParts by adding this code:
php
// Safe initialization of $aParts
if (!isset($aParts)) {
$aParts = explode($sDivider, $sName);
}
This initialization should be placed before any code that tries to access $aParts[0] or $aParts[1].
The fix ensures that $aParts is always properly initialized before being used, preventing the undefined variable warning.
Note: The error was found using Xdebug and stepping through the code to identify where $aParts was being accessed without initialization.
Hope this helps anyone encountering the same issue!
UNA 14RC2 hosted in the cloud by UNA
Can anybody confirm a problem with the Timeline Jump to switcher? I tested on Android Mobile with chrome and firefox. The jump to: switcher shows the calendar BUT stops at January 2024 and thats it. It is not possible to choose any day/month later. Desktop works well.
[[ By the way, the selection of the YEAR (same in other forms) is a pain. Should be a drop down like the selection of the month. ]]
- 1067
Hello, i have installed UNA on my new server (it is a german hosting).
Aftermy installation i get this:
404 - File or directory not found.
The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.
I can open only the administration or dashbord and the front side, but when i like to create a profile for ,yself i get this error in a white window. Someone can help me please or install UNA for me?!
- 2384
What is the difference in Studio/Forms between Data Lists and Categories? Both let me define Categories for Discussions, for example. But it seems that they do not access the same Categories table in the DB. When to use the one over the other and what is the outcome?
How to add category in Discussion app because i don't have that option in administration ??