Import CSV 50 MO
- Stéphane CARREY
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
5 years 9 months ago #7204
by Stéphane CARREY
Import CSV 50 MO was created by Stéphane CARREY
Bonjour, j'ai testé l'export des article joomla qui à généré un fichier CSV de 55 MO avec succès
J'ai testé l'import du même fichier mais sans succès. J'ai configuré le max exe time sur -1 et le upload limite sur 60 MO
Quel peut-être le problème ?
Hello, I tested the export joomla article that generated a successful 55 MB CSV file
I tested the import of the same file but without success. I set the max exe time to -1 and upload limit to 60 MB
What can be the problem ?
J'ai testé l'import du même fichier mais sans succès. J'ai configuré le max exe time sur -1 et le upload limite sur 60 MO
Quel peut-être le problème ?
Hello, I tested the export joomla article that generated a successful 55 MB CSV file
I tested the import of the same file but without success. I set the max exe time to -1 and upload limit to 60 MB
What can be the problem ?
Please Log in to join the conversation.
5 years 9 months ago #7205
by Daniel
Replied by Daniel on topic Import CSV 50 MO
Hi Carrey,
Hope you are doing good!
Please make change on your server file php.ini as per below mentioned.
;Maximum amount of memory a script may consume
memory_limit = 60M ;
Maximum size of POST data that PHP will accept.
post_max_size = 60M;
Maximum allowed size for uploaded files.
upload_max_filesize = 60M
Thanks & Regards
Daniel
Hope you are doing good!
Please make change on your server file php.ini as per below mentioned.
;Maximum amount of memory a script may consume
memory_limit = 60M ;
Maximum size of POST data that PHP will accept.
post_max_size = 60M;
Maximum allowed size for uploaded files.
upload_max_filesize = 60M
Thanks & Regards
Daniel
Please Log in to join the conversation.
- Stéphane CARREY
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
5 years 9 months ago #7208
by Stéphane CARREY
Replied by Stéphane CARREY on topic Import CSV 50 MO
Bonjour j'ai configuré des valeurs déjà nettement supérieures et sans succès ( voir piece-jointe)
J'ai réglé mon php ini sur le serveur avec les mêmes valeurs
Cordialement,
Hello I have configured values that are already significantly higher and without success (see attachment)
I set my php ini on the server with the same values
Regards,
J'ai réglé mon php ini sur le serveur avec les mêmes valeurs
Cordialement,
Hello I have configured values that are already significantly higher and without success (see attachment)
I set my php ini on the server with the same values
Regards,
Please Log in to join the conversation.
5 years 9 months ago #7214
by Daniel
Replied by Daniel on topic Import CSV 50 MO
Hi Stephane,
Hope you are doing well!
Can you please share the error or warning message which you are getting while uploading 40 MB CSV file in vData?
Please feel free to revert back in case of any query.
Best Regards
Hope you are doing well!
Can you please share the error or warning message which you are getting while uploading 40 MB CSV file in vData?
Please feel free to revert back in case of any query.
Best Regards
Please Log in to join the conversation.