23
Мар
0
Prestashop установка необходимых компонентов
GD — Это компонент PHP(Библиотека) позволяющая обрабатывать граффические файлы(jpg, png, gif)
yum install php-gd
перезапустить php /etc/init.d/php-fpm restart
yum install php-pdo
Dom extension yum install php-xml yum install mcrypt Для проверки
<?php phpinfo(); ?>
проверить |
Как/где исправить?
|
---|---|
Is PHP 5.1.2 or later installed? | Web server |
Can PrestaShop upload files? | php.ini file (file_uploads ) |
Can PrestaShop create new files and folders? | File browser / FTP client / command line |
Is the GD Library installed? | php.ini file (extension=php_gd2.so ) |
Is MySQL support is on? | php.ini file (extension=php_pdo_mysql.so ) |
Recursive write permission on ~/config/ | File browser / FTP client / command line |
Recursive write permission on ~/cache/ | File browser / FTP client / command line |
Recursive write permission on ~/log/ | File browser / FTP client / command line |
Recursive write permission on ~/img/ | File browser / FTP client / command line |
Recursive write permission on ~/mails/ | File browser / FTP client / command line |
Recursive write permission on ~/modules/ | File browser / FTP client / command line |
Recursive write permission on ~/override/ | File browser / FTP client / command line |
Recursive write permission on ~/themes/default/lang/ | File browser / FTP client / command line |
Recursive write permission on ~/themes/default/pdf/lang/ | File browser / FTP client / command line |
Recursive write permission on ~/themes/default/cache/ | File browser / FTP client / command line |
Recursive write permission on ~/translations/ | File browser / FTP client / command line |
Recursive write permission on ~/upload/ | File browser / FTP client / command line |
Recursive write permission on ~/download/ | File browser / FTP client / command line |
Recursive write permission on ~/sitemap.xml | File browser / FTP client / command line |
Can PrestaShop open external URLs? | php.in file (allow_url_fopen ) |
Is PHP’s «register global» option off? | php.ini file (register_globals ) |
Is GZIP compression activated? | .htaccess file |
Is the Mcrypt extension available? | php.ini file |
Is PHP’s «magic quotes» option deactivated? | php.ini file (magic_quotes_gpc ) |
Is the Dom extension loaded? | --enable-dom compile time option |
Is the PDO MySQL extension loaded? | php.ini file (extension=php_pdo_mysql.so ) |
Enjoyed reading this post?
Subscribe to the RSS feed and have all new posts delivered straight to you.
Subscribe to the RSS feed and have all new posts delivered straight to you.