[TYPO3-english] Re: HTTP 500 - Aimeos
Aimeos
aimeos at aimeos.org
Tue May 12 11:23:48 CEST 2015
Hi Jose
> I am not able to install Aimeos.
>
> static_info_tables:
> Update script
>
> ERRORS:
> {
> These files or folders have errors and may be fixed automatically:
> Path /index.php is not a link
> The target /index.php should be a link, but is of type file. This cannot be fixed automatically. Please investigate.
> Path /typo3 is not a link
> The target /typo3 should be a link, but is of type dir. This cannot be fixed automatically. Please investigate.
> Path /typo3_src is not a link
> The target /typo3_src should be a link, but is of type dir. This cannot be fixed automatically. Please investigate.
> }
This is not a real problem but could be fixed if you have FTP access to your server. In this case, you would be able to store the typo3_src-6.2.x directory on your server and create the symlinks for index.php, typo3_src and typo3 afterwards. They have to point to:
typo3_src -> typo3_src-6.2.x
typo3 -> typo3_src/typo3
index.php -> typo3_src/index.php
> {
> Some PHP functions disabled:
> disable_functions=system passthru popen proc_close proc_get_status proc_nice proc_open proc_terminate shell_exec exec escapeshellarg escapeshellcmd ini_alter show_source pcntl_exec
> These function(s) are disabled. TYPO3 uses some of those, so there might be trouble. TYPO3 is designed to use the default set of PHP functions plus some common extensions. Possibly these functions are disabled due to security considerations and most likely the list would include a function like exec() which is used by TYPO3 at various places. Depending on which exact functions are disabled, some parts of the system may just break without further notice.
> }
This might be a show stopper. Your server is configured very restrictive and some TYPO3 functionality won't work. This is not related to Aimeos but if TYPO3 will have problems, Aimeos might be affected too.
> {
> Low PHP script execution time:
> max_execution_time=30
> Your max_execution_time is low. While TYPO3 often runs without problems with 30 seconds, it may still happen that script execution is stopped before finishing calculations. You should monitor the system for messages in this area and maybe raise the limit to 240 seconds:
> max_execution_time=240
> }
You can increase the max_execution_time parameter if you add this line at the end of your .htaccess file located in the directory where your index.php is stored:
php_value max_execution_time 240
More information about the TYPO3-english
mailing list