1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/joomla_ynh.git synced 2024-09-03 19:26:34 +02:00

Auto-update README

This commit is contained in:
yunohost-bot 2022-03-23 01:39:34 +00:00
parent ae110166ff
commit 99b644597a
2 changed files with 76 additions and 2 deletions

View file

@ -18,10 +18,14 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Joomla! is a free and open-source content management system (CMS) for publishing web content. Over the years Joomla! has won several awards. It is built on a modelviewcontroller web application framework that can be used independently of the CMS that allows you to build powerful online applications.
**Shipped version:** 4.1.0~ynh1
**Shipped version:** 4.1.0~ynh2
## Screenshots
![](./doc/screenshots/screenshot.jpg)
## Disclaimers / important information
# Ldap configuration (For now you have to configure it youeself)
@ -38,6 +42,39 @@ Enter the following feilds:<br>
**Map Email:** mail<br>
**Map User ID:** uid<br>
# LASTEST UPDATE REQUIRE MANUAL FIX WITH PHPMYADMIN
1. Run phpmyadmin after applying the update
2. Select 'joomla' database in the left panel
![step 1](dbprefix/fix1.jpg)
3. Select all tables in the right panel
![step 2](dbprefix/fix2.jpg)
4. Clic on the action menu
![step 3](dbprefix/fix2.5.jpg)
5. Clic add prefix to table
![step 4](dbprefix/fix3.jpg)
6. 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](dbprefix/fix4.jpg)
7. You're done, all tables are prefixed with your prefix
![step 6](dbprefix/fix5.jpg)
## Documentation and resources
* Official app website: https://www.joomla.org/

View file

@ -14,10 +14,14 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Joomla! is a free and open-source content management system (CMS) for publishing web content. Over the years Joomla! has won several awards. It is built on a modelviewcontroller web application framework that can be used independently of the CMS that allows you to build powerful online applications.
**Version incluse :** 4.1.0~ynh1
**Version incluse :** 4.1.0~ynh2
## Captures d'écran
![](./doc/screenshots/screenshot.jpg)
## Avertissements / informations importantes
# Ldap configuration (For now you have to configure it youeself)
@ -34,6 +38,39 @@ Enter the following feilds:<br>
**Map Email:** mail<br>
**Map User ID:** uid<br>
# LASTEST UPDATE REQUIRE MANUAL FIX WITH PHPMYADMIN
1. Run phpmyadmin after applying the update
2. Select 'joomla' database in the left panel
![step 1](dbprefix/fix1.jpg)
3. Select all tables in the right panel
![step 2](dbprefix/fix2.jpg)
4. Clic on the action menu
![step 3](dbprefix/fix2.5.jpg)
5. Clic add prefix to table
![step 4](dbprefix/fix3.jpg)
6. 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](dbprefix/fix4.jpg)
7. You're done, all tables are prefixed with your prefix
![step 6](dbprefix/fix5.jpg)
## Documentations et ressources
* Site officiel de l'app : https://www.joomla.org/