so i contacted godaddy and this was their reponse
QUOTE
Dear Ahmed,
Both errors that you have presented indicate that you are utilizing too many resources when working on your site.
How big are these pictures that you are attempting to upload? The notes from the other technicians indicate they are able to upload pictures up to 2.5mb in size without issue. This should be about as big of a picture as you would want to put on a website. Larger images than this will cause the site to load slowly when visitors visit the site.
There are a few different ways to tackle this. While continuing to increase memory limits may eventually get this to a working point, it's not going to be the recommended path to ensure you have an efficiently loading site.
I recommend running your images through a compression utility like
http://www.smushit.com/ysmush.it/
That should reduce the size of the images (I recommend this for any image on your site actually)
If you wish to pursue the memory limit settings, then I would suggest increasing the following settings inside your php5.ini in addition to your memory_limit.
upload_max_filesize = 20M (or big enough to accommodate your picture)
post_max_size = 20M (or big enough to accommodate your picture and the rest of the post)
Also, if further troubleshooting is required, please include your pin in your response so that we can successfully access your account.
Regards,
Chris H.
Professional Hosting Support
UNQUOTE
I did exactly as above, still same error message
any suggestions?