v9x FIX Easy Import Products From v7.7.4

ibobo

Member
XNullUser
Joined
Jul 6, 2022
Messages
35
Reaction score
4
Points
8
NullCash
102
On prestashop 9 you'll have this error when you will try to upload a file.

Screenshot 2025-08-18 at 16.36.48.png


Here is the fix I used :

Upload to the racine of your folder /_upload_guard.php
Upload config/defines_custom.inc.php
Creat a folder on in the TMP folder of the root ex : /home/scfrfrf0/tmp/php_guard/

attached both files
 

Attachments

  • FIx_9_AllImport.zip
    4 KB · Views: 1

ibobo

Member
XNullUser
Joined
Jul 6, 2022
Messages
35
Reaction score
4
Points
8
NullCash
102
thank you, this is what I got now :
upload_tmp_dir = ''
session.save_path = '/opt/alt/php83/var/lib/php/session'
upload_max_filesize = '128M'
post_max_size = '128M'
max_execution_time = '300'
auto_prepend_file = ''

I tried with .init.ini custom php limites but didn't worked.
 

ibobo

Member
XNullUser
Joined
Jul 6, 2022
Messages
35
Reaction score
4
Points
8
NullCash
102
erase the cache in performance and try again
 

reynys

New member
XNullUser
Joined
Aug 19, 2025
Messages
2
Reaction score
0
Points
1
Location
Vilnius
NullCash
3
Retarded forum. Word. 33 characters. 33 characters. 33 characters. 33 characters. 33 characters.
 

dreeashy

Member
XNullUser
Joined
Apr 10, 2021
Messages
652
Reaction score
0
Points
16
Location
Izmir
NullCash
1,745
Thank you for making these PrestaShop modules available. They have enhanced my shop’s performance in significant ways.
 
Top