|
Well lets break this down
Fatal error: Allowed memory size of 25165824 bytes exhausted (tried to allocate 10240 bytes) in /home/virtual/site1/fst/var/www/html/image-inc.php on line 84 Note much you can do there but maybe put this line in bulkupload.php to give PHP more memory or limit filesizes a bit
ini_set("memory_limit", "32M");
Warning: imagesx(): supplied argument is not a valid Image resource in /home/virtual/site1/fst/var/www/html/image-inc.php on line 191
Warning: imagesy(): supplied argument is not a valid Image resource in /home/virtual/site1/fst/var/www/html/image-inc.php on line 192
Warning: imagecopy(): supplied argument is not a valid Image resource in /home/virtual/site1/fst/var/www/html/image-inc.php on line 194
Warning: imagedestroy(): supplied argument is not a valid Image resource in /home/virtual/site1/fst/var/www/html/image-inc.php on line 198 Well your trying to do watermarking but more than likely in watermark options do not have the server path to the watermark image correct or the image is missing or the wrong type. It must be a 24bit png image
Sorry, you don't have permission to upload photos. Well I would have to simply state one of two things
1. in usergroup permissions you have set his usergroup to no uploads
or
2. You have not refreshed your usergroups and he belongs to a special usergroup that Photopost does not know about |