|
You can increase your php memory to 32 or 40 if you wish. Now your photopost images are located in the data folder not uploads. You can clear your uploads folder. You can increase your memory in php as noted and I would suggest more reasonable max image height width statements in upload options like 800-1200. As far as max file allowed to upload that can be no more than your php max filesize which is usually 2mb which would be 2048 so 50000 is way too high.
|