Score:0

Prestashop php.ini wrong parameters

pe flag

I installed LAMP on Contabo's VPS. I made changes to the php.ini file as required:

marcin@vmi11:~$ php -i |grep "php.ini"
Configuration File (php.ini) Path => /etc/php/8.1/cli
Loaded Configuration File => /etc/php/8.1/cli/php.ini

PHP.INI:

; Maximum amount of memory a script may consume
; https://php.net/memory-limit
memory_limit = 256M

I used this file.Prestashop doesn't see it: php_presta_shop_info

Any idea?

Score:0
jp flag
Dan

You are editing the wrong php.ini file.

The /etc/php/8.1/cli/php.ini file is loaded when running PHP on the command line.

If you want to update PHP configurations for your webserver, you need to edit /etc/php/8.1/fpm/php.ini. It may also be under an apache2 folder /etc/php/8.1/apache2/php.ini.

I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.