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:
parent
ae110166ff
commit
99b644597a
2 changed files with 76 additions and 2 deletions
39
README.md
39
README.md
|
@ -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 model–view–controller web application framework that can be used independently of the CMS that allows you to build powerful online applications.
|
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 model–view–controller 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
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Disclaimers / important information
|
## Disclaimers / important information
|
||||||
|
|
||||||
# Ldap configuration (For now you have to configure it youeself)
|
# Ldap configuration (For now you have to configure it youeself)
|
||||||
|
@ -38,6 +42,39 @@ Enter the following feilds:<br>
|
||||||
**Map Email:** mail<br>
|
**Map Email:** mail<br>
|
||||||
**Map User ID:** uid<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
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
3. Select all tables in the right panel
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
4. Clic on the action menu
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
5. Clic add prefix to table
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|

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

|
||||||
|
|
||||||
|
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
* Official app website: https://www.joomla.org/
|
* Official app website: https://www.joomla.org/
|
||||||
|
|
39
README_fr.md
39
README_fr.md
|
@ -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 model–view–controller web application framework that can be used independently of the CMS that allows you to build powerful online applications.
|
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 model–view–controller 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
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Avertissements / informations importantes
|
## Avertissements / informations importantes
|
||||||
|
|
||||||
# Ldap configuration (For now you have to configure it youeself)
|
# Ldap configuration (For now you have to configure it youeself)
|
||||||
|
@ -34,6 +38,39 @@ Enter the following feilds:<br>
|
||||||
**Map Email:** mail<br>
|
**Map Email:** mail<br>
|
||||||
**Map User ID:** uid<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
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
3. Select all tables in the right panel
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
4. Clic on the action menu
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
5. Clic add prefix to table
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|

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

|
||||||
|
|
||||||
|
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site officiel de l'app : https://www.joomla.org/
|
* Site officiel de l'app : https://www.joomla.org/
|
||||||
|
|
Loading…
Add table
Reference in a new issue