Server IP : 149.255.58.128 / Your IP : 216.73.216.193
System : Linux cloud516.thundercloud.uk 5.14.0-427.26.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 17 15:51:13 EDT 2024 x86_64
PHP Version : 8.2.28
Disable Function : allow_url_include, apache_child_terminate, apache_setenv, exec, passthru, pcntl_exec, posix_kill, posix_mkfifo, posix_getpwuid, posix_setpgid, posix_setsid, posix_setuid, posix_setgid, posix_seteuid, posix_setegid, posix_uname, proc_close, proc_get_status, proc_open, proc_terminate, shell_exec, show_source, system
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Upload Files :
Command :
Current File : /var/softaculous/joomla16//notes.txt
1. Add [[language]] in SQL.
2. If new language need to add then have to add its entry in install.php in __install()
3. Language Pack : http://community.joomla.org/translations/joomla-16-translations.html
4. Put the language packs in the /language folder i.e. admin_[[language]].zip and site_[[language]].zip
7. Choose MySQLi driver and not MySQL
8. Do not install with sample data. Use joomla sample data sql and change dbprefix. Also, check that truncate extention and language table should not be there in sample data sql because we add languge in extension table
9. USING BTREE in the SQL file should be before the field name it should be this :
KEY `idx_usergroup_nested_set_lookup` USING BTREE (`lft`,`rgt`)
and not this:
KEY `idx_usergroup_nested_set_lookup` (`lft`,`rgt`) USING BTREE
10. Add as many languages as you can in the next update.
11. Check in the Admin Panel -> Site -> System Information -> Directory Permissions for "Writeable permissions" on apache server.
12. Languages not updated :
<option value="zh-CN">Chinese</option>
<option value="ru-RU">Russian</option>
<option value="de-DE">German</option>
<option value="fa-IR">Persian</option>
<option value="pl-PL">Polish</option>
<option value="es-ES">Spanish</option>
<option value="pt-PT">Portuguese</option>
<option value="pt-BR">Portuguese (Brazil)</option>
<option value="ar-AA">Arabic</option>
<option value="el-GR">Greek</option>
<option value="ko-KR">Korean</option>
<option value="nb-NO">Norwegian</option>
<option value="sv-SE">Swedish</option>
<option value="th-TH">Thai</option>
<option value="tr-TR">Turkish</option>
<option value="he-IL">Hebrew</option>
13. Make script where Database ENGINE is InnoDB
14. If you get error while upgrading for deleting some files, then check "administrator/components/com_admin/script.php" file for list of files to be deleted and add them in upgrade.php.
15. We have added SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; in sample data sql files and install.php to make it compatible with mysql 5.7. Add it in next update as well.
Name |
Size |
Last Modified |
Owner / Group |
Permissions |
Options |
.. | -- | May 23 2025 09:37:16 | 0 / root | 0755 | |
images | -- | May 08 2024 08:02:07 | 0 / root | 0755 | |
languages | -- | May 08 2024 08:02:07 | 0 / root | 0755 | |
php53 | -- | May 08 2024 08:02:07 | 0 / root | 0755 | |
php56 | -- | May 08 2024 08:02:07 | 0 / root | 0755 | |
php71 | -- | May 08 2024 08:02:07 | 0 / root | 0755 | |
php81 | -- | May 08 2024 08:02:07 | 0 / root | 0755 | |
php82 | -- | May 08 2024 08:02:07 | 0 / root | 0755 | |
| | | | | |
PasswordHash.php | 6.464 KB | December 23 2021 06:54:36 | 0 / root | 0644 | |
clone.php | 3.96 KB | May 02 2024 06:21:44 | 0 / root | 0644 | |
configuration.php | 1.805 KB | December 23 2021 06:54:36 | 0 / root | 0644 | |
edit.php | 8.259 KB | May 02 2024 06:21:44 | 0 / root | 0644 | |
edit.xml | 0.423 KB | December 23 2021 06:54:36 | 0 / root | 0644 | |
extend.php | 1.97 KB | May 02 2024 06:21:44 | 0 / root | 0644 | |
fileindex.php | 0.224 KB | December 23 2021 06:54:36 | 0 / root | 0644 | |
import.php | 6.751 KB | May 02 2024 06:21:44 | 0 / root | 0644 | |
info.xml | 2.965 KB | May 02 2024 05:25:50 | 0 / root | 0644 | |
install.js | 0.933 KB | May 18 2022 06:50:34 | 0 / root | 0644 | |
install.php | 15.185 KB | May 02 2024 06:21:44 | 0 / root | 0644 | |
install.xml | 2.84 KB | December 23 2021 06:54:36 | 0 / root | 0644 | |
md5 | 6.985 KB | May 02 2024 06:21:44 | 0 / root | 0644 | |
notes.txt | 2.081 KB | December 23 2021 06:54:36 | 0 / root | 0644 | |
update_pass.php | 6.622 KB | December 23 2021 06:54:36 | 0 / root | 0644 | |
upgrade.php | 5.255 KB | May 02 2024 06:21:44 | 0 / root | 0644 | |
upgrade.xml | 0.678 KB | December 23 2021 06:54:36 | 0 / root | 0644 | |