Arrow 
larger font smaller font default font Fixed screen resolution Auto adjust screen size

Joomlapolis Forums  


<< Start < Prev 1 2 Next > End >>
Re:CB Joomla 1.0.7 - CGI Error
Date: 2006/04/19 19:26 By: beat Status: Admin  
Karma: 244  
Admin

Posts: 4066
graphgraph
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 - Developer on Community Builder core Team
- If you like CB and this forum, you will love Nick's CB 1.1 reference manual ! : Click here to Get it now
- Would like to help us move faster ? Get it, and/or help us spend more time coding by helping others in this forum, many thanks
Click here to see the profile of this user The topic has been locked.

Re:CB Joomla 1.0.7 - CGI Error
Date: 2006/04/28 07:07 By: Sietze Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 1
graphgraph
[edited by beat: gotten site, user & password: removed for security reason]

Post edited by: beat, at: 2006/04/28 01:14
Click here to see the profile of this user The topic has been locked.

Re:CB Joomla 1.0.7 - CGI Error
Date: 2006/07/03 19:24 By: SamBrown Status: CB Doc subscriber  
Karma: 0  
Fresh Joomlapolitan

Posts: 4
graphgraph
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 administratorcomponentscom_comprofilerimgToolbox.class.php

from

Code:

 "exec('convert -version', $output, $status);" 


to

Code:

 "exec('c:\php\imagemagick\convert -version', $output, $status);"



if on your server ImageMagick is installed under c:phpimagemagick

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

Good Luck

Sam

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

Post edited by: SamBrown, at: 2006/07/03 13:27
Click here to see the profile of this user The topic has been locked.

<< Start < Prev 1 2 Next > End >>

Documentation

Documentation Subscription Service
(updated for CB 1.2 RC2)

What?

Why?

Where?

Just click here for answers!

Click here for a yearly subscription: subscribe now

Download Latest Release

The latest stable Community Builder Release is version 1.1 for Joomla 1.0 and Mambo.
You need to be a registered member of Joomlapolis to download.

The latest release candidate of Community Builder is version 1.2 RC3, native for Joomla 1.0, 1.5 and Mambo.
It is available as "thank you" to all CB documentation subscribers at this time.

CB Login