File uploading/thumbnail problem

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
registeringsucks
Posts: 9
Joined: Mon 9. Aug 2004, 19:51

ImageMagick problems

Post by registeringsucks »

I sent an email to info@phpwcms.de that has some images and some screen captures of my system. I hope this helps because I'm stumped!
User avatar
Oliver Georgi
Site Admin
Posts: 9907
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

yes - I got it - and - I have same error. Also with images I had converted earlier. I check that right now.

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
User avatar
Oliver Georgi
Site Admin
Posts: 9907
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

OK,

I really don't know why - but on Windows you have to set the path for ImageMagick in conf.inc.php like

Code: Select all

$phpwcms["imagick_path"] = 'C:\ImageMagick';
When using ImageMagick 4.2.9 on the same machine - not neccessary. It works also without setting the path (ImageMagick path is registered in Windows PATH var.

Maybe this has to do with Windows XP ServicePack 2.

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
registeringsucks
Posts: 9
Joined: Mon 9. Aug 2004, 19:51

ImageMagick problems

Post by registeringsucks »

that's the way I have the path to ImageMagick specified in the config.
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

Probably the changes in v6 command line ordering have something to do with this?

http://www.cit.gu.edu.au/~anthony/graph ... 6/cmdline/
User avatar
Oliver Georgi
Site Admin
Posts: 9907
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

not really (I think) - I have tested with 5.5.7-10 and exactly the same.

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
registeringsucks
Posts: 9
Joined: Mon 9. Aug 2004, 19:51

imagemagick problems

Post by registeringsucks »

The article that DeXXus quoted says versions PREVIOUS to v6 command line is different. It might be the issue, but I'm not sure why some thumbnails work and some don't.
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

Oliver Georgi wrote:not really (I think) - I have tested with 5.5.7-10 and exactly the same.

Oliver
You are correct. I hadn't created any thumbnails since before upgrading to 1.1-RC4_2004-06-22.

After trying 6.0.4, and experiencing the problem... non-displayable image (thumbnail only - linked image is okay), I went back to 5.5.7 and am experiencing the same symptom that 6.0.4 produces... non-displayable image (thumbnail only - linked image is okay).
User avatar
Oliver Georgi
Site Admin
Posts: 9907
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

I think it has to do with XP SP2 - before installing this - on Monday evening - It has worked for 2 years ;-)

Maybe there are some incompatibilities but which...? But we have found a workaround...

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

My symptom is present on Windows 98SE, too. It seems like the path that PHP reports will always override the setting in "config.inc.php"?

So, having -both- installed and just changing the "config.inc.php" line still allows 6.0.4 to be seen and used first. Does that sound right?

I even renamed 5.5.7 directory to 6.0.4 and tried with same effect. I'm in a time crunch and haven't tried fresh re-installs, but will, to see what gives.
registeringsucks
Posts: 9
Joined: Mon 9. Aug 2004, 19:51

ImageMagick problems

Post by registeringsucks »

I guess no one has come up with a solution for this. Is there anything else I can try?
registeringsucks
Posts: 9
Joined: Mon 9. Aug 2004, 19:51

ImageMagick problems

Post by registeringsucks »

You mention XP service pack 2, but my machine is at service pack 1. It doesn't sound like that is the issue.
Post Reply