This is a strange error on my prestashop 1.7.8.11
And it´s the first time i see it, its happend when i uppload a product image.
I have tryed to change the rights, with no luck.
4.jpg:
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title> Oops... looks like an unexpected error occurred.
</title>
<link rel="stylesheet" href="/pshop2com/admin123/themes/new-theme/public/theme.css?1.7.8.11" />
<link rel="icon" type="image/x-icon" href="/pshop2com/admin123/favicon.ico?1.7.8.11" />
</head>
<body>
<div class="container">
<div class="row mt-5">
<div class="col">
<div class="card">
<div class="card-body text-center">
<img class="img-responsive"
src="/pshop2com/admin123/themes/new-theme/img/error/500.svg?1.7.8.11"
alt="Oops... looks like an unexpected error occurred."
>
<div class="mt-3">
<p class="error-header">
Oops... looks like an unexpected error occurred.
</p>
<div class="mx-auto">
<p class="mb-0">The file "/tmp/phpxd3vhx" does not exist</p>
<p class="mb-0">[SymfonyComponentHttpFoundationFileExceptionFileNotFoundException 0]</p>
</div>
<div class="mt-4">
<form action="/pshop2com/admin123/index.php/errors/enable-debug-mode?_token=pR87ZN9-wQNaDK5DqnEK1GT3C0QGK4PtX-f0p_LN-Zg" method="post" class="d-inline">
<input type="hidden" name="_redirect_url" value="/pshop2com/admin123/index.php/sell/catalog/products/image/upload/27224?_token=pR87ZN9-wQNaDK5DqnEK1GT3C0QGK4PtX-f0p_LN-Zg">
<button class="btn btn-outline-secondary" type="submit">
Enable debug mode
</button>
</form>
<button class="btn btn-primary js-go-back-btn ml-3" type="button">
Back to previous page
</button>
</div>
<p class="mt-3">
<a href="https://docs.prestashop-project.org/1.7-documentation/user-guide/configuring-shop/advanced-parameters/performance#performance-debugmode" target="_blank">
Learn more about debug mode
<i class="material-icons">arrow_right_alt</i>
</a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="/pshop2com/admin123/themes/new-theme/public/error.bundle.js?1.7.8.11"></script>
</body>
</html>
And im really stuck right now.
Prestashop version 1.7.8.11
php version 7.3