Shab Souri Posted June 6 Share Posted June 6 Hi I have many error with lines, which I couldn't find solution to solve this issue. I hope anyone can help me to fix it. Link to comment Share on other sites More sharing options...
Andrei H Posted June 7 Share Posted June 7 (edited) Hello, This specific error is related to the fact that your PrestaShop version is not compatible with PHP 8.2 as shown here. Starting with PHP 8.2, setting properties dynamically results in a warning. Downgrading to PHP 8.1 should fix all of these errors. Edited June 7 by Andrei H Updated the link (see edit history) Link to comment Share on other sites More sharing options...
Shab Souri Posted June 7 Author Share Posted June 7 After I downgraded to PHP 8.1, it happened to worse. First it happened, when it said ''PHP is already started'', then it came like ''Notice: tempnam(): file created in the system's temporary directory'' Link to comment Share on other sites More sharing options...
Andrei H Posted June 7 Share Posted June 7 (edited) Hello, From what I can see in other topics / GitHub issues, this error relates to incorrect permissions to the var directory or to the fact that you might have reached the file limit supported by the hosting server. You should check some of them: here, here, here or here Also, you should not share screenshots that showcase the admin link in them, for security reasons. You should change that URL (the adminxxxxx part). Edited June 8 by Andrei H (see edit history) 1 Link to comment Share on other sites More sharing options...
Shab Souri Posted June 8 Author Share Posted June 8 After I downgraded and worked fine, it happened somethings wrong like add any new image, and I can't fix it. Link to comment Share on other sites More sharing options...
Shab Souri Posted June 9 Author Share Posted June 9 Hello @Andrei H I didn't hear anything from you yet after I attached the screenshot. Link to comment Share on other sites More sharing options...
Andrei H Posted June 12 Share Posted June 12 Hello, The error is pretty much self explanatory. Your php.ini seems to be missing some configurations. You should reach out to your hosting provider and ask the to configure the php.ini for PHP 8.1 similarly to how they configured it for PHP 8.2 Also, this thread on the forum might be helpful too. 1 Link to comment Share on other sites More sharing options...
El Patron Posted June 14 Share Posted June 14 On 6/9/2025 at 2:04 PM, Shab Souri said: Hello @Andrei H I didn't hear anything from you yet after I attached the screenshot. and you did not respond to @Andrei H previous post about permissions. Did you follow their advices? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now