colorful-ant Posted July 6, 2018 Posted July 6, 2018 I have some problems with a TB shop and settings. Some things do not work as they should. It worked with Prestashop. Unfortunately, I've tried so many settings now that I do not have the default settings anymore. I have an active module that is not yet up-to-date and not compatible with php 7+. Which settings / activations php / FastCGI do you recommend?
dosbiner Posted July 7, 2018 Posted July 7, 2018 There are complete documentation about this https://docs.thirtybees.com/installation Server Requirements AMP (Apache, Mysql, PHP) Requirements Apache Web Server 2.2x+ or nginx 1.8.0+ (IIS is not supported) Apache module settings: modrewrite enabled, modsecurity disabled, modauthbasic disabled. MySQL 5.5.3+ (excluding 8.x) or MariaDB 5.5+ Full UTF-8 support, so the utf8mb4 character set and utf8mb4unicodeci collation should be available Linux, Windows (discouraged) or OS X (discouraged) PHP Requirements PHP 5.5 ~ PHP 7.1 At least 128MB of RAM dedicated to PHP is advised. Certain features and functionality will require more ram to be allocated to the application. Consult your developer or hosting service for advice. Required Extensions These extensions for PHP are REQUIRED mysql (PDO only) xml (SimpleXML and DOMDocument) gd json bcmath zip (ZipArchive Recommended Extensions imap curl mbstring opcache soap apcu, redis or memcache(d) Recommended thirty bees php.ini settings The below settings in your php.ini file are strongly recommended: allowurlfopen = 1 allowurlinclude = 0 postmaxsize = 32M maxinputvars = 10000 uploadmaxfilesize = 16M expose_php = Off
colorful-ant Posted July 7, 2018 Author Posted July 7, 2018 @dosbiner said in need help with php settings: modauthbasic disabled. thanks for your help - I overlooked this option (it was active)- I hope that solves one or the other problem
the.rampage.rado Posted July 8, 2018 Posted July 8, 2018 I would recommend installing imagick module for the pictures and also you must enable the extension. And - which is this module that relies on php 5.6?! If it was me I would uninstall it and move to 7 right away and if the developer updates it add it later. PHP 7 is a must with opcache and apcu. The shop gets usable.
dosbiner Posted July 8, 2018 Posted July 8, 2018 @the-rampage-rado agree, PHP 7.2 works great with TB, its blazzing fast
dosbiner Posted July 8, 2018 Posted July 8, 2018 @the-rampage-rado what is benefit of using imagemagick?
the.rampage.rado Posted July 8, 2018 Posted July 8, 2018 Better quality and better control over the images. Go check the module, you will like it! ;)
dosbiner Posted July 8, 2018 Posted July 8, 2018 @the-rampage-rado oh I see, didn't know that. Will try it, thanks ?
the.rampage.rado Posted July 8, 2018 Posted July 8, 2018 Remember - you must have imagick ext. turned on or it will not install. ;)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now