diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index a1fd2a0..b44e104 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -11,3 +11,32 @@ Enter the following feilds:
**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](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 'ynh_' in the prefix box and validate + +![step 5](dbprefix/fix4.jpg) + +7. You're done, all tables are prefixed with 'ynh_' + +![step 6](dbprefix/fix5.jpg) + diff --git a/doc/dbprefix/dbpresfix b/doc/dbprefix/dbpresfix new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/doc/dbprefix/dbpresfix @@ -0,0 +1 @@ + diff --git a/doc/dbprefix/fix1.jpg b/doc/dbprefix/fix1.jpg new file mode 100644 index 0000000..29b182f Binary files /dev/null and b/doc/dbprefix/fix1.jpg differ diff --git a/doc/dbprefix/fix2.5.jpg b/doc/dbprefix/fix2.5.jpg new file mode 100644 index 0000000..4f8196a Binary files /dev/null and b/doc/dbprefix/fix2.5.jpg differ diff --git a/doc/dbprefix/fix2.jpg b/doc/dbprefix/fix2.jpg new file mode 100644 index 0000000..2842f93 Binary files /dev/null and b/doc/dbprefix/fix2.jpg differ diff --git a/doc/dbprefix/fix3.jpg b/doc/dbprefix/fix3.jpg new file mode 100644 index 0000000..5342d37 Binary files /dev/null and b/doc/dbprefix/fix3.jpg differ diff --git a/doc/dbprefix/fix4.jpg b/doc/dbprefix/fix4.jpg new file mode 100644 index 0000000..b0f0279 Binary files /dev/null and b/doc/dbprefix/fix4.jpg differ diff --git a/doc/dbprefix/fix5.jpg b/doc/dbprefix/fix5.jpg new file mode 100644 index 0000000..ca64e80 Binary files /dev/null and b/doc/dbprefix/fix5.jpg differ