htmlburger / carbon-fields

WordPress Custom Fields Library ✨
https://carbonfields.net/
Other
1.4k stars 246 forks source link

Carbon Fields image gallery issue (can`t upload more that 954 images) #1247

Open KostiantynSamusiev opened 3 months ago

KostiantynSamusiev commented 3 months ago

Version

Expected Behavior

I need download more that 1000 images

Actual Behavior

Now I have problem, I cant upload more that 953 images, why ?

Screenshot 2024-08-10 at 12 05 00
emohamed commented 3 months ago

@KostiantynSamusiev Are there any errors in the console? Also, does the problem occur when selecting attachments, or when saving them?

georgeHtmlBurger commented 3 months ago

@KostiantynSamusiev can you try adding the following to your theme's functions.php file:

ini_set('max_input_vars', 2000);

and let us know if this allows for up to 1954 images?

KostiantynSamusiev commented 3 months ago
ini_set('max_input_vars', 2000);

I add it fucntion.php, its doesn't help me. Max number of upload images - 954 :(

KostiantynSamusiev commented 3 months ago

@KostiantynSamusiev Are there any errors in the console? Also, does the problem occur when selecting attachments, or when saving them?

No any errors, no any issues … it’s seems some limited of upload images… I’m trying fix it with hosting, but no any good news yet