CB Joomla 1.0.7 - CGI Error

18 years 3 weeks ago #10609 by beat
Replied by beat on topic Re:CB Joomla 1.0.7 - CGI Error
radial wrote:

Anybody found a solution to this issue?

Thanks


Maybe if you or somebody PM me admin-account (with write access to the CB php files) to a system with the problem, I can look into it, as I'm not able to reproduce or track the problem here.

Beat - Community Builder Team Member

Before posting on forums: Read FAQ thoroughly -- Help us spend more time coding by helping others in this forum, many thanks :)
CB links: Our membership - CBSubs - Templates - Hosting - Forge - Send me a Private Message (PM) only for private/confidential info

Please Log in to join the conversation.

18 years 2 weeks ago #11124 by Sietze
Replied by Sietze on topic Re:CB Joomla 1.0.7 - CGI Error
[edited by beat: gotten site, user & password: removed for security reason]

Post edited by: beat, at: 2006/04/28 01:14

Please Log in to join the conversation.

17 years 10 months ago #16425 by SamBrown
Replied by SamBrown on topic Re:CB Joomla 1.0.7 - CGI Error
Hi

Here is the solution for this problem.... It works for me !!! Sorry for my english... I'm better in german... ;-)

============================================================

The problem is, how the Community Builder recognize the existence of Imagemagick on the server.

The call "exec('convert -version', $output, $status);"
tries to load the programm convert.exe of Imagemagick...

But in Windows exists a systemfile convert.exe and this file will be loaded instead of convert.exe of Imagemagick.

This is the reason, why in the backend module the configuration is not shown.

I think this is a designing issue and should be corrected in future versions. Then the CB runs also under Windows environment.

To resolve the problem you have to edit the line 626 (in older version line 619) of the file administrator\components\com_comprofiler\imgToolbox.class.php

from

[code:1]"exec('convert -version', $output, $status);" [/code:1]
to

[code:1]"exec('c:\php\imagemagick\convert -version', $output, $status);"[/code:1]

if on your server ImageMagick is installed under c:\php\imagemagick\

=========================================================

Good Luck

Sam B)

Post edited by: SamBrown, at: 2006/07/03 13:26

Post edited by: SamBrown, at: 2006/07/03 13:27

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.410 seconds

Facebook Twitter LinkedIn