Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../var/softacul.../wp59
File: notes.txt
1. Download the language files from :
[0] Fix | Delete
http://codex.wordpress.org/L10n:Localization_Teams (https://nl.wordpress.org/)
[1] Fix | Delete
and copy them to the /var/softaculous/wp/languages/LANGUAGE_CODE.zip
[2] Fix | Delete
[3] Fix | Delete
2. The language files for the following languages have been updated to 5.9.3 :
[4] Fix | Delete
[5] Fix | Delete
<option value="bg_BG">Bulgarian</option>
[6] Fix | Delete
<option value="ca">Catalan</option>
[7] Fix | Delete
<option value="cs_CZ">Czech</option>
[8] Fix | Delete
<option value="da_DK">Danish</option>
[9] Fix | Delete
<option value="de_DE">German</option>
[10] Fix | Delete
<option value="el">Greek</option>
[11] Fix | Delete
<option value="es_ES">Spanish</option>
[12] Fix | Delete
<option value="fa_IR">Persian</option>
[13] Fix | Delete
<option value="fi">Finnish</option>
[14] Fix | Delete
<option value="fr_FR">French</option>
[15] Fix | Delete
<option value="he_IL">Hebrew</option>
[16] Fix | Delete
<option value="id_ID">Indonesian</option>
[17] Fix | Delete
<option value="it_IT">Italian</option>
[18] Fix | Delete
<option value="ja">Japanese</option>
[19] Fix | Delete
<option value="ko_KR">Korean</option>
[20] Fix | Delete
<option value="nb_NO">Norwegian</option>
[21] Fix | Delete
<option value="nl_NL">Dutch</option>
[22] Fix | Delete
<option value="pl_PL">Polish</option>
[23] Fix | Delete
<option value="pt_BR">Portuguese-BR</option>
[24] Fix | Delete
<option value="pt_PT">Portuguese</option>
[25] Fix | Delete
<option value="ro_RO">Romanian</option>
[26] Fix | Delete
<option value="ru_RU">Russian</option>
[27] Fix | Delete
<option value="sk_SK">Slovak</option>
[28] Fix | Delete
<option value="sl_SI">Slovenian</option>
[29] Fix | Delete
<option value="sq">Albanian</option>
[30] Fix | Delete
<option value="sv_SE">Swedish</option>
[31] Fix | Delete
<option value="tr_TR">Turkish</option>
[32] Fix | Delete
<option value="zh_CN">Chinese(Simplified)</option>
[33] Fix | Delete
<option value="zh_HK">Chinese (Hong Kong)</option>
[34] Fix | Delete
<option value="zh_TW">Chinese(Traditional)</option>
[35] Fix | Delete
[36] Fix | Delete
3. Please try to update these languages if they are available for 5.9.3
[37] Fix | Delete
[38] Fix | Delete
<option value="ar">Arabic</option>
[39] Fix | Delete
<option value="hr">Croatian</option>
[40] Fix | Delete
<option value="hu_HU">Hungarian</option>
[41] Fix | Delete
<option value="th">Thai</option>
[42] Fix | Delete
<option value="uk">Ukrainian</option>
[43] Fix | Delete
<option value="vi">Vietnamese</option>
[44] Fix | Delete
[45] Fix | Delete
4. To activate footer link add this
[46] Fix | Delete
<!--SOFTACULOUS-->
[47] Fix | Delete
in the following file in wp.zip
[48] Fix | Delete
wp-content/themes/twentytwentytwo/inc/patterns/footer-default.php
[49] Fix | Delete
wp-content/themes/twentytwentyone/footer.php
[50] Fix | Delete
wp-content/themes/twentytwenty/footer.php
[51] Fix | Delete
[52] Fix | Delete
NOTE : When a new theme is added in WordPress do the following tasks :
[53] Fix | Delete
- add the line in install.xml and upgrade.xml as well
[54] Fix | Delete
- add condition in upgrade.php ( in __pre_unzip function )
[55] Fix | Delete
- update extend.php $templates['list']['wp-default'] array
[56] Fix | Delete
- update new default theme screenshots in website/www/images/wp-default
[57] Fix | Delete
[58] Fix | Delete
5. The following files _wpconfig.php and .htaccess have to be configured if the user selects to install with Multisite and also the multisite.sql should be made with the new tables that are created after configuring the Multisite Option.
[59] Fix | Delete
The guide to install Multisite Manually :
[60] Fix | Delete
https://wordpress.org/support/article/create-a-network/
[61] Fix | Delete
[62] Fix | Delete
6. (101, 'rewrite_rules', '', 'yes'), Keep it blank, WordPress generates it automatically
[63] Fix | Delete
[64] Fix | Delete
7. In multisite sql
[65] Fix | Delete
After Configuring the Network, dump the SQL before logging in.
[66] Fix | Delete
[67] Fix | Delete
8. The multisite.sql is the whole SQL file and also remove the INSERTS in the Options table that are made after login i.e from 'CRON' except
[68] Fix | Delete
INSERT INTO `[[dbprefix]]options` VALUES
[69] Fix | Delete
(100, 'rewrite_rules',''), Keep it blank, WordPress generates it automatically
[70] Fix | Delete
(115, 'can_compress_scripts', '0', 'yes');
[71] Fix | Delete
also change the AUTO INCREMENT as it is in the dumped SQL of Original database.
[72] Fix | Delete
[73] Fix | Delete
9. Remove inserts in the sitemeta table after "active_sitewide_plugins" in MU
[74] Fix | Delete
[75] Fix | Delete
10. Remove the language files related to particular theme from languages/ if a theme is deleted by WordPress.
[76] Fix | Delete
[77] Fix | Delete
11. (14, 1, 'session_tokens', 'a:1:{s:64:"e5043af8ebbd5602c6df6fca2ab4f7a7f09d80484487b1a1698c449455dc8f9a";i:1416717670;}'), and
[78] Fix | Delete
(17, 1, 'community-events-location', 'a:1:{s:2:"ip";s:11:"";}'), will be created in usermeta table. If doesn't then create token and add it.
[79] Fix | Delete
[80] Fix | Delete
12. From 4.5.1 we detect if the server has capability to use utf8mb4, we have changed define('DB_CHARSET', 'utf8mb4'); to define('DB_CHARSET', '[[utf8]]'); in both config file and updated COLLATE utf8mb4_unicode_ci to [[collate]] in both sql from 4.2.2
[81] Fix | Delete
[82] Fix | Delete
13. In case of major update please update the popularfx database.
[83] Fix | Delete
[84] Fix | Delete
14. While manual installation keep root writable and configure .htaccess as _htaccess.
[85] Fix | Delete
[86] Fix | Delete
15. configure [[permalink_structure]] only in wp.sql. Not in multisite.sql.
[87] Fix | Delete
[88] Fix | Delete
16. _index.php is our file no need to change it.
[89] Fix | Delete
[90] Fix | Delete
17. Remove Storage ENGINE "ENGINE=InnoDB" from all the CREATE TABLE queries in wp.sql and multisite.sql as WordPress sets the storage engine based on the default set in the MySQL Server.
[91] Fix | Delete
[92] Fix | Delete
18. when we add/delete a plugin update the edit.php and edit.xml file.
[93] Fix | Delete
[94] Fix | Delete
19. The language is configured in database under 'options' and 'sitemeta' tables for normal and multi site respectively. We use to manage language in version.php however this use to get reverted in case of persian language as observed. Hence we have now started handling in database and for multi site it was handled default in database. Also version.php is now removed because of this. (Since v4.8.1)
[95] Fix | Delete
[96] Fix | Delete
20. Boldgrid download link :
[97] Fix | Delete
http://repo.boldgrid.com/boldgrid-inspirations.zip
[98] Fix | Delete
[99] Fix | Delete
21. We have added classic-editor plugin since 5.0.0 and we need to check in manual installation for extra insert classic-editor-replace under
[100] Fix | Delete
options table. If any changes, change in install, edit, upgrade.
[101] Fix | Delete
[102] Fix | Delete
22. Remove __update_themes() and __update_plugins() functions only from the extend.php from the existing branch whenver you add a new branch. This means that this function shall only be a part of the current wp and not the old one's like wp50.
[103] Fix | Delete
[104] Fix | Delete
23. The WP_AUTO_UPDATE_CORE setting in wp-contig.php and _wp-config.php is added because when we install old version of WordPress we do not want it to auto upgrade to latest version because since WordPress 5.6 WordPress auto updates itself for major versions as well. When making the latest version as an old branch do not forget to add changes related to WP_AUTO_UPDATE_CORE in
[105] Fix | Delete
install.php
[106] Fix | Delete
wp-config.php
[107] Fix | Delete
_wp-config.php
[108] Fix | Delete
[109] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function