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

Fix docdbprefix screenshots

This commit is contained in:
yalh76 2022-03-23 02:41:54 +01:00
parent 99b644597a
commit e033a85a54

View file

@ -18,19 +18,19 @@ Enter the following feilds:<br>
2. Select 'joomla' database in the left panel
![step 1](dbprefix/fix1.jpg)
![step 1](./docdbprefix/fix1.jpg)
3. Select all tables in the right panel
![step 2](dbprefix/fix2.jpg)
![step 2](./docdbprefix/fix2.jpg)
4. Clic on the action menu
![step 3](dbprefix/fix2.5.jpg)
![step 3](./docdbprefix/fix2.5.jpg)
5. Clic add prefix to table
![step 4](dbprefix/fix3.jpg)
![step 4](./docdbprefix/fix3.jpg)
6. Enter the database prefix you see in the error message of joomla :
```
@ -38,9 +38,8 @@ Table 'joomla.JuzW_menu' doesn't exist
```
it looks like 'JuzW_' in the prefix box and validate
![step 5](dbprefix/fix4.jpg)
![step 5](./docdbprefix/fix4.jpg)
7. You're done, all tables are prefixed with your prefix
![step 6](dbprefix/fix5.jpg)
![step 6](./docdbprefix/fix5.jpg)