Trying to upload images into Magento CE 1.6.2.0 & Magento is preventing me from uploading the images. The images are greater than 2MB. How do I fix this issue? When the file format is changed to .gif the picture quality diminishes. Urgently need help from Magento programmer who knows try this is happening. Thxs
Maybe this page solves your problem: http://php.net/manual/en/features.file-upload.php Sometimes your hosting provider may prevent you from changing those values, in that case you have no other option but to change your hosting provider.
Turns out my hosting provider had to change server PHP settings. So I'm checking now to see if I can upload my images. I actually like my hosting provider. Urgently need help now from experience developer my hosting provider changed the server PHP settings and my developer went tried to upload images & he informed of got this error Exception printing is disabled by default for security reasons. Error log record number: 1281672829518 everything on my site disappeared
Check the /var/report folder in your Magento installation directory. All the errors are logged in there. You should look for the file with the same name and open the error file with text some sort of text editor in order to see what the error is. The message inside this file may be a little cryptic if you are not a developer.
I don't know what this means; The PDO extension is required for this adapter but the extension is not loaded, I have several extensions installed but don't know exactly which one is throwing the error.
This is again the problem for the hosting provider. It is probably PDO-MySQLi adapter, which is required.
Thank you this put me in right direction. I have gotten my site back the way it originally was before I experience that horrible "hair-pulling" ordeal. The hosting provider had to enable PDO in PHP.