NEW PROBLEM(error): very different from the others...
well not so diff, but strangly diff...
Code: Select all
Warning: getimagesize(): Unable to access _ysj28Dp7IP3_185.png in /usr/local/psa/home/vhosts/jayenne.com/httpdocs/include/inc_lib/imagick.convert.inc.php on line 68
notice than the file name in the error is.._ysj28Dp7IP3_185.png not a normal file name is it? previous errors have good file names and are solved with chmod 777 (mostly). This error is different and not fixed with a chmod 777 (all files and dirs are set to 777 for the moment.
I also notice the all my png's in the phpwcms_tmp sub dirs are in uppercase (.PNG) those in the content/images are in lowercase (.png) and those in phpwcms_filestorage/n are also in lowercase (.png)
- Why and would this make a *nix install fail somehow? (i'm gussing there is a function/process that defaults to uppercase)
I also notice that if i change the filename of the file that is throwing the thumbnail error form lowercase to uppercase within the phpwcms_filestorage/n from lowecase to UPPERCASE (or to any other letters completelty) I get a different error...
Code: Select all
no file for thumbnail creation exists
this indicates to me that the first error is actually finding the required file THEN failing somehow (this hints at a chmod issue but as i said, they are 777 (just thinking out loud here)).
I need all the help i can gete on this one please

thnkas in advance guys'n'gals