For some strange reason I'm having a problem with albums containing over 64 images - once I add the 65th I'm unable to edit the sort order or save any changes (titles/descriptions) when I click on Save on the Edit Album page. This particular install is hosted on a Small Orange. I have several Dreamhost installs that don't have this problem. Any ideas? I'm guessing it might have something to do with MYSQL, but I don't even know where to begin looking if that's the case.
Thanks for any help!
Comments
To start, I'm guessing there's a limit somewhere, yeah. Ask a small orange if they have any limits on PHP array sizes, or on resultsets from MySQL.
Also, I'd love to see the output of a `phpinfo();` attached to that bug. Also elaborate on what you mean by "stops working" -- what exactly happens? Thanks!
I'll look into the small orange side of things. I have a feeling the problem might lie with them. I just setup a stock install with no tweaks, no url rewrites, etc. on a brand new database and I have the same problem.
The PHP info for my server can be viewed here - http://colleen.asmallorange.com/phpinfo.php
Thanks again!
`suhosin.request.max_array_index_length 64 64`
Either ask your host to disable this weird extension, or to increase that to... well... the maximum number of images you'd want in an album...
Submitting this to Trac would still help me greatly if you could do that. Thanks!