forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 upload => Topic started by: alyandajfan on July 22, 2007, 09:40:28 pm

Title: uploading problem
Post by: alyandajfan on July 22, 2007, 09:40:28 pm

Fatal error: Allowed memory size of 62914560 bytes exhausted (tried to allocate 11648 bytes) in /home/alyandaj/domains/alyandajfan.net/public_html/photos/include/picmgmt.inc.php on line 262


that is my error...i tried doing the trouble shooting at the top with the same problem but i couldn't find the resources list and what wsa udner it when i was trying to find it.


USER:
------------------
Array
(
    [ID] => 9f3db21bc72d7ec6ec9174a9243e15d2
    [am] => 1
    [lang] => english
    [liv] => Array
        (
            [lap] => 2
)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 1
    [user_name] => Admin
    [groups] => Array
        (
           
        )

    [disk_max] => 0
    [disk_min] => 0
    [can_rate_pictures] => 1
    [can_send_ecards] => 1
    [ufc_max] => 3
    [ufc_min] => 3
    [custom_user_upload] => 0
    [num_file_upload] => 5
    [num_URI_upload] => 3
    [can_post_comments] => 1
    [can_upload_pictures] => 1
    [can_create_albums] => 1
    [has_admin_access] => 1
    [pub_upl_need_approval] => 0
    [priv_upl_need_approval] => 0
    [group_name] => Administrators
    [upload_form_config] => 3
    [group_quota] => 0
    [can_see_all_albums] => 1
    [group_id] => 1
)

==========================
Queries:
------------------
Array
(
   
Title: Re: uploading problem
Post by: alyandajfan on July 23, 2007, 01:57:58 am
this is line 262

                $src_img = imagecreatefromjpeg($src_file);

sorry i dont know how to edit on SMF
Title: Re: uploading problem
Post by: Joachim Müller on July 23, 2007, 06:24:38 am
Fatal error: Allowed memory size of 62914560 bytes exhausted (tried to allocate 11648 bytes) in /home/alyandaj/domains/alyandajfan.net/public_html/photos/include/picmgmt.inc.php on line 262
Sticky thread on this board: Trouble-shooting the upload process > Fatal error: Allowed memory size of X bytes exhausted (http://forum.coppermine-gallery.net/index.php?topic=24088.msg110690#msg110690)

Everything you need to know is in that posting, including alternatives if you can't modify php.ini settings.