1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/joomla_ynh.git synced 2024-09-03 19:26:34 +02:00
joomla_ynh/doc/DISCLAIMER.md
yalh76 47073a10bc
Testing (#11)
* php 8.0

* dbprefix not empty

* php fix

* Update install

* Update _common.sh

* Update manifest.json

* database prefix must not be empty

dbprefix = '';               // Any random string ending with _

* Update install

* Update install

sill getting
The MySQLi extension is not available

* Update install

* Phpversion + php dependencies

* Update php-fpm.conf

upload_max_filesize
post_max_size
Temp folder

* Update _common.sh

Php8 + deps

* Update manifest.json

Remove php choice

* Update install

YNH_PHP_VERSION

* Update install

* Update configuration.php

* Update install

Setting dbprefix to ynh_
Should be random string

* Update configuration.php

Setting dbprefix to ynh

* Adding an upgrade test

* Upgrade version

* not needed

* Cleanup

* Updating php dependencies

* Cleanup

* add /var/log

* Update dependencies

* adding db_prefix

* missing db_prefix during upgrade

* Adding secret

* better way to create the first account

* adding steps to fix dbprefix update

* Dbprefix

* Delete fix1.jpg

* Delete fix2.jpg

* Delete fix3.jpg

* Delete fix4.jpg

* Delete fix5.jpg

* Delete dbprefix

* Create dbpresfix

* Add files via upload

* Add files via upload

* Update DISCLAIMER.md

dbprefix update howto fix

* Adding screenshot

* Update _common.sh

xml

* Update DISCLAIMER.md

!testme

* Auto-update README

* Fix docdbprefix screenshots

* Auto-update README

* more fixing

* Auto-update README

* typo

* Auto-update README

Co-authored-by: jarod5001 <68397534+jarod5001@users.noreply.github.com>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
2022-03-23 08:21:02 +01:00

1.1 KiB

Ldap configuration (For now you have to configure it yourself)

Enable ldap Extension
Enter the following feilds:
Host: localhost
Port:389
LdapV3: Yes
Authorisation Method: Bind and search
Base DN: dc=yunohost,dc=org
uid: uid=[search]
User's DN: ou=users,dc=yunohost,dc=org
Map Full Name: displayname
Map Email: mail
Map User ID: uid

LASTEST UPDATE REQUIRE MANUAL FIX WITH PHPMYADMIN

  1. Run phpmyadmin after applying the update

  2. Select 'joomla' database in the left panel

step 1

  1. Select all tables in the right panel

step 2

  1. Clic on the action menu

step 3

  1. Clic add prefix to table

step 4

  1. Enter the database prefix you see in the error message of joomla :
Table 'joomla.JuzW_menu' doesn't exist

it looks like 'JuzW_' in the prefix box and validate

step 5

  1. You're done, all tables are prefixed with your prefix

step 6