/var/softaculous/wp49
NameSizeModeActions
images/-0755rm
languages/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
plugins/-0755rm
.htaccess4200644editdlrm
backup.php31960644editdlrm
check_charset.php20670644editdlrm
clone.php385350644editdlrm
clone.xml4970644editdlrm
edit.php89550644editdlrm
edit.xml10950644editdlrm
extend.php724600644editdlrm
fileindex.php2910644editdlrm
import.php90280644editdlrm
info.xml129010644editdlrm
install.js9240644editdlrm
install.php328900644editdlrm
install.xml41600644editdlrm
md571330644editdlrm
notes.txt52870644editdlrm
plugin_activate.php5810644editdlrm
sign_on.php22630644editdlrm
soft.htaccess1270644editdlrm
upgrade.php125780644editdlrm
upgrade.xml9960644editdlrm
wp-config.php26860644editdlrm
_htaccess2650644editdlrm
_index.php590644editdlrm
_wp-config.php29690644editdlrm
Edit: /var/softaculous/wp49/notes.txt (5287B)
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 4.9.18 : 3. Please try to update these languages if they are available for 4.9.18 4. To activate footer link add this in the following file in wp.zip wp-content/themes/twentyseventeen/template-parts/footer/site-info.php wp-content/themes/twentysixteen/footer.php wp-content/themes/twentyfifteen/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. Always check for the default akismet and hello dolly plugin's latest version in all branches of wordpress. If there is old package in minor versions, manually replace with the latest one in our package.