Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Our Archives > General Archives > Servers > Running ikonboard with apache

 
Running ikonboard with apache
Thread Tools
Mac Elite
Join Date: Aug 2001
Location: Australia
Status: Offline
May 27, 2002, 10:46 PM
 
Well I have downloaded ikonboard (no other board types worked) only to find this one does not work too.

I have done every thing I can think s, put absolutly everythihng in every correct place.

But no matter what I do it says

</font><blockquote><font size="1" face="Geneva, Verdana, Arial, sans-serif">quote:</font><hr /><font size="1" face="Geneva, Verdana, Arial, sans-serif"> Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@snipsnip and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log. </font><hr /></blockquote><font size="1" face="Geneva, Verdana, Arial, sans-serif">I have tryed other scripts and they work. but no mater what I do here nothing works!!!

Any ideas?

Also the error in the error log is

[Wed May 29 00:02:02 2002] [error] [client 127.0.0.1] malformed header from script. Bad header=bootstrap_look_up() failed (ip: /Library/WebServer/CGI-Executables/installer.cgi

<small>[ 05-29-2002, 03:52 PM: Message edited by: IUJHJSDHE ]</small>
     
Mac Elite
Join Date: Aug 2001
Location: Australia
Status: Offline
May 29, 2002, 02:53 PM
 
*BUMP*

I knew I should of not posted this in the server forum when I want help soon <img border="0" alt="[Skeptical]" title="" src="graemlins/bugeye.gif" />
     
Occasionally Useful
Join Date: Jun 2001
Location: Liverpool, UK
Status: Offline
May 29, 2002, 03:10 PM
 
my guess is that your line breaks are wrong. i'm i'm right, then each script will have macintosh line breaks, as opposed to unix line breaks. this will cause errors, as the script will be interpretted something like this:
</font><blockquote><font size="1" face="Geneva, Verdana, Arial, sans-serif">code:</font><hr /><pre style="font-size:x-small; font-family: monospace;">
use•CGI::Carp•&quot;fatalsToBrowser&quot;; •••••••••# Output errors to browser
use•CGI•qw(:standard);••••••••••••••••••••••# Saves loads of work
$CGI:OST_MAX=1024 * 150;•••••••••••••# limit post data
$CGI:ISABLE_UPLOADS•=•1;••••••••••••# Disable uploads
$CGI::HEADERS_ONCE•=•1;••••••••••••••• # Kill redundant headers
</pre><hr /></blockquote><font size="1" face="Geneva, Verdana, Arial, sans-serif">instead of:
</font><blockquote><font size="1" face="Geneva, Verdana, Arial, sans-serif">code:</font><hr /><pre style="font-size:x-small; font-family: monospace;">
use CGI::Carp &quot;fatalsToBrowser&quot;; # Output errors to browser
use CGI qw(:standard); # Saves loads of work
$CGI:OST_MAX=1024 * 150; # limit post data
$CGI:ISABLE_UPLOADS = 1; # Disable uploads
$CGI::HEADERS_ONCE = 1; # Kill redundant headers
</pre><hr /></blockquote><font size="1" face="Geneva, Verdana, Arial, sans-serif">to fix this, either:
1. use BBE to Save As, with the option of Unix Line Breaks,
2. type the following in Terminal, then drop your files on it a few at a time:
</font><blockquote><font size="1" face="Geneva, Verdana, Arial, sans-serif">code:</font><hr /><pre style="font-size:x-small; font-family: monospace;">perl -pi -e 's/\r\n?/\n/g' </pre><hr /></blockquote><font size="1" face="Geneva, Verdana, Arial, sans-serif">3. grab an app from versiontracker that changes line breaks. i can't remember the name of the app though, sorry

i hope that solves your troubles, but feel free to ask any other questions you have about ikonboard. is it iB2, or iB3?
"Have sharp knives. Be creative. Cook to music" ~ maxelson
     
Mac Elite
Join Date: Aug 2001
Location: Australia
Status: Offline
May 29, 2002, 03:53 PM
 
I tryed typing perl -pi -e 's/\r\n?/\n/g' and then entering each file.

then I tryed perl -pi -e 's/\r\n?/\n/g' and the file name next to it.

but in any case I don't think thats the problem, and it dident seem to change much

Oh also it's iB3

<small>[ 05-29-2002, 05:00 PM: Message edited by: IUJHJSDHE ]</small>
     
Occasionally Useful
Join Date: Jun 2001
Location: Liverpool, UK
Status: Offline
May 29, 2002, 04:02 PM
 
i assume you pressed Return too? <img border="0" title="" alt="[Wink]" src="wink.gif" />

trust me, i've had to do this myself on numerous scripts i've downloaded. if you don't already have it installed, download yourself a copy of BBE Lite (or the full version, if you "find" it). open a script, have invisibles turned on and see what the spaces and line ends look like.

the line break app that i mentioned is <a href="http://www.versiontracker.com/moreinfo.fcgi?id=13491&db=mac" target="_blank">here</a>
"Have sharp knives. Be creative. Cook to music" ~ maxelson
     
Occasionally Useful
Join Date: Jun 2001
Location: Liverpool, UK
Status: Offline
May 29, 2002, 04:07 PM
 
</font><blockquote><font size="1" face="Geneva, Verdana, Arial, sans-serif">quote:</font><hr /><font size="1" face="Geneva, Verdana, Arial, sans-serif">Originally posted by IUJHJSDHE:
<strong>Oh also it's iB3</strong></font><hr /></blockquote><font size="1" face="Geneva, Verdana, Arial, sans-serif">hmm, i'm not sure that one works with a standard install. i had to crank Terminal and download some modules from cpan before i had any joy with that one. i think the fault lies with DBI.pm not being part of Apache, but don't quote me on that

how familiar are you with Terminal?
"Have sharp knives. Be creative. Cook to music" ~ maxelson
     
Mac Elite
Join Date: Aug 2001
Location: Australia
Status: Offline
May 29, 2002, 04:18 PM
 
</font><blockquote><font size="1" face="Geneva, Verdana, Arial, sans-serif">quote:</font><hr /><font size="1" face="Geneva, Verdana, Arial, sans-serif">Originally posted by philzilla:
<strong> </font><blockquote><font size="1" face="Geneva, Verdana, Arial, sans-serif">quote:</font><hr /><font size="1" face="Geneva, Verdana, Arial, sans-serif">Originally posted by IUJHJSDHE:
<strong>Oh also it's iB3</strong></font><hr /></blockquote><font size="1" face="Geneva, Verdana, Arial, sans-serif">hmm, i'm not sure that one works with a standard install. i had to crank Terminal and download some modules from cpan before i had any joy with that one. i think the fault lies with DBI.pm not being part of Apache, but don't quote me on that

how familiar are you with Terminal?</strong></font><hr /></blockquote><font size="1" face="Geneva, Verdana, Arial, sans-serif">Pritty familiar

Hmm, were do I get this module for apache, I never goto cpan

Do you have a link?

Also I just tryed the program, it dident help <img border="0" title="" alt="[Frown]" src="frown.gif" />

<small>[ 05-29-2002, 05:27 PM: Message edited by: IUJHJSDHE ]</small>
     
Occasionally Useful
Join Date: Jun 2001
Location: Liverpool, UK
Status: Offline
May 29, 2002, 04:47 PM
 
open terminal and su:

perl -MCPAN -e shell will connect you to cpan. read the instructions, mess about with the settings a bit, then it will probably tell you there's a new cpan bundle, so...

install Bundle::CPAN should install that for you

install Net::FTP might be required, i dunno

install DBI is the one you need for iB3

install Bundle::LWP is handy for some other stuff, while you're there <img border="0" title="" alt="[Wink]" src="wink.gif" />

to quit, type quit

i hope that's easy enough to follow and you've got Dev Tools installed.

again, shout me if you have problems and i will try and answer questions. anybody else reading this is free to point out better ways, or any errors i've made!
"Have sharp knives. Be creative. Cook to music" ~ maxelson
     
Mac Elite
Join Date: Aug 2001
Location: Australia
Status: Offline
May 29, 2002, 05:17 PM
 
</font><blockquote><font size="1" face="Geneva, Verdana, Arial, sans-serif">quote:</font><hr /><font size="1" face="Geneva, Verdana, Arial, sans-serif">Originally posted by philzilla:
<strong>open terminal and su:

perl -MCPAN -e shell will connect you to cpan. read the instructions, mess about with the settings a bit, then it will probably tell you there's a new cpan bundle, so...

install Bundle::CPAN should install that for you

install Net::FTP might be required, i dunno

install DBI is the one you need for iB3

install Bundle::LWP is handy for some other stuff, while you're there <img border="0" title="" alt="[Wink]" src="wink.gif" />

to quit, type quit

i hope that's easy enough to follow and you've got Dev Tools installed.

again, shout me if you have problems and i will try and answer questions. anybody else reading this is free to point out better ways, or any errors i've made! </strong></font><hr /></blockquote><font size="1" face="Geneva, Verdana, Arial, sans-serif">Well I am going thought installing that, it's going on forever.
Well I will edit this once it's done to see it it worked
     
Occasionally Useful
Join Date: Jun 2001
Location: Liverpool, UK
Status: Offline
May 29, 2002, 06:04 PM
 
if you can tell me exactly what you do, from unstuffing the file onwards, that might help too
"Have sharp knives. Be creative. Cook to music" ~ maxelson
     
Mac Elite
Join Date: Aug 2001
Location: Australia
Status: Offline
May 29, 2002, 07:18 PM
 
Hehe, sorry took so long to get back to ya, was setting up IKONBOARD!!

Thank you so much!

Downloading the module fixed everything!
     
Occasionally Useful
Join Date: Jun 2001
Location: Liverpool, UK
Status: Offline
May 29, 2002, 07:23 PM
 
hey, no need for Sorry, just glad i could help!

shame on all those people who've called me names in the past, huh? <img border="0" title="" alt="[Wink]" src="wink.gif" />
"Have sharp knives. Be creative. Cook to music" ~ maxelson
     
Mac Elite
Join Date: Aug 2001
Location: Australia
Status: Offline
May 29, 2002, 07:31 PM
 
</font><blockquote><font size="1" face="Geneva, Verdana, Arial, sans-serif">quote:</font><hr /><font size="1" face="Geneva, Verdana, Arial, sans-serif">Originally posted by philzilla:
<strong>hey, no need for Sorry, just glad i could help!

shame on all those people who've called me names in the past, huh? <img border="0" title="" alt="[Wink]" src="wink.gif" /> </strong></font><hr /></blockquote><font size="1" face="Geneva, Verdana, Arial, sans-serif">I'll call you a name <img border="0" title="" alt="[Wink]" src="wink.gif" />

YOU RULE!!!
     
 
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 03:59 PM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2