Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
KostiantynSamusiev opened this issue Aug 10, 2024 · 4 comments

Comments

@KostiantynSamusiev
Copy link

Version

  • Carbon Fields:
  • WordPress:
  • PHP:

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
Copy link
Member

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

@georgeHtmlBurger
Copy link
Contributor

@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
Copy link
Author

ini_set('max_input_vars', 2000);

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

@KostiantynSamusiev
Copy link
Author

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants