File manager - Edit - /home/ferretapmx/public_html/notes.txt.tar
Back
var/softaculous/wp63/notes.txt 0000644 00000014012 15231117730 0012371 0 ustar 00 1. Download the language files from : http://codex.wordpress.org/L10n:Localization_Teams (https://nl.wordpress.org/) and copy them to the /var/softaculous/wp/languages/LANGUAGE_CODE.zip 2. The language files for the following languages have been updated to 6.3.7 : <option value="ar">Arabic</option> <option value="bg_BG">Bulgarian</option> <option value="ca">Catalan</option> <option value="cs_CZ">Czech</option> <option value="da_DK">Danish</option> <option value="de_DE">German</option> <option value="el">Greek</option> <option value="es_ES">Spanish</option> <option value="fa_IR">Persian</option> <option value="fi">Finnish</option> <option value="fr_FR">French</option> <option value="hr">Croatian</option> <option value="hu_HU">Hungarian</option> <option value="id_ID">Indonesian</option> <option value="it_IT">Italian</option> <option value="ja">Japanese</option> <option value="ko_KR">Korean</option> <option value="nb_NO">Norwegian</option> <option value="nl_NL">Dutch</option> <option value="pl_PL">Polish</option> <option value="pt_BR">Portuguese-BR</option> <option value="pt_PT">Portuguese</option> <option value="ro_RO">Romanian</option> <option value="ru_RU">Russian</option> <option value="sk_SK">Slovak</option> <option value="sl_SI">Slovenian</option> <option value="sq">Albanian</option> <option value="sv_SE">Swedish</option> <option value="tr_TR">Turkish</option> <option value="zh_CN">Chinese(Simplified)</option> <option value="zh_TW">Chinese(Traditional)</option> 3. Please try to update these languages if they are available for 6.3.7 <option value="he_IL">Hebrew</option> <option value="th">Thai</option> <option value="uk">Ukrainian</option> <option value="vi">Vietnamese</option> <option value="zh_HK">Chinese (Hong Kong)</option> 4. To activate footer link add this <!--SOFTACULOUS--> in the following file in wp.zip wp-content/themes/twentytwentythree/patterns/footer-default.php wp-content/themes/twentytwentytwo/inc/patterns/footer-default.php wp-content/themes/twentytwentyone/footer.php NOTE : When a new theme is added in WordPress do the following tasks : - add the line in install.xml and upgrade.xml as well - add condition in upgrade.php ( in __pre_unzip function ) - update extend.php $templates['list']['wp-default'] array - update new default theme screenshots in website/www/images/wp-default 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. The guide to install Multisite Manually : https://wordpress.org/support/article/create-a-network/ 6. (101, 'rewrite_rules', '', 'yes'), Keep it blank, WordPress generates it automatically 7. In multisite sql After Configuring the Network, dump the SQL before logging in. 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 INSERT INTO `[[dbprefix]]options` VALUES (100, 'rewrite_rules',''), Keep it blank, WordPress generates it automatically (115, 'can_compress_scripts', '0', 'yes'); also change the AUTO INCREMENT as it is in the dumped SQL of Original database. 9. Remove inserts in the sitemeta table after "active_sitewide_plugins" in MU 10. Remove the language files related to particular theme from languages/ if a theme is deleted by WordPress. 11. (14, 1, 'session_tokens', 'a:1:{s:64:"e5043af8ebbd5602c6df6fca2ab4f7a7f09d80484487b1a1698c449455dc8f9a";i:1416717670;}'), and (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. 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 13. In case of major update please update the popularfx database. 14. While manual installation keep root writable and configure .htaccess as _htaccess. 15. configure [[permalink_structure]] only in wp.sql. Not in multisite.sql. 16. _index.php is our file no need to change it. 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. 18. when we add/delete a plugin update the edit.php and edit.xml file. 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) 20. Boldgrid download link : http://repo.boldgrid.com/boldgrid-inspirations.zip 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 options table. If any changes, change in install, edit, upgrade. 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. 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 install.php wp-config.php _wp-config.php 24. Do not encode wp-cli file. Keep it as it is. 25. Check the "[[punycode_softurl]]/?p=4" Auto Draft entry in post table. IN MULTISITE and remove that entry from both the sqls. var/softaculous/realestate/notes.txt 0000644 00000000117 15231142323 0013720 0 ustar 00 1. PHP REQUIREMENT LINK : https://open-real-estate.info/en/system-requirements var/softaculous/zenario/notes.txt 0000644 00000002430 15231142333 0013237 0 ustar 00 1. Don't convert sql to UTF8 (The images for the front end link won't get rendered). 2. scopy .htaccess and comment php_flags to work on su php. 3. For every installation, let the value of "module_description_hash" in table "[[dbprefix]]site_settings" be the default one. (Since 7.4.0) 4. We have disabled zenario on AMPPS because script requires mysql 5.5.3 or later and AMPPS detects it incorrectly (mysqlnd 5.0.12). Ask AMPPS team to solve this issue and enable it again if working. (Since 7.6) 5. PHP REQUIREMENT LINK: http://zenar.io/system-requirements 6. Vendor has asked us to set PHP requirement to 7.3 as in email. 7. if you are getting error in zenario then please check apache version, zenario only works with apache 2.4 or later. 8. Select Timezone "(UTC -4.00) Eastern Time (US & Canada)" while install. 9. Change upgrade.zip with every new version of zenario. Take /zenario directory to make upgrade.zip 10. Once Zenario 9.0 is released, check the min version required for upgrade as vendor has said min req to upgrade zenario 9 will be 8.2 (Done) 11. Keep last_login_ip , last_browser, last_browser_version, last_platform, session_id entries blank in `[[dbprefix]]admins` table as the entries are regenerated after visiting admin panel. 12. Copy public/images/ folder from manual to zip. var/softaculous/ops/notes.txt 0000644 00000003353 15231155515 0012404 0 ustar 00 1. Select MySQLi in manual installation. 2. PHP REQUIREMENT LINK: https://docs.pkp.sfu.ca/admin-guide/en/getting-started#system-requirements and https://docs.pkp.sfu.ca/dev/release-notebooks/en/3.5-release-notebook#hosting-environment 3. Don't install additonal languages (Since 3.5.x.x, as they are updated via javascript) 4. Add upgrade in next version itself. (Added in version 3.2.1.2) 5. We have made change in lib/pkp/classes/install/form/UpgradeForm.inc.php because on upgrading 3.2.1.3 version to 3.3.0.3 version was giving error. https://github.com/pkp/pkp-lib/issues/6703 6. Post upgrade from 3.2.1.3 to 3.3.0.3 these tables were not created review_forms , review_form_elements, review_form_element_settings, review_form_responses, review_form_settings. These aren't required by OPS , confirmed here : https://forum.pkp.sfu.ca/t/ops-upgrade-from-3-2-1-3-to-3-3-0-3-does-not-create-some-tables-which-are-created-in-fresh-install-of-ops-3-3-0-3/65950 7. Remove 'uniqueSiteId' entry from `site_settings` table as it is generated post logging in. 8. Exclude 'IPGeoDB.mmdb' from {{DATA-DIR}}/usageStats as it is created post login.(Not made in 3.5.0.1, so copied from manual to our package {{DATADIR}}/usageStats/IPGeoDB.mmdb) 9. Cron reference taken from https://docs.pkp.sfu.ca/dev/release-notebooks/en/3.5-release-notebook#task-scheduler-changes and config.inc.php(under section 'Sample for the *nix crontab') 10. Extensions in info.xml are taken from lib/pkp/lib/vendor/composer/platform_check.php 11. In next version try to add language back for 3.5.x.x in install.xml, We have removed this, since after changing language, there was no such locale entry change in db or config.inc.php, it seems language is changed by selecting from admin panel via javascript. var/softaculous/phpbb/notes.txt 0000644 00000003054 15231157133 0012672 0 ustar 00 While installing, Select Database type : MySQL with MySQLi Extension 1. Add [[language]] in sql. Take reference from older sql. 2. Apart from english, download ext, languages and styles folder from : http://www.phpbb.com/languages/?from=submenu and unzip it to ext, languages and styles folder. ext is added in phpBB 3.2.0 hence is not available for few languages. 3. Update once manually to check if database is updated properly 4. Add as many languages as you can. 5. If you want to add language add its entry in install.php as well. 6. Update the file database_update.php (from original zip under install directory) and _database_update.php (from original zip + our changes) of the new version. This change is for auto upgrade. (Not required since 3.2.1) Following is our change : // Softaculous Change $config['default_lang'] = 'en'; 7. have removed <option value="pt_br">Portuguese Brazilian</option> in 3.1.6 and 3.1.7-pl1. Portuguese Brazilian zip sturcture was wrong and was not compatible with older zip. Add it back (in install.xml and install.php)in next version if structure is correct. 8. Check for "rand_seed" and "rand_seed_last_update" value in database for next update, it gets generated on localhost but not on linux servers (since v3.2.0). 9. phpbb_viglink_api_key in database is default key at "ext\phpbb\viglink\migrations\viglink_data.php" check in the next version. 10. PHP REQUIREMENT LINK: /docs/INSTALL.html#require 11. Keep "user_permissions" value blank in users table as it creates on login with admin details. 12. UPGRADE NOTES: docs/install.html var/softaculous/squirrel/notes.txt 0000644 00000000106 15231160132 0013431 0 ustar 00 1. Release date : https://sourceforge.net/projects/squirrelmail/files/
| ver. 1.4 |
Github
|
.
| PHP 8.2.32 | Generation time: 0.07 |
proxy
|
phpinfo
|
Settings