LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-20-2003, 03:58 PM   #1
joesbox
Member
 
Registered: Feb 2003
Location: hampton va
Distribution: ubuntu
Posts: 502

Rep: Reputation: 30
i am looking for testers and feedback on my project.


true testers and real feed back only please.

here is my project site.
http://members.cox.net/joes_box/

the program is a perl/cgi script that runs on *nix only as of now but i am looking to port to windows soon. This program is a Journal (hense the name, Journal 0.1.0) that allows you to keep a daily log of your thoughts.

let me know what you think.
 
Old 10-20-2003, 04:04 PM   #2
green_dragon37
Member
 
Registered: Oct 2002
Location: Lower Alabama
Distribution: Slackware, OpenBSD 3.9
Posts: 344

Rep: Reputation: 31
It's kinda hard to download:

"The requested URL /joes_box/journal_0.1.0.zip was not found on this server."

Ian

Last edited by green_dragon37; 10-20-2003 at 04:13 PM.
 
Old 10-20-2003, 04:14 PM   #3
joesbox
Member
 
Registered: Feb 2003
Location: hampton va
Distribution: ubuntu
Posts: 502

Original Poster
Rep: Reputation: 30
sorry about that the site had a misspelling.
 
Old 10-20-2003, 04:25 PM   #4
green_dragon37
Member
 
Registered: Oct 2002
Location: Lower Alabama
Distribution: Slackware, OpenBSD 3.9
Posts: 344

Rep: Reputation: 31
ok, I get a 500 when I try and run it. Dou you have any absolute paths in it?
 
Old 10-20-2003, 04:32 PM   #5
joesbox
Member
 
Registered: Feb 2003
Location: hampton va
Distribution: ubuntu
Posts: 502

Original Poster
Rep: Reputation: 30
Code:
place the following file as so:

journal.cgi......................../var/www/cgi-bin
subparseform.lib............../var/www/cgi-bin
yellopaper_bkgrnd.png..../var/www/images
titleimage.png................../var/www/images
Journal_logo0.1.0.jpg...../var/www/images
index.html......................./var/www/html
 
Old 10-20-2003, 04:33 PM   #6
green_dragon37
Member
 
Registered: Oct 2002
Location: Lower Alabama
Distribution: Slackware, OpenBSD 3.9
Posts: 344

Rep: Reputation: 31
well, I don't use any of those directories. How about a set of vars where we can define the path to the files?
 
Old 10-20-2003, 04:39 PM   #7
joesbox
Member
 
Registered: Feb 2003
Location: hampton va
Distribution: ubuntu
Posts: 502

Original Poster
Rep: Reputation: 30
i will work on it. i didn't realize that this would be a prob.
what part are you having the prob on. is it from the get go or when you submit or what?? i am going to change the absoluts of /var/www/cgi-bin to 127.0.0.1/cgi-bin/ and see if that works.
 
Old 10-20-2003, 04:44 PM   #8
green_dragon37
Member
 
Registered: Oct 2002
Location: Lower Alabama
Distribution: Slackware, OpenBSD 3.9
Posts: 344

Rep: Reputation: 31
from the get-go. I fixed the index page to point to the right place, but then, I get my error 500 page on trying to load the journal.cgi.

Ian
 
Old 10-20-2003, 04:50 PM   #9
joesbox
Member
 
Registered: Feb 2003
Location: hampton va
Distribution: ubuntu
Posts: 502

Original Poster
Rep: Reputation: 30
well i guess that i made this for my system. i guess i am back to the drawing board.
 
Old 10-20-2003, 04:51 PM   #10
green_dragon37
Member
 
Registered: Oct 2002
Location: Lower Alabama
Distribution: Slackware, OpenBSD 3.9
Posts: 344

Rep: Reputation: 31
I ran it through "perl -w" and got:

syntax error at journal.cgi line 82, near "){"
Execution of journal.cgi aborted due to compilation errors.
 
Old 10-20-2003, 05:02 PM   #11
green_dragon37
Member
 
Registered: Oct 2002
Location: Lower Alabama
Distribution: Slackware, OpenBSD 3.9
Posts: 344

Rep: Reputation: 31
Hey, I just fixed it. You left out the spaces in some of the "if ()(this space) { }" statements.

It looks good, too. Nice and clean, and simple.

Ian

Last edited by green_dragon37; 10-20-2003 at 05:05 PM.
 
Old 10-20-2003, 05:36 PM   #12
joesbox
Member
 
Registered: Feb 2003
Location: hampton va
Distribution: ubuntu
Posts: 502

Original Poster
Rep: Reputation: 30
so it wasn't my coding just my syntax. so my coding was the prob to the whole 500 error?? i am glad you found it. i didn't think that i had that problem in the released version. cause all of my scripts on the home puter work.
thanks.
joesbox
 
Old 10-22-2003, 10:31 AM   #13
joesbox
Member
 
Registered: Feb 2003
Location: hampton va
Distribution: ubuntu
Posts: 502

Original Poster
Rep: Reputation: 30
anyone else want to give it a try??
 
Old 10-22-2003, 10:45 AM   #14
green_dragon37
Member
 
Registered: Oct 2002
Location: Lower Alabama
Distribution: Slackware, OpenBSD 3.9
Posts: 344

Rep: Reputation: 31
To make it work under more situations, I made some changes on lines 214, 217, 252, and 324. I changed the paths on journal.txt to relative (./journal.txt). I also fixed the spaces, re-zipped it. here it is. I guess you could call it v.0.1.1. I also changed all of the urls relative to /.

Ian
 
Old 10-22-2003, 10:52 AM   #15
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Green_dragon37, I tried your link and got this:
Quote:
Error 404 -- Not Found
The page you requested, journal-0.1.1.tar.bz2, is not here. Check the link and try again.

Request: journal-0.1.1.tar.bz2
Will the program run on a stand alone desktop with no apache or server stuff at all?
 
  


Reply



Posting 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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
SUSE 10 Betas 3 and 4 --any other testers out there 1kyle SUSE / openSUSE 6 09-07-2005 09:45 AM
looking for beta testers grizzly General 5 03-20-2004 11:24 AM
A question to the RC testers Panzerfrost Mandriva 1 09-30-2003 05:25 PM
Synaptic Testers Needed chris319 Debian 0 08-13-2003 11:04 AM
XMMS Project Feedback :-) Syncrm Linux - General 3 02-16-2002 03:21 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:19 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration