[TYPO3-english] Installing TYPO3 CMS 7.6.12

Michael Schams typo3 at 2016.schams.net
Sat Dec 3 23:32:20 CET 2016


On Mon, 2016-11-21 at 18:52 +0100, vincenzo zeuli wrote:

> In synthesis I have 4 errors/warnings:
> 1) Some PHP functions disabled   --  disable_functions=system popen dl passthru proc_open shell_exec.

As far as I know:

"passthru" is used for ImageMagick/GraphicMagic to generate/process
images. Run the "Test Setup" function in the Install Tool to check.
"shell_exec" might be used by the scheduler and the RTE (e.g.
spellchecking).

"system" and "popen" is not used by the TYPO3 CMS core (as far as I
know). I don't know about "dl" and "proc_open".

Go to the Install Tool and run all checks in the "Test setup" section.
See if everything works, especially the graphic/image stuff.

> 2) PHP extension zip not loaded --  TYPO3 CMS uses PHP extension zip but it is not loaded in your environment

At least the Extension Manager uses the PHP extension "zip". You can
possible live without that, but problems will likely occur when you
upload extensions in ZIP format manually.

> 3) Low PHP script execution time  --  max_execution_time=120

Depends on your website, server load and server performance. The
officially *recommended* value is 240. Most sites likely work with 120,
too, though. Keep an eye on your log files if PHP timeouts occur.

> 4) PHP max_input_vars very low  --  max_input_vars=1000

The officially *recommended* value is at least 1500. Submitting large
forms in the backend possibly fail with max_input_vars=1000. If you get
a "security token" error message in the backend from time to time, you
should not be too surprised.

> I have these four mistakes, and I want to know if they are REQUIRED to be solved and if competes everything to my ISP.
> May I continue the installation with this errors?

Contact your hoster and ask them to update the php.ini file, so that all
checks in the Install Tool pass successfully. If they can't (or don't
want to) provide an environment that meets the requirements, consider
using a different hoster.

The minimum requirements of TYPO3 CMS are not utterly excessive for a
professional PHP application today :-)


Cheers
Michael





More information about the TYPO3-english mailing list