Page 1 of 1

Cannot write to pid file

Posted: Fri 4. Mar 2022, 16:51
by MurphyDade
Hello everybody,
i have a problem that arises when i launch a cron of a prestashop module.

Cannot write to pid file /../../tmp/PidImportController.php.pid Program execution halted.

strangely on other servers this problem does not arise. what should i check or change ??

Thank you

Re: Cannot write to pid file  [SOLVED]

Posted: Sat 5. Mar 2022, 23:44
by MurphyDade
Hi, I was able to solve the problem.

The problem was the open_basedir configuration, i added the ##DOCROOT##:##DOCROOT##/www:##DOCROOT##/files:##DOCROOT##/tmp directive to the default configuration.

Good job and congratulations for the excellent panel.