UNA is a Community Management System designed to let you deploy and manage social networks and communities effortlessly. Unlike traditional CMSs, UNA doesn't box you in; it's built to be highly extensible and customizable. You get the best of both worlds - a robust set of pre-built functionalities for rapid deployment and a framework-like architecture for custom development.
After the installation, you can download and activate additional apps via UNA Studio.
✅ Licensed under MIT license
🔑 You control and own your network
⚙️ Open source, configurable codebase
📱 Fully responsive, mobile-friendly UI
🚀 Unlimited scalability
👘 Full customisation freedom
🛡 Secure by design
📦 Regularly updated
From the module store I choose a module. And click the download button. studio/store.php?page=downloaded why not see modules for installation? What is the reason of this.
my server
UBUNTU 20.04
Is any other information required?
Host Tools
Requirements
- PHP:version = 7.4.33 - UNDEFINED (value checking failed)
- allow_url_fopen = On - OK
- allow_url_include = Off - OK
- magic_quotes_gpc = Off - OK
- memory_limit = 128 MB - OK
- post_max_size = 8 MB - OK
- upload_max_filesize = 10 MB - OK
- register_globals = Off - OK
- safe_mode = Off - OK
- disable_functions = pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, - OK
- php module: curl = curl - OK
- php module: gd = gd - OK
- php module: mbstring = mbstring - OK
- php module: json = json - OK
- php module: fileinfo = fileinfo - OK
- php module: zip = zip - OK
- php module: openssl = openssl - OK
- php module: exif = exif - OK
- MySQL:version = 5.5.5 - OK
- Web-server: LiteSpeedrewrite_module - OK
- OS:Linux ubuntu-8gb-hil-1 5.4.0-139-generic #156-Ubuntu SMP Fri Jan 20 17:27:18 UTC 2023 x86_64
- Hardware:Hardware requirements can not be determined automatically - manual server audit may be required.
Site setup
- UNA version = 13.0.0-RC2 - OK
- Files and folders permissions - please click here to find out if permissions are correct.
ffmpeg -ffmpeg version 4.4-static https://johnvansickle.com/ffmpeg/ Copyright (c) 2000-2021 the FFmpeg developers built with gcc 8 (Debian 8.3.0-6) configuration: --enable-gpl --enable-version3 --enable-static --disable-debug --disable-ffplay --disable-indev=sndio --disable-outdev=sndio --cc=gcc --enable-fontconfig --enable-frei0r --enable-gnutls --enable-gmp --enable-libgme --enable-gray --enable-libaom --enable-libfribidi --enable-libass --enable-libvmaf --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-librubberband --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libvorbis --enable-libopus --enable-libtheora --enable-libvidstab --enable-libvo-amrwbenc --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libdav1d --enable-libxvid --enable-libzvbi --enable-libzimg libavutil 56. 70.100 / 56. 70.100 libavcodec 58.134.100 / 58.134.100 libavformat 58. 76.100 / 58. 76.100 libavdevice 58. 13.100 / 58. 13.100 libavfilter 7.110.100 / 7.110.100 libswscale 5. 9.100 / 5. 9.100 libswresample 3. 9.100 / 3. 9.100 libpostproc 55. 9.100 / 55. 9.100 Hyper fast Audio and Video encoder usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}... Use -h to get full help or, even better, run 'man ffmpeg'
- if you don't know if output is correct then manual server audit may be required.
- Mail sending - click here to send test email
Cron jobs -no crontab for brsne2468
- if you are unsure if output is correct then manual server audit may be required
- Last cron jobs execution - None
Site optimization
- PHP:PHP accelerator = ZendOPcache - OK
- PHP setup = litespeed - OK
- MySQL:key_buffer_size = 128 MB - OK
- max_heap_table_size = 16 MB - OK
- tmp_table_size = 16 MB - OK
- thread_cache_size = 151 - OK
- Web-server:User-side caching for static content - click here to check it in Google Page Speed
- If it is not enabled then please consider implement this optimization, since it improve perceived site speed and save the bandwidth, refer to this tutorial on how to do this.
- To apply this optimization you need to have expires_module - OK
- Server-side content compression - can be checked manually or in "Page Speed" tool build-in into browser.
- If it is not enabled then please consider implement this optimization, since it improve perceived site speed and save the bandwidth, refer to this tutorial on how to do this.
- To apply this optimization you need to have deflate_module - FAIL (you will need to install deflate_module for Apache)
- UNA:DB cache = On (File based cache engine) - OK
- Pages cache = On (File based cache engine) - OK
- Page blocks cache = On (File based cache engine) - OK
- Templates Cache = On (FileHtml based cache engine) - OK
- CSS files cache = On - OK
- JS files cache = On - OK
- Compression for CSS/JS cache = On - OK
Manual Server Audit
Some things can not be determined automatically, manual server audit is required to check it. If you don't know how to do it by yourself you can submit Server Audit Request.
- 1096
I edited the Russian language file for the Turkish language. The config.php file content is below.
language file not installed. installation failed. what can I do. Where should I look? can you help me.
<?php
/**
* Copyright (c) UNA, Inc - https://unacms.com
* MIT License - https://opensource.org/licenses/MIT
*
* @defgroup Turkish Turkish language
* @ingroup UnaModules
*
* @{
*/
$aConfig = array(
/**
* Main Section.
*/
'type' => BX_DOL_MODULE_TYPE_LANGUAGE,
'name' => 'bx_tr',
'title' => 'turkish',
'note' => 'Language file',
'version' => '13.0.7',
'vendor' => 'Boonex',
'help_url' => 'http://feed.unacms.com/?section={module_name}',
'compatible_with' => array(
'13.0.0-RC2'
),
/**
* 'home_dir' and 'home_uri' - should be unique. Don't use spaces in 'home_uri' and the other special chars.
*/
'home_dir' => '/boonex/turk/',
'home_uri' => 'tr',
'db_prefix' => 'bx_tr_',
'class_prefix' => 'BxTr',
/**
* Category for language keys.
*/
'language_category' => 'BoonEx turkish',
/**
* Installation/Uninstallation Section.
* NOTE. The sequence of actions is critical. Don't change the order.
*/
'install' => array(
'execute_sql' => 1,
'update_languages' => 1,
'install_language' => 1,
'clear_db_cache' => 1
),
'uninstall' => array (
'update_languages' => 1,
'execute_sql' => 1,
'clear_db_cache' => 1
),
'enable' => array(
'execute_sql' => 1
),
'disable' => array(
'execute_sql' => 1
),
/**
* Dependencies Section
*/
'dependencies' => array(),
);
/** @} */
NO SETUP.
I SEE THE LANGUAGE FILE. BUT THE INSTALLATION FAILED.
- 1040
I downloaded the applications I want to install. The download is successful and I go to the download left menu for installation. None of them appear in the download menu. How do I install the plugins?
there are only plugins found in this image below. Why are my downloads not showing?
I am using php8.0 and the latest version.
- 891