asda?‰PNG  IHDR ? f ??C1 sRGB ??é gAMA ±? üa pHYs ? ??o¨d GIDATx^íüL”÷e÷Y?a?("Bh?_ò???¢§?q5k?*:t0A-o??¥]VkJ¢M??f?±8\k2íll£1]q?ù???T var/softaculous/conc/Notes.txt000064400000002515151027377000012463 0ustar001) Install twice i.e with and without sampledata and give the name of sql file accordingly. 2) Copy the whole application/files folder from manual installed with sampledata and then make data.zip (DONT FORGET TO EMPTY the contents of cache folder) 3) Please do not replace timestamp in fileversion table in sql. (There is no timestamp in fileversion table) 4) Remove ENVIRONMENT_CACHE from the Config table. Concrete5 generates it. 5) We have excluded the file "config/site_theme_paths.php" during upgrade becuase it has the user's customization and should not be overwritten. 6) Add folowing line for language in concrete.php "locale" => "[[language]]", and "i18n" => array( "choose_language_login" => null ) 7) 5.6 to 5.7 Upgarde is not possible at the moment. ( Confimed with vendor ). 8) Remove 'seen_introduction' => true from concrete.php 9) Include /application/config/doctrine/ from manual with sample data to the zip (Make sure that there is proxies folder and php files inside it) 10) If user forgets to login before upgrade then Login can be disabled by adding folliwing code in concrete.php ( This is only for our knowledge) return array( 'updates' => array( 'enable_permissions_protection' => false ) ); 10) PHP REQUIREMENT LINK: https://documentation.concrete5.org/developers/introduction/system-requirementsvar/softaculous/nucleus/Notes.txt000064400000000274151030101470013205 0ustar001) Download 'upgrades' folder and put it in zip - 'nucleus/upgrades' (Not needed, it is included in the default package itself from 3.70) 2) $CONF['alertOnSecurityRisk'] = 0; in config.phpvar/softaculous/cmssimple/Notes.txt000064400000002450151030406610013525 0ustar001. choose advance option 'yes' and send email for login info to 'no' in manual installation. 2. Install with sample data 3. select Timezone America/New_York 4. (Not created anymore from 2.0) We need to set the default mail option to "mail" instead of "smtp" To do that change the following line in cmssimple.sql: ('CMSMailer_mapi_pref_mailer', 'smtp', NULL, NULL) to ('CMSMailer_mapi_pref_mailer', 'mail', NULL, NULL) and add the following inserts in siteprefs table and also increase the auto increament: ('mail_is_set', '1', NULL, NULL), ('CMSMailer_mapi_pref_charset', 'utf-8', NULL, NULL) 5. Select "MySQLi" for database. 6. delete config.php and empty tmp/cache and tmp/templates_c directory (except index.html) and then make zip. 7. add following line AS IT IS in 'userprefs' table (1, 'default_cms_language', '[[language]]', NULL) and add following line in 'siteprefs' table ('frontendlang', '[[language]]', NULL, NULL); 8. Upgrade is not possible to 2.0 since there is no upgrade utility. Please check for the same in the next version. 9. In every update change cmsms-2.1.2-install.php in install.xml 10. Select all languages in manual installation. 11. PHP REQUIREMENT LINK: https://docs.cmsmadesimple.org/installation/requirements#technical-requirements 12. Take sql dump on login page.var/softaculous/conc85/Notes.txt000064400000004726151030446700012644 0ustar00*******Select System Time Zone as "New York" in manual installation ******* 1) Install twice i.e with and without sampledata and give the name of sql file accordingly. 2) Copy the whole application/files folder from manual installed with sampledata and then make data.zip (DONT FORGET TO EMPTY the contents of cache folder) 3) Add following line for language in concrete.php (Not required since 8.3.0 as they can now be downloaded during installation or through the dashboard from the site as required by the user confirmed with vendor) "locale" => "[[language]]", and "i18n" => array( "choose_language_login" => null ) 4) Include /application/config/doctrine/ from manual with sample data to the zip (Make sure that there is proxies folder and php files inside it) 5) If user forgets to login before upgrade then Login can be disabled by adding following code in concrete.php ( This is only for our knowledge) return array( 'updates' => array( 'enable_permissions_protection' => false ) ); 6) Table 'ExpressForm170ExpressSearchIndexAttributes' is not getting generated after upgrading from 5.7.5.11. (Confirmed with Vendor) 7) Changes in Constraints of "ExpressEntities" table were not reflected post upgrade from 8.0.3 to 8.1.0. Do check this in next version. (Confirmed by vendor) 8) PHP REQUIREMENT LINK: https://documentation.concretecms.org/developers/introduction/system-requirements We have set PHP to 7.1 since 8.5.10 because it throws error below that.(Reverted to PHP 5.5.9 as it is working since 8.5.12) 9) We have applied upgrade fix given by vendor in this release i.e 8.4.1 as we were getting error on testing cross upgrade from 5.7.x.x to 8.4.1. Vendor shall update the same patch in next release. https://github.com/concrete5/concrete5/commit/0379b0cb3f32b798cd62599589d51afe426052ba 10) We are excluding all files and folders in upgrade because only the concrete folder needs to be updated. Also we have confirmed this with vendor via email and they said we need to delete concrete folder first, then unzip the updated folder. Please check if any new folders/files are added in future version in root folder then we will have to add it to exclude. Since (8.4.1). 11) "mcrypt" php extension removed from requirements as is does not work in php 7.2. 12) Ignore the Mysql upgrade warning in manual installation. Confirmed with vendor. 13) we have disabled upgrade from 5.7.x.x because it is giving error. We have emailed this issue to the vendor. (Enabled from 8.5.2)var/softaculous/conc56/Notes.txt000064400000002102151030447320012623 0ustar001) Install twice i.e with and without sampledata and give the name of sql file accordingly. 2) Copy the whole /files folder from manual installed with sampledata and then make data.zip (DONT FORGET TO EMPTY the contents of cache folder) 3) Please do not replace timestamp in FileVersions table in sql. (There is no timestamp in FileVersions table) 4) Remove ENVIRONMENT_CACHE from the Config table. Concrete5 generates it. 5) We have excluded the file "config/site_theme_paths.php" during upgrade becuase it has the user's customization and should not be overwritten. 6) Add this line in Config table of both sql for language ('SITE_LOCALE', '[[date_gmt]]', '[[language]]', 0, 0); ( Not required since 5.6.4.0 as languages are not vailable in package itself ) 7) PHP7 support was added in version 5.6.4.0 and its mentioned here https://documentation.concrete5.org/developers/introduction/version-history/5640 . So we have removed PHP7 lt condition from info.xml and mcrypt as well to make script compatible with PHP 7.4. Script works on PHP 7.4 ,tested manually as well as with Softaculous.var/softaculous/sitemagic/Notes.txt000064400000001311151030447330013475 0ustar001. Take dump after login and changing password from Admin->Settings 2. From next version for demo , no need to replace the file base/SMEnvironment.class.php(patched one) if vendor has patched the process in next version for file attachments.(which generated warnings).it shall be done by post_install hook. (Not required since 4.2.3) 3. PHP REQUIREMENT LINK : https://sitemagic.org/Download.html 4. upgrade.php is not excluded from package because it's password protected and not delete automatically by script 5. Release date : Official Facebook page - https://www.facebook.com/SitemagicCMS 6. We have given the package for v4.4.1 with __MACOSX directory. Please check and remove if needed in the next version.