Hallo liebe Freunde!
Ich habe ein komisches Problem !
Für eine Bildverwaltung übergebe ich ein größeres Array an PHP via Post.
Auszug mit 82 Bildern funktioniert Problem los!:
Jetzt mit 83 Bilder:
Wie Ihr sehen könnt fehlt jetzt plötzlich ein Teil!
Am Client sind die Daten noch 100% vorhanden aber gehen irgendwie am Weg zum Server verloren!
Hat jemand eine Idee?
mfg
Julian Nischler
Ich habe ein komisches Problem !
Für eine Bildverwaltung übergebe ich ein größeres Array an PHP via Post.
Auszug mit 82 Bildern funktioniert Problem los!:
Code:
Array
(
[S] => be8bfb3ca443ab3addcbe2b7836c6c77a23b1080
[D] => cp
[ C] => content_publish
[M] => entry_form
[channel_id] => 14
[entry_id] => 443
[autosave_entry_id] => 0
[filter] =>
[XID] => 559e1a634fcad837c49e6736432f315cd9ca1376
[layout_preview] => 1
[title] => Revolution goes Nightrow Vol 5 - People
[entry_date] => 2011-12-08 16:06
[field_id_75] => Array
(
[key] => 1330197498
[images] => Array
(
[1] => Array
(
[title] => Img 9567
[url_title] => img-9567
[desc] =>
[category] =>
[cifield_1] =>
[cifield_2] =>
[cifield_3] =>
[cifield_4] =>
[cifield_5] =>
[imageid] => 3566
[filename] => img_9567.jpg
[cover] => 0
)
.......
[82] => Array
(
[title] => Desert
[url_title] => desert
[desc] =>
[category] =>
[cifield_1] =>
[cifield_2] =>
[cifield_3] =>
[cifield_4] =>
[cifield_5] =>
[imageid] => 0
[filename] => desert.jpg
[cover] => 0
)
)
)
[expiration_date] =>
[comment_expiration_date] =>
[pages__pages_uri] => /example/pages/uri/
[pages__pages_template_id] => 62
[url_title] => revolution_goes_nightrow_vol_5_-_people
[new_channel] => 14
[status] => closed
)
Jetzt mit 83 Bilder:
Code:
Array
(
[S] => be8bfb3ca443ab3addcbe2b7836c6c77a23b1080
[D] => cp
[ C] => content_publish
[M] => entry_form
[channel_id] => 14
[entry_id] => 443
[autosave_entry_id] => 0
[filter] =>
[XID] => 559e1a634fcad837c49e6736432f315cd9ca1376
[layout_preview] => 1
[title] => Revolution goes Nightrow Vol 5 - People
[entry_date] => 2011-12-08 16:06
[field_id_75] => Array
(
[key] => 1330197498
[images] => Array
(
[1] => Array
(
[title] => Img 9567
[url_title] => img-9567
[desc] =>
[category] =>
[cifield_1] =>
[cifield_2] =>
[cifield_3] =>
[cifield_4] =>
[cifield_5] =>
[imageid] => 3566
[filename] => img_9567.jpg
[cover] => 0
)
.......
[82] => Array
(
[title] => Desert
[url_title] => desert
[desc] =>
[category] =>
[cifield_1] =>
[cifield_2] =>
[cifield_3] =>
[cifield_4] =>
[cifield_5] =>
[imageid] => 0
[filename] => desert.jpg
[cover] => 0
)
[83] => Array
(
[title] => Desert
[url_title] => desert
[desc] =>
[category] =>
[cifield_1] =>
[cifield_2] =>
[cifield_3] =>
)
)
)
)
Wie Ihr sehen könnt fehlt jetzt plötzlich ein Teil!
Am Client sind die Daten noch 100% vorhanden aber gehen irgendwie am Weg zum Server verloren!
Hat jemand eine Idee?
mfg
Julian Nischler