Arrow Home arrow Forums
larger font smaller font default font Fixed screen resolution Auto adjust screen size

Joomlapolis Forums  


<< Start < Prev 1 2 3 Next > End >>
Configeration CGI Error
Date: 2006/06/24 20:38 By: GreenBoy Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 9
graphgraph
Hi

CB has installed ok and seems to be working fine except in the admin section that when i try to access Configurations I get the following error

CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers.

Any one got any ideas - or do I need to uninstall and try again?

Thanks
GreenBoy
If it dont look broke... say nothing!
Click here to see the profile of this user The topic has been locked.

Re:Configeration CGI Error
Date: 2006/07/03 19:28 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
Click here to see the profile of this user The topic has been locked.

Re:Configeration CGI Error
Date: 2006/08/26 15:22 By: schwimmbeck Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 4
graphgraph
SamBrown ... That was a hot trace for me.
On Windows 2000 / 2003 systems, Image Magick is not available in the most cases.

Your solution has not worked for me using the exact line numbers that you've provided.

I am using Communitybuilder 1.01.

In this version you have to ...

Backup the file first !

Remove :

Code:

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



from line 638.


Works !

Post edited by: schwimmbeck, at: 2006/08/26 15:24

Post edited by: schwimmbeck, at: 2006/08/26 15:25

Post edited by: schwimmbeck, at: 2006/08/26 15:25
Click here to see the profile of this user The topic has been locked.

Re:Configeration CGI Error
Date: 2006/08/26 16:23 By: GreenBoy Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 9
graphgraph
Thanks for the replies.. but i havent solved this - mainly because i cannot locate the file that you refer to, to make the change.

I have installed the lastest stable version and this error perisists.

Am I the only person with this issue?

Thanks agian for the help.

GreenBoy
If it dont look broke... say nothing!
Click here to see the profile of this user The topic has been locked.

Re:Configeration CGI Error
Date: 2006/10/14 08:19 By: Trad.inc Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 1
graphgraph
schwimmbeck wrote:
SamBrown ... That was a hot trace for me.
On Windows 2000 / 2003 systems, Image Magick is not available in the most cases.

Your solution has not worked for me using the exact line numbers that you've provided.

I am using Communitybuilder 1.01.

In this version you have to ...

Backup the file first !

Remove :

Code:

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



from line 638.


Works !

Post edited by: schwimmbeck, at: 2006/08/26 15:24

Post edited by: schwimmbeck, at: 2006/08/26 15:25<br><br>Post edited by: schwimmbeck, at: 2006/08/26 15:25


Thanks this work for me
Click here to see the profile of this user The topic has been locked.

Re:Configeration CGI Error
Date: 2006/10/14 15:14 By: beat Status: Admin  
Karma: 257  
Admin

Posts: 4215
graphgraph
Thanks for the hint.

Could someone please quickly create a cb bug artifact for this, so we don't forget about this ?
Beat - Developer on Community Builder core Team
- If you like CB and this forum, you will love Nick's CB 1.2 RC4 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.

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

Documentation

Documentation Subscription Service
(updated for CB 1.2 RC4)

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 RC4, native for Joomla 1.0, 1.5 and Mambo.
It is available as "thank you" to all CB documentation subscribers and now also to all registered joomlapolitans.

CB Login