whoami7 - Manager
:
/
home
/
fresvfqn
/
waterdamagerestorationandrepairsmithtown.com
/
Compressed
/
Upload File:
files >> /home/fresvfqn/waterdamagerestorationandrepairsmithtown.com/Compressed/notes.txt.tar
var/softaculous/typo8/notes.txt 0000644 00000003255 15054111221 0012654 0 ustar 00 1. Install manually using composer package. https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/Administration/Installation/ComposerMode/Index.html#installing-typo3-with-composer 2. TCP/IP based connection for manual installation (Database details) 3. check Take me straight to the backend. 4. PHP REQUIREMENT LINK: https://get.typo3.org/version/13#system-requirements 5. We have disabled the upgrade because this gives error when upgraded from 10.4.21. Check in next version and if it supports then enable it again. Aslo they have recommended to Upgrade through CLI which we can not offer. 6. Upgrade Documentation: https://docs.typo3.org/m/typo3/guide-installation/11.5/en-us/Index.html 7. To convert package installation to Composer compatible installation: (To upgrade installation which are installed through source zip package) https://docs.typo3.org/m/typo3/guide-installation/main/en-us/MigrateToComposer/Index.html 8. For Database upgrade through CLI https://stackoverflow.com/questions/64874179/table-tx-scheduler-task-doesnt-exist-after-composer-typo3-cms-scheduler https://docs.typo3.org/p/helhum/typo3-console/main/en-us/CommandReference/DatabaseUpdateschema.html php vendor/bin/typo3cms database:updateschema "*.add,*.change" 9. .htaccess is our file to redirect the script to public directory. 10. We have not given installation based on CLI as the admin panel redirected to the blank page. Try to give CLI based installation from next version onwards. 11. Note that older versions of browser meant for older versions of Windows aren't supported by the script and using them causes UI to break. https://talk.typo3.org/t/typo-13-4-0-doesnt-show-up-radio-buttons-buttons-checkboxes/5954/4 var/softaculous/realestate/notes.txt 0000644 00000000117 15054130670 0013725 0 ustar 00 1. PHP REQUIREMENT LINK : https://open-real-estate.info/en/system-requirements var/softaculous/wp/notes.txt 0000644 00000014116 15054144232 0012225 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.8.1 : <option value="bg_BG">Bulgarian</option> <option value="ca">Catalan</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="vi">Vietnamese</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.8.1 <option value="ar">Arabic</option> <option value="cs_CZ">Czech</option> <option value="he_IL">Hebrew</option> <option value="th">Thai</option> <option value="uk">Ukrainian</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/twentytwentyfive/patterns/footer.php wp-content/themes/twentytwentyfour/patterns/footer.php wp-content/themes/twentytwentythree/patterns/footer-default.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. 26. PHP REQUIREMENT LINK: https://wordpress.org/about/requirements/ var/softaculous/postfix/notes.txt 0000644 00000000630 15054220626 0013271 0 ustar 00 1. set $CONF['configured'] = true; and also enter the database details in config.inc.php file in manual installation 2. PHP REQUIREMENT LINK : requirement display on setup page of installation (check composer.json as well). 3. Release date : https://github.com/postfixadmin/postfixadmin/releases/ 4. Kept PHP requirement as 7.4 as mentioned by vendor (https://github.com/postfixadmin/postfixadmin/issues/879) var/softaculous/zend/notes.txt 0000644 00000000247 15054221051 0012532 0 ustar 00 1. Choose the Minimal version. If minimal version is not available then download Full version to download check allowed.txt 2. PHP REQUIREMENT LINK : see INSTALL.md var/softaculous/soho/notes.txt 0000644 00000000700 15054222416 0012542 0 ustar 00 1. Please make the zip from manual. 2. Please export the soho.sql after login. It should contain "site_pages" table. 3. Please delete the file sohoadmin/filebin/eula.lic from the manual while zipping 4. Download the installer from here: http://www.soholaunch.com/Install_Soholaunch.php (Not valid form v4.9.4 r43) 5. Get the link to download the package from here (Full package): http://update.securexfer.net/public_builds/api-build_info-latest.php var/softaculous/less/notes.txt 0000644 00000000276 15056622571 0012560 0 ustar 00 1. We have kept version number in info as 3.13.0 and less.js is of 3.12.2 because vendor have kept the same. 2. Rename less.min.js to less.js from dist folder and make our package from that. var/softaculous/cftp/notes.txt 0000644 00000000462 15056622603 0012537 0 ustar 00 1. We have Given upgrade from version r180. 2. Use default dbprefix while manual installation. (Suggested by vendor) 3. Release date : https://www.projectsend.org/change-log/ 4. PHP REQUIREMENT LINK: https://www.projectsend.org/how-to-install-projectsend/ and also check /vendor/composer/platform_check.php var/softaculous/peel/notes.txt 0000644 00000001346 15056626176 0012543 0 ustar 00 1. We rename admin folder as it is strongly recommended to do so and it is mentioned at the last step of installation. Also we do not save admin_folder name in install.xml because we do not want admin url to update. (Added since 8.0.5). 2. Keep default values in Genreral Settings. 3. We have set PHP requirement to 5.5 because since version 9.0.0 script uses PHP 5.5's syntax. 4. We install with non-sample data(So keep Fill the database option : 'No' while manual installation) and we have removed sample data option from install.xml, Since sample data has issues while loading some frontend links,after renaming admin folder(in manual install as well). 5. PHP REQUIREMENT LINK : https://github.com/advisto/peel-shopping#ce-quil-vous-faut var/softaculous/flat/notes.txt 0000644 00000001724 15056631373 0012537 0 ustar 00 1. PHP REQUIREMENT LINK : https://github.com/flatpressblog/flatpress 2. We offer incremental upgrade i.e for example 1.1 to 1.2 but not from previous versions to 1.2 as vendor provides upgrade zip for upgrading incremental versions. change minimum required version in <min_require> tag in info.xml and make relevant changes in upgrade.php in every update. Download upgrade package from here https://www.flatpress.org/download 3. We have explicitely added "en-us" in settings-defaults.php file before starting curl_call because the installer takes "cs-cz" only despite of adding en-us in the post parameter. (Check in next version) 4. Ignore the .git and .github folders while making our zip. (If any) 5. We have made a manual change in fp-includes/core/core.utils.php file to make it work on PHP 7.1 since 1.4 upgrade as suggested by vendor. https://github.com/flatpressblog/flatpress/issues/630(not needed since 1.4.1) 6. Upgrade documentation: https://www.flatpress.org/download var/softaculous/spip/notes.txt 0000644 00000002213 15056632146 0012555 0 ustar 00 1. Choose MySQL for type of database. 2. Do not remove sha256.inc.php file we use it for password encryption. 3. In /config/connect.php file in manual installation it doesnt takes "_" for dbprefix and database has it. 4. Check for _jobs 'date' entries. In 3.0.11 we have used regtime. before it was [[queue_watch_date]] etc. 5. PHP REQUIREMENT LINK : https://www.spip.net/en_article6659.html 6. Blank plugin entry "meta" table. It generates after login. 7. In "meta" keep value of langue_site as [[language]], to keep frontend as well in the user selected language. 8. Keep [[language]] in "auteurs" table. 9. `backup_cles` entry generates post login. 10. Kept sha256.inc.php file to add backup compatibility in edit. 11. We have deleted all the folders(except config and IMG) in upgrade as keeping old files results in error when uploading a document in "Edit-->Document" section. Discussion is mentioned here. https://discuter.spip.net/t/error-uploading-documents-post-upgrade/162884/7 12. Keep 'vendor' folder writable as well while manual installation, to avoid warning of 'inoperative .htaccess'. 13. cache_signature and secret_du_site generates on it's own. var/softaculous/leto/notes.txt 0000644 00000004247 15056632216 0012554 0 ustar 00 ======================= Installation Procedure: ======================= Step 1 : Download files ----------------------- - Download letoDMS files here : https://sourceforge.net/projects/mydms/files/LetoDMS/ - Download ADOdb files here : http://adodb.sourceforge.net/ - Download LOG files here : http://pear.php.net/package/Log/download/All - Download Mail files here : http://pear.php.net/package/Mail/download/ Step 2 : Files Installation --------------------------- - ungzip and untar LetoDMS-3.2.0.tar.gz in <rootdir> - ungzip and untar LetoDMS_Core-3.2.0.tgz in <rootdir>/LetoDMS_Core ( Added default in version 5.1.9 ) - Move LetoDMS_Core to LetoDMS and Remove LetoDMS_Core => you must have <rootdir>/LetoDMS/Core.php - Move LetoDMS_Lucene to LetoDMS and Remove LetoDMS_Lucene => you must have <rootdir>/LetoDMS/Lucene.php - Move LetoDMS_Preview to LetoDMS and Remove LetoDMS_Preview => you must have <rootdir>/LetoDMS/Preview.php - ungzip and untar adodbxxx.tgz in <rootdir>/adodb - ungzip and untar Logxxx.tgz in <rootdir>/LetoDMS => you must have <rootdir>/LetoDMS/Log.php - ungzip and untar Mailxxx.tgz in <rootdir>/LetoDMS => you must have <rootdir>/LetoDMS/Mail.php Step 3 : Configuration ---------------------- - copy <rootdir>/conf/settings.xml.template to <rootdir>/conf/settings.xml - edit settings.xml file, search <database TAG and change value : -> dbDriver = "_DBC_DBTYPE_" ==> mysql - create file <rootdir>/conf/ENABLE_INSTALL_TOOL - launch <rootdir>/install/install.php - set values - Delete file ENABLE_INSTALL_TOOL if possible - Edit file : inc/inc.LogInit.php and replace include("Log.php"); => include("<rootdir>/LetoDMS/Log.php"); - Edit LetoDMS_Core/Core/inc.DBAccess.php require_once "adodb/adodb.inc.php"; => include("<rootdir>/adodb/adodb.inc.php"); NOTE : LetoDMS requires Zend framework for Lucene Search. So you need to download the Zend framework here : http://www.zend.com/en/community/downloads Download the 1.12.x minimal build as the latest vesion i.e. 2.x does not include the search part. Go to /ZendFramework-1.12.1/library/ copy Zend folder to Leto root folder and make leto.zip No need to include_path in php.ini bcoz letoDMS makes its root directory as include_path var/softaculous/espo/notes.txt 0000644 00000001665 15056636456 0012572 0 ustar 00 1. PHP REQUIREMENT LINK : https://docs.espocrm.com/administration/installation/ 2. Uncheck 'Auth' , 'Is Shared' as well as set 'From Name' to blank in SMTP settings for outgoing emails() while manual installation) since we don't use smtp configuration.(No such option since 9.1.0, hence we explicitly keep, 'outboundEmailIsShared' => false and 'smtpAuth' => false in config.php) 3. Mysql 5.5 doesn't support full-text search for InnoDB tables. 5.6.4 and later versions do support. ( https://github.com/espocrm/documentation/blob/master/user-guide/text-search.md#full-text-search ) 4. Keep "timeZone": "America\\/New_York" in sql for `preferences` table even though entry is blank in manual installation's sql(i.e "timeZone": ""). 5. Select Espo theme while installing manually. 6. We have not given the upgrade utility because the script supports CLI and admin UI based upgrades only. They do not advise to upgrade manually hence we have not given. var/softaculous/pier/notes.txt 0000644 00000000705 15056636556 0012556 0 ustar 00 Its only for users if they ask how to add project : Error on Add Project: You don't have permission to access the requested page 1. Hover on "Administration" on Top -> Select "Company". 2. In "Contacts" Section, select "Edit user account" of "admin". 3. In "Options" section, For "Can manage his/her own projects" select "Yes" Don't follow this steps for making package. 4. Release date : https://github.com/Project-Pier/ProjectPier-Core/releases
Copyright ©2021 || Defacer Indonesia