Warning: (Warning: getimagesize(

Please post all install related problems here. Visit this forum first for troubleshooting.
Post Reply
User avatar
pSouper
Posts: 1552
Joined: Tue 11. Nov 2003, 15:45
Location: London
Contact:

Warning: (Warning: getimagesize(

Post by pSouper »

hi guys,
I have uploaded an entire sitethat is fully working on my local server but once uploaded to a *nix system I'm getting a naughty error (weel thousands actually)...

Code: Select all

Warning: getimagesize(): Unable to access /usr/local/psa/home/vhosts/jayenne.com/httpdocs/phpwcms_tmp/thumb_preview/3_127_nJnynqH9Cq.PNG in /usr/local/psa/home/vhosts/jayenne.com/httpdocs/include/inc_front/content.article.inc.php on line 200
I am hoping someone could give me some pointers :)
I have set the chmod for all the files as mentioned in the phpwcms.de/docs/install..
but do not know how to check these new settings in dreamweaver. I'm using 'SITE chmod 777 phpwcms_ftp' to set the chmod but do not know the code to GET the chmod so that i may check it.
Last edited by pSouper on Fri 9. Apr 2004, 16:28, edited 1 time in total.
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post by frold »

its a GD problem I think... link to your phpinfo() plz
http://www.studmed.dk Portal for doctors and medical students in Denmark
User avatar
pSouper
Posts: 1552
Joined: Tue 11. Nov 2003, 15:45
Location: London
Contact:

Post by pSouper »

http://www.jayenne.com/include/inc_act/act_phpinfo.php

cheers Frold.
although it looks good to me :(
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post by frold »

I can not see that phpinfo thats why I asked for a new!!
http://www.studmed.dk Portal for doctors and medical students in Denmark
User avatar
pSouper
Posts: 1552
Joined: Tue 11. Nov 2003, 15:45
Location: London
Contact:

Post by pSouper »

:oops:
PHP Version 4.3.2

Deleted by frold.. to long post pal... :D Hope we fix it anyway it seems like that!!
User avatar
pSouper
Posts: 1552
Joined: Tue 11. Nov 2003, 15:45
Location: London
Contact:

Post by pSouper »

yeah we fixed it you dude - thanks for the help and thanks for deleting my phpinfo - you sneaky transvestite ;)
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post by frold »

what ever.. but I have still made more posts then you :D
http://www.studmed.dk Portal for doctors and medical students in Denmark
User avatar
pSouper
Posts: 1552
Joined: Tue 11. Nov 2003, 15:45
Location: London
Contact:

Post by pSouper »

I just came online to add to my post the follwing....

My problem was that I am stupid. While editing my thumbs/content images manually I was saving them with LOWERCASE extentions while the database had then stored in UPPERCASE. This problem is not a problem on a windows server so once I had uloaded t oa *nux box I was all confused (yet again).

I was also about to add that it was Super-hero frold to the rescue and that he truly deserved the one or two good thing I had called him in the past and NONE of the bad things I call him in MSN... but after reading his last post above I would like to change my plea to that of disgust that someone so smelly as this man could be associated with such a clean smelling and fragrant CSM as this. I may speak with 'The Haig' about him regarding 'crimes again a manity'
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post by frold »

pSouper wrote:I am stupid

I didn´t saying that :?
http://www.studmed.dk Portal for doctors and medical students in Denmark
User avatar
pSouper
Posts: 1552
Joined: Tue 11. Nov 2003, 15:45
Location: London
Contact:

Post by pSouper »

I
my, my frold what big I's you have, all the better to BITE me with ;)
User avatar
pSouper
Posts: 1552
Joined: Tue 11. Nov 2003, 15:45
Location: London
Contact:

Post by pSouper »

Ahaaa! while browsing another thread...
(http://www.phpwcms.de/forum/viewtopic.p ... 67&start=0)
i noticed this from FROLD an dit has made my day allready -it's onlt 10:12
Okay what to do Im really stupid!! (pSouper plz do not see this )
s oyou did say that after all ;)
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post by frold »

I was yesterday it is not counting today, LOL
http://www.studmed.dk Portal for doctors and medical students in Denmark
User avatar
pSouper
Posts: 1552
Joined: Tue 11. Nov 2003, 15:45
Location: London
Contact:

Post by pSouper »

hehe- I feel so very lonely again
User avatar
pSouper
Posts: 1552
Joined: Tue 11. Nov 2003, 15:45
Location: London
Contact:

Post by pSouper »

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.
  • Why this file name ?
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 :D
thnkas in advance guys'n'gals
Post Reply