well the error your describing as I posted a few times seemed to suggest the file is not making it to the classifieds to process which is what I focused on.
Now if your server allows larger files and your file is over the php limit in upload options you should indeed get a message. I just tried on my site and I get a message.
This is the code in uploadproduct.php
Code:
Content visible to verified customers only.
It shows that if the filesize is smaller than the server limit so we can process it yet we stat it and it is larger than the setting you put in upload options for the max php filesize you will get a message and the upload process dies.
Code:
Content visible to verified customers only.
That is the message phrase I am referring to and that message with the image name is the message I got on my site.
we can only issue an error if the image gets to our code to process any such error. If your process is timeing out that seems to indicate some server timeout which is essentially restarting your script on the server and would explain your behavior. Now obviously I have not seen your site or been given information to look into it so I can only respond based on the information given here.
Your server error logs might give more indication of what might be an issue as well.