From: Jonathan G. <jgo...@br...> - 2001-06-20 18:43:05
|
I install the latest version of sql-ledger (1.4.6), i can add new users in de Administration page and also i can see the login page, but after i type the name and password and click on login... i receive an Internal Server Error as follow Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, root@localhost 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. ------------------------------------------------------------------------ Apache-AdvancedExtranetServer/1.3.19 Server at johny.cwpanama.net Port 80 Who can help me with this issue..... Regards Jonathan Gonzalez |
From: Skot <gst...@te...> - 2001-06-20 19:00:50
|
Jonathan Gonzalez wrote: > > I install the latest version of sql-ledger (1.4.6), i can add new > users in de Administration page and also i can see the login page, but > after i type the name and password and click on login... i receive an > Internal Server Error as follow > > Internal Server Error > > The server encountered an internal error or misconfiguration and was > unable to complete your request. > > Please contact the server administrator, root@localhost 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. > Hey, That's the sae that just happened to me. Do you also get this error message in your log: Compilation failed in require at /var/www/html/sql-ledger/login.pl line 65. [Wed Jun 20 11:04:34 2001] [error] [client 127.0.0.1] Premature end of script headers: /var/www/html/sql-ledger/login.pl Scott. |
From: Jonathan G. <jgo...@br...> - 2001-06-20 19:32:21
|
well Skot.. i haven't check my error log...... Skot wrote: > Jonathan Gonzalez wrote: > >> I install the latest version of sql-ledger (1.4.6), i can add new >> users in de Administration page and also i can see the login page, but >> after i type the name and password and click on login... i receive an >> Internal Server Error as follow >> >> Internal Server Error >> >> The server encountered an internal error or misconfiguration and was >> unable to complete your request. >> >> Please contact the server administrator, root@localhost 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. >> > > Hey, > > That's the sae that just happened to me. Do you also get this error > message in your log: > > Compilation failed in require at /var/www/html/sql-ledger/login.pl line > 65. > [Wed Jun 20 11:04:34 2001] [error] [client 127.0.0.1] Premature end of > script headers: /var/www/html/sql-ledger/login.pl > > Scott. > > |
From: Jonas S. <jo...@jo...> - 2001-06-20 20:27:03
|
On Wed, 20 Jun 2001, Jonathan Gonzalez wrote: > i haven't check my error log...... Log files are usually the first place to look for hints about the cause of problems. It is quicker than writing an email and waiting for someone on a mailinglist to do guesswork about it (hint hint). In this case have a look at log files for Apache and PostgreSQL (the two servers involved). Friendly, Jonas -- Jonas Smedegaard <jo...@jo...> http://www.jones.dk/~jonas/ IT-guide dr. Jones <dr...@jo...> http://dr.jones.dk/ +45 40843136 Debian GNU/Linux <js...@de...> http://www.debian.org/ GnuPG(1024D/C02440B8): 9A98 C6EB C098 9ED0 3085 ECA9 9FB0 DB32 C024 40B8 GNU GPL: "The source will be with you... always." |
From: Roderick A. A. <raa...@ti...> - 2001-06-20 20:37:58
|
On Wed, 20 Jun 2001, Jonas Smedegaard wrote: > On Wed, 20 Jun 2001, Jonathan Gonzalez wrote: > > > i haven't check my error log...... > > Log files are usually the first place to look for hints about the cause of > problems. It is quicker than writing an email and waiting for someone on a > mailinglist to do guesswork about it (hint hint). Yes!!! > In this case have a look at log files for Apache and PostgreSQL (the two > servers involved). Down side is PostgreSQL typically comes with logging going to the null device ie. not logging, but Apache logs are located in '/var/log/httpd'. The file 'error_log' is what you're looking for. Rod -- Remove the word 'try' from your vocabulary ... Don't try. Do it or don't do it ... Steers try! Don Aslett |
From: Jonathan G. <jgo...@br...> - 2001-06-20 20:58:33
|
Thanks roderick.... i already check it... Roderick A. Anderson wrote: > On Wed, 20 Jun 2001, Jonas Smedegaard wrote: > >> On Wed, 20 Jun 2001, Jonathan Gonzalez wrote: >> >>> i haven't check my error log...... >> >> Log files are usually the first place to look for hints about the cause of >> problems. It is quicker than writing an email and waiting for someone on a >> mailinglist to do guesswork about it (hint hint). > > > Yes!!! > >> In this case have a look at log files for Apache and PostgreSQL (the two >> servers involved). > > > Down side is PostgreSQL typically comes with logging going to the null > device ie. not logging, but Apache logs are located in '/var/log/httpd'. > The file 'error_log' is what you're looking for. > > > Rod |
From: Jonas S. <jo...@jo...> - 2001-06-20 19:29:17
|
On Wed, 20 Jun 2001, Skot wrote: > Don't know what I may have missed in the docs. I got all the parts > installed and I get this in my err.log file: > > Compilation failed in require at /var/www/html/sql-ledger/login.pl line > 65. > [Wed Jun 20 11:04:34 2001] [error] [client 127.0.0.1] Premature end of > script headers: /var/www/html/sql-ledger/login.pl On Wed, 20 Jun 2001, Jonathan Gonzalez wrote: > I install the latest version of sql-ledger (1.4.6), i can add new users > in de Administration page and also i can see the login page, but after i > type the name and password and click on login... i receive an Internal > Server Error as follow > > > Internal Server Error As others have pointed out recently, it is probably the database access that is badly configured. When creating a user in admin.pl you also need to specify access to the PostgreSQL database. Put something like the following in the last fields of my users: Driver: Pg <- NB! cAsE sEnSiTive! Host: localhost Name: ledger Port: 5432 User: Of course you will have to adapt that info to how your own access to Postgres is. Another issue is accessing PostgreSQL through tcp/ip instead of unix sockets. Make sure that it is turned on in your PostgreSQL server. Read earlier posts in the mailinglist archive for more on this... Good luck :-) - Jonas -- Jonas Smedegaard <jo...@jo...> http://www.jones.dk/~jonas/ IT-guide dr. Jones <dr...@jo...> http://dr.jones.dk/ +45 40843136 Debian GNU/Linux <js...@de...> http://www.debian.org/ GnuPG(1024D/C02440B8): 9A98 C6EB C098 9ED0 3085 ECA9 9FB0 DB32 C024 40B8 GNU GPL: "The source will be with you... always." |
From: Jonathan G. <jgo...@br...> - 2001-06-20 20:35:00
|
ok Jonas.... i think i'm a little better now i get this error Error! Database is offline; please try again later I already create the database and make the psql dbname < acc-Pg.sql Jonas Smedegaard wrote: > On Wed, 20 Jun 2001, Skot wrote: > >> Don't know what I may have missed in the docs. I got all the parts >> installed and I get this in my err.log file: >> >> Compilation failed in require at /var/www/html/sql-ledger/login.pl line >> 65. >> [Wed Jun 20 11:04:34 2001] [error] [client 127.0.0.1] Premature end of >> script headers: /var/www/html/sql-ledger/login.pl > > > On Wed, 20 Jun 2001, Jonathan Gonzalez wrote: > >> I install the latest version of sql-ledger (1.4.6), i can add new users >> in de Administration page and also i can see the login page, but after i >> type the name and password and click on login... i receive an Internal >> Server Error as follow >> >> >> Internal Server Error > > > As others have pointed out recently, it is probably the database access > that is badly configured. > > When creating a user in admin.pl you also need to specify access to the > PostgreSQL database. > > Put something like the following in the last fields of my users: > > Driver: Pg <- NB! cAsE sEnSiTive! > Host: localhost > Name: ledger > Port: 5432 > User: > > Of course you will have to adapt that info to how your own access to > Postgres is. > > Another issue is accessing PostgreSQL through tcp/ip instead of unix > sockets. Make sure that it is turned on in your PostgreSQL server. > > Read earlier posts in the mailinglist archive for more on this... > > Good luck :-) > > - Jonas > |
From: Jonas S. <jo...@jo...> - 2001-06-20 20:58:47
|
On Wed, 20 Jun 2001, Jonathan Gonzalez wrote: > ok Jonas.... i think i'm a little better now i get this error > > > Error! > > Database is offline; please try again later > > I already create the database and make the psql dbname < acc-Pg.sql > > Jonas Smedegaard wrote: > > Another issue is accessing PostgreSQL through tcp/ip instead of unix > > sockets. Make sure that it is turned on in your PostgreSQL server. > > > > Read earlier posts in the mailinglist archive for more on this... Have you looked through recent posts in the mailinglist archive? Your problem sounds _very_ familiar (within the last couple of days) and as far as I remember the problem was solved. Please don't abuse the ease of posting a question to lots of people on a mailinglist, do a bit of diggin' yourself as well. Don't get me wrong here - I'd love to help! I really do. It just feels silly to repeat what have been said quite recently (by fellow hackers - I am just whining here, not the guru with all the answers ;-) Have a look in the archive and come back if that didn't help. Maybe my search page will be of use (I had problems with the one at the archive): http://search.jones.dk/ - Remember to select "SQL-Ledger"... Friendly, Jonas -- Jonas Smedegaard <jo...@jo...> http://www.jones.dk/~jonas/ IT-guide dr. Jones <dr...@jo...> http://dr.jones.dk/ +45 40843136 Debian GNU/Linux <js...@de...> http://www.debian.org/ GnuPG(1024D/C02440B8): 9A98 C6EB C098 9ED0 3085 ECA9 9FB0 DB32 C024 40B8 GNU GPL: "The source will be with you... always." |
From: Jonathan G. <jgo...@br...> - 2001-06-20 21:14:32
|
thanks jonas.... i'm doing that right now.... and i understand you... i love to learn... i will be trying some other things.... Jonas Smedegaard wrote: > On Wed, 20 Jun 2001, Jonathan Gonzalez wrote: > >> ok Jonas.... i think i'm a little better now i get this error >> >> >> Error! >> >> Database is offline; please try again later >> >> I already create the database and make the psql dbname < acc-Pg.sql >> >> Jonas Smedegaard wrote: > >>> Another issue is accessing PostgreSQL through tcp/ip instead of unix >>> sockets. Make sure that it is turned on in your PostgreSQL server. >>> >>> Read earlier posts in the mailinglist archive for more on this... >> > > Have you looked through recent posts in the mailinglist archive? > > Your problem sounds _very_ familiar (within the last couple of days) and > as far as I remember the problem was solved. > > Please don't abuse the ease of posting a question to lots of people on a > mailinglist, do a bit of diggin' yourself as well. > > Don't get me wrong here - I'd love to help! I really do. It just feels > silly to repeat what have been said quite recently (by fellow hackers - I > am just whining here, not the guru with all the answers ;-) > > Have a look in the archive and come back if that didn't help. Maybe my > search page will be of use (I had problems with the one at the archive): > http://search.jones.dk/ - Remember to select "SQL-Ledger"... > > Friendly, > > Jonas > |
From: Ibrahim S. <gtk...@ya...> - 2001-06-21 06:48:53
|
Jonas Smedegaard wrote: > On Wed, 20 Jun 2001, Jonathan Gonzalez wrote: > > > ok Jonas.... i think i'm a little better now i get this error > > > > > > Error! > > > > Database is offline; please try again later > > > > I already create the database and make the psql dbname < acc-Pg.sql > > > > Jonas Smedegaard wrote: > > > > Another issue is accessing PostgreSQL through tcp/ip instead of unix > > > sockets. Make sure that it is turned on in your PostgreSQL server. > > > > > > Read earlier posts in the mailinglist archive for more on this... > > Have you looked through recent posts in the mailinglist archive? > > Your problem sounds _very_ familiar (within the last couple of days) and > as far as I remember the problem was solved. > > Please don't abuse the ease of posting a question to lots of people on a > mailinglist, do a bit of diggin' yourself as well. > > Don't get me wrong here - I'd love to help! I really do. It just feels > silly to repeat what have been said quite recently (by fellow hackers - I > am just whining here, not the guru with all the answers ;-) > Hi, I slightly disagree with you. When starting to learn something new it takes a hell of time to get yourself together. A small question which could take one second for a veteran to answer might cost hours, days, weeks to solve for a novice. I am a live example. Although I had installed several times PostgreSQL on Slackware, I had a hard time with Mandrake 8.0, until yesterday when Oscar Buijten shared his experience. So please don't discourage questions. No question is a bad question! Thanks Ibrahim > > Have a look in the archive and come back if that didn't help. Maybe my > search page will be of use (I had problems with the one at the archive): > http://search.jones.dk/ - Remember to select "SQL-Ledger"... > > Friendly, > > Jonas > > -- > Jonas Smedegaard <jo...@jo...> http://www.jones.dk/~jonas/ > IT-guide dr. Jones <dr...@jo...> http://dr.jones.dk/ +45 40843136 > Debian GNU/Linux <js...@de...> http://www.debian.org/ > GnuPG(1024D/C02440B8): 9A98 C6EB C098 9ED0 3085 ECA9 9FB0 DB32 C024 40B8 > > GNU GPL: "The source will be with you... always." _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com |
From: Jonas S. <jo...@jo...> - 2001-06-22 11:26:53
|
On Thu, 21 Jun 2001, Ibrahim Shaame wrote: > Jonas Smedegaard wrote: > > Please don't abuse the ease of posting a question to lots of people on a > > mailinglist, do a bit of diggin' yourself as well. > > > > Don't get me wrong here - I'd love to help! I really do. It just feels > > silly to repeat what have been said quite recently (by fellow hackers - I > > am just whining here, not the guru with all the answers ;-) > > > > Hi, > I slightly disagree with you. When starting to learn something new it takes a > hell of time to get yourself together. A small question which could take one > second for a veteran to answer might cost hours, days, weeks to solve for a > novice. I am a live example. Although I had installed several times > PostgreSQL on Slackware, I had a hard time with Mandrake 8.0, until yesterday > when Oscar Buijten shared his experience. So please don't discourage > questions. No question is a bad question! I believe very strongly in stupid questions. But also I sometimes find the answer "That question you can answer yourself - here's how..." appropriate. Sorry if I was biting too much. It was meant as constructive criticism :-) - Jonas -- Jonas Smedegaard <jo...@jo...> http://www.jones.dk/~jonas/ IT-guide dr. Jones <dr...@jo...> http://dr.jones.dk/ +45 40843136 Debian GNU/Linux <js...@de...> http://www.debian.org/ GnuPG(1024D/C02440B8): 9A98 C6EB C098 9ED0 3085 ECA9 9FB0 DB32 C024 40B8 GNU GPL: "The source will be with you... always." |