Re: Error

2010-04-27 Thread Fagyal Csongor
Hi, Hi. I have migrated our telephone service from Windows to Linux. When I open our page the error occure: "error compiling Pr_alf_b.asp: maybe use strict error: Bareword found where operator expected at /srv/www/htdocs/Inetpub/Telefony/Pr_alf_b.asp line 5, near ") <-

Error

2010-04-27 Thread Paweł PCH . Cholewiński
Hi. I have migrated our telephone service from Windows to Linux. When I open our page the error occure: "error compiling Pr_alf_b.asp: maybe use strict error: Bareword found where operator expected at /srv/www/htdocs/Inetpub/Telefony/Pr_alf_b.asp line 5, near ") <---> fileName&q

Error

2010-04-27 Thread Paweł PCH . Cholewiński
Hi. I have migrated our telephone service from Windows to Linux. When I open our page the error occure: "error compiling Pr_alf_b.asp: maybe use strict error: Bareword found where operator expected at /srv/www/htdocs/Inetpub/Telefony/Pr_alf_b.asp line 5, near ") <---> fileName&q

Re: Undefined subroutine error

2008-11-16 Thread Tsirkin Evgeny
te using Apache::ASP. I am running up against > a problem that has left me scratching my head. The site works fine on > the development server. However, on the production server, my error_log > fills with these messages: > > [Mon Nov 10 19:44:59 2008] [error] [asp] [7796] [error] U

Re: Undefined subroutine error

2008-11-12 Thread Roberto C . Sánchez
hing. Even completely stopping Apache and starting it fresh does not alleviate the problem. Something really strange is that when I serve the content from a DocumentRoot of /srv/http/example, I *never* get the error. However, when I use a DocumentRoot of /srv/http/www.example.com, I do get the error

Re: Undefined subroutine error

2008-11-12 Thread Skylos
ad. The site works fine on > the development server. However, on the production server, my error_log > fills with these messages: > > [Mon Nov 10 19:44:59 2008] [error] [asp] [7796] [error] Undefined > subroutine > &Apache::ASP::Compiles::__ASP__srv_http_www_e_ample_com__

Re: Undefined subroutine error

2008-11-12 Thread Roberto C . Sánchez
Warren Young wrote: > Roberto C. Sánchez wrote: > > > > [Mon Nov 10 19:44:59 2008] [error] [asp] [7796] [error] Undefined subroutine > &Apache::ASP::Compiles::__ASP__srv_http_www_e_ample_com__x::get_image_data > called at /srv/http/www.example.com/templates/masthead.t

Re: Undefined subroutine error

2008-11-10 Thread Warren Young
Roberto C. Sánchez wrote: [Mon Nov 10 19:44:59 2008] [error] [asp] [7796] [error] Undefined subroutine &Apache::ASP::Compiles::__ASP__srv_http_www_e_ample_com__x::get_image_data called at /srv/http/www.example.com/templates/masthead.tmpl line 2. <--> , /usr/share/perl5/Apache/A

Undefined subroutine error

2008-11-10 Thread Roberto C . Sánchez
MP gurus, I recently deployed a site using Apache::ASP. I am running up against a problem that has left me scratching my head. The site works fine on the development server. However, on the production server, my error_log fills with these messages: [Mon Nov 10 19:44:59 2008] [error] [asp

Re: peculiar error (?)

2007-11-28 Thread Joshua Chamas
Thanos Chatziathanassiou wrote: Since yesterday, apache keeps spitting stuff like this in its error log: ---snip--- compilation error: file unknown-000437603808 element output invalid value for method: HTML ---snip--- without further info. The error message is always like this, with only the

Re: peculiar error (?)

2007-11-27 Thread Thanos Chatziathanassiou
Joshua Chamas wrote: Thanos Chatziathanassiou wrote: Since yesterday, apache keeps spitting stuff like this in its error log: ---snip--- compilation error: file unknown-000437603808 element output invalid value for method: HTML ---snip--- without further info. The error message is always like

peculiar error (?)

2007-11-26 Thread Thanos Chatziathanassiou
Since yesterday, apache keeps spitting stuff like this in its error log: ---snip--- compilation error: file unknown-000437603808 element output invalid value for method: HTML ---snip--- without further info. The error message is always like this, with only the ``unknown-'&

Re: saving decoded unicode value to Session causes error

2007-08-30 Thread Tsirkin Evgeny
st and it worked just fine,here is the code: <% use Encode; my $v=Encode::decode_utf8($Request->Form('v')); $Session->{v}=$v; print $Session->{v}; %> I am also using SDBM_File .Thought i am obviously have another version of perl :( Why i think that this an SDB

Re: saving decoded unicode value to Session causes error

2007-08-29 Thread Richard Yen
Apache/ASP.pm line 1521 An example is if I use the capital Omega character (option-z on mac keyboard), this error occurs when attempting to store into Session: > my $secret_answer = Encode::decode_utf8($main::Request->Form > ('secret_answer')); > $main::Session->{secret_answer

Re: saving decoded unicode value to Session causes error

2007-08-29 Thread Tsirkin Evgeny
389, line 21. > > Wide character in subroutine entry at /usr/local/perl/lib/site_perl/ > > 5.8.7/MLDBM/Sync/SDBM_File.pm line 80, line 21. , /usr/local/perl/ > > lib/site_perl/5.8.7/Apache/ASP.pm line 1521 > > An example is if I use the capital Omega character (option-z on mac >

saving decoded unicode value to Session causes error

2007-08-28 Thread Richard Yen
keyboard), this error occurs when attempting to store into Session: my $secret_answer = Encode::decode_utf8($main::Request->Form ('secret_answer')); $main::Session->{secret_answer} = $secret_answer; I've discovered that if I put the decoded value into a hash, and the

Re: [Mon May 14 15:58:13 2007] [error] [client X.X.X.X] Can't locate object method "request" via package "Apache"

2007-05-14 Thread Helmut Zeilinger
the testing asp program, the following error has been displayed in apache error log: [Mon May 14 15:58:13 2007] [error] [client X.X.X.X] Can't locate object method "request" via package "Apache" at /usr/lib/perl5/site_perl/5.8.3/Apache/ASP.

[Mon May 14 15:58:13 2007] [error] [client X.X.X.X] Can't locate object method "request" via package "Apache"

2007-05-14 Thread tidal
Hi all I have installed Apache 2.0.58, mod_perl-2.0.3 and Apache-ASP-2.59. When i run the testing asp program, the following error has been displayed in apache error log: [Mon May 14 15:58:13 2007] [error] [client X.X.X.X] Can't locate object method "request" via package "

Help! Error..

2007-04-21 Thread Angel-SL
Help! I get this error when running Apache::ASP [Sat Apr 21 12:26:53 2007] [error] [client 192.168.1.101] Can't locate object method "get" via package "APR::Table" at /usr/local/share/perl/5.8.8/Apache/ASP .pm line 2016.\n at /usr/local/share/perl/5.8.8/Apache/ASP.pm

Re: ASP error: Can't locate object method "get" via package "APR::Table"...

2006-06-14 Thread dpasqua2
s (including, > of course, htdocs/asp/eg/.htaccess), added the appropriate > > Options FollowSymLinks > AllowOverride All > > directive. > Can go to http://localhost/asp (index.html), but get the below error > message when going to http://localhost/as

Re: ASP error: Can't locate object method "get" via package "APR::Table"...

2006-06-12 Thread Maurice Yarrow
se Apache::ASP::ApacheCommon ();"; die($@) if $@; } } Note that you can find this correspondence by using Yahoo's search engine: just search for the exact Apache error message: Can't locate object method "get" via package "APR::Table" Once again, thanks f

Re: ASP error: Can't locate object method "get" via package "APR::Table"...

2006-06-12 Thread Randy Kobes
error message when going to http://localhost/asp/eg (i.e., the examples dir from above): [Tue Jun 06 00:05:32 2006] [error] [client 192.168.1.122] Can't locate object method "get" via package "APR::Table" at /usr/local/lib/perl5/site_perl/5.8.8/Apache/ASP.pm line 2016.\n at

Re: ASP error: Can't locate object method "get" via package "APR::Table"...

2006-06-11 Thread Helmut Zeilinger
taccess), added the appropriate Options FollowSymLinks AllowOverride All directive. Can go to http://localhost/asp (index.html), but get the below error message when going to http://localhost/asp/eg (i.e., the examples dir from above): [Tue Jun 06 00:05:32 2006] [error] [clien

ASP error: Can't locate object method "get" via package "APR::Table"...

2006-06-06 Thread Maurice Yarrow
, copied the Apache-ASP-2.59/site/asp directory tree to htdocs (including, of course, htdocs/asp/eg/.htaccess), added the appropriate Options FollowSymLinks AllowOverride All directive. Can go to http://localhost/asp (index.html), but get the below error message when going to http

Re: ApacheCommon.pm configuration error

2005-07-24 Thread Joshua Chamas
Warren Young wrote: It seems that ApacheCommon.pm is auto-generated, because it was different on two systems I have, both of which have the same versions of Apache::ASP (2.59) installed. The Apache::ASP::ApacheCommon file is not auto generated, it simply comes with Apache::ASP. 2.59 was twea

ApacheCommon.pm configuration error

2005-07-14 Thread Warren Young
It seems that ApacheCommon.pm is auto-generated, because it was different on two systems I have, both of which have the same versions of Apache::ASP (2.59) installed. Both of these systems have Apache 2.0.x and mod_perl 1.99_09 installed. On one system, this file referenced the older Apache

Error loading DBI driver

2005-06-30 Thread Harco de Hilster
Hi, I am trying to load the DBD::Ingres module, which loads a shared library. Under Apache::ASP this fails with the error: IImain: Cannot open standard program channels and the library exits thus killing Apache ;-( Outside Apache/mod_perl everything works fine. The strange thing is that it

mod_perl error when using apache asp

2005-06-04 Thread James Dennis
Hello, Every now and again I get this error on requests: [error] lookup of 'Apache::ASP::handler' failed Before updating to mod_perl 2.00 I would sometimes receive "not a CODE reference.". This is inconsistant between requests and an apache restart normally fixes it.

Re: APACHE::ASP Error

2005-05-03 Thread Warren Young
sangeethvs wrote: suggestions of installing BerkeleyDB. But isn't that overkill. Do we really need to install the DB_File and BerkleyDB modules to work with Apache::ASP? There are alternate state storage models, but BDB is certainly a good choice. I seem to recall that one of the options is a

APACHE::ASP Error

2005-05-03 Thread sangeethvs
Hi, I'm getting the following error when I run my Perl application - cannot load DB_File for StateDB: cannot load StateDB must be a valid perl module with a db tied hash interface such as: SDBM_File (default), or DB_File; Can't locate DB_

Re: Cryptic error trying to upgrade

2005-03-07 Thread Joshua Chamas
Craig Eberly wrote: Excuse me if I sound ignorant here. Should I be getting this sdbm error if I'm only using mysql? I started thinking about it, and it just didn't make sense to me. Also, I rebuilt mod_perl, using the static option, but receive the same errors when accessing

Re: Cryptic error trying to upgrade

2005-03-04 Thread Craig Eberly
Excuse me if I sound ignorant here. Should I be getting this sdbm error if I'm only using mysql? I started thinking about it, and it just didn't make sense to me. Also, I rebuilt mod_perl, using the static option, but receive the same errors when accessing my web app. I cop

Re: Cryptic error trying to upgrade

2005-03-03 Thread Joshua Chamas
Craig Eberly wrote: Hmm, during which upgrade do you mean? I had to stop httpd 1.3 when doing the mod_perl install or the make test would fail. The apache 2 install seemed to go ok with 1.3 running since it was installing in a seperate directory. Sorry, I did not check mail for a while. I w

Re: Cryptic error trying to upgrade

2005-03-01 Thread Craig Eberly
alini" <[EMAIL PROTECTED]> To: "Craig Eberly" <[EMAIL PROTECTED]> Cc: "Philip M. Gollucci" <[EMAIL PROTECTED]>; Sent: Tuesday, March 01, 2005 10:59 AM Subject: Re: Cryptic error trying to upgrade Are you shure that th

Re: Cryptic error trying to upgrade

2005-03-01 Thread Francesco Pasqualini
Are you shure that the httpd processes was stopped during the upgrade ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Cryptic error trying to upgrade

2005-03-01 Thread Craig Eberly
I was scared to delete the tmp/.state files in the main content (truthfully I'm not sure what those files are for), so I backup up all of the htdocs, deleted all files from tmp/.state in the backed up directory, and ran Apache 2 against the backed up content. Result was same error messa

Re: Cryptic error trying to upgrade

2005-03-01 Thread Helmut Zeilinger
Hi Craig, just a quick idea - you might have tried this already..: does it help to delete all files in "tmp/.state" an restart the server? Helmut > After upgrading from mod_perl 1 to 2, along with apache2, I'm getting > errors in my error log using code that worke

Re: Cryptic error trying to upgrade

2005-03-01 Thread Craig Eberly
Thanks for the response. As a matter of fact I did upgrade my Perl version. As you suggested, I have replaced all instances of Storable.pm v.2.13 with v.2.04. This did not seem to fix the problem. Same error message. So I went through and replaced all modules that are listed in the error

Re: Cryptic error trying to upgrade

2005-02-28 Thread Philip M. Gollucci
Based on this [Mon Feb 28 16:40:48 2005] [error] [client x.x.x.x] sdbm store returned -1 Id say you upgraded perl from 5.6 to 5.8 as well and with it Storable.pm which is used by sdbm They are not binary compatible. Dowgrade your Stroable.pm to what it was or regenerate the files written to

Cryptic error trying to upgrade

2005-02-28 Thread Craig Eberly
Hello All, After upgrading from mod_perl 1 to 2, along with apache2, I'm getting errors in my error log using code that worked fine in my original installation.  Here is what I'm getting in my Apache errorlog:     [Mon Feb 28 16:40:48 2005] [error] [client x.x.x.x] sdbm store r

Re: Apache::ASP on Windows Compile Error -- not in my script

2005-02-14 Thread Thanos Chatziathanassiou
Raymond Schelp wrote: I get message basically saying ... compile error in ... asp.pm line 1462. It gives an apache directory and says compile error is in asp.pm (which I can't locate) and not in my script. I know I must have a syntax error or some such other compile problem .. but no

Apache::ASP on Windows Compile Error -- not in my script

2005-02-12 Thread Raymond Schelp
I get message basically saying ... compile error in ... asp.pm line 1462. It gives an apache directory and says compile error is in asp.pm (which I can't locate) and not in my script. I know I must have a syntax error or some such other compile problem .. but no line numbers with

Re: ASP.pm Error

2004-11-28 Thread Randy Kobes
On Sat, 27 Nov 2004, bluestfan wrote: > Environment: Apache 2.0.52 (openssl 0.9.7e/modssl 2.0.52,Activestate > perl 5.8.4, modperl 1.99_17, PHP 5.0.2) On Win32 (win2k adv. server) > 512 MB ram free, AMD athlon 3000, SCSI 3 HD 5GB free space > > I get the error when execut

ASP.pm Error

2004-11-27 Thread bluestfan
Environment: Apache 2.0.52 (openssl 0.9.7e/modssl 2.0.52,Activestate perl 5.8.4, modperl 1.99_17, PHP 5.0.2) On Win32 (win2k adv. server) 512 MB ram free, AMD athlon 3000, SCSI 3 HD 5GB free space I get the error when executing ASP scripts: === Server

Re: Strange error

2004-08-12 Thread Webmaster
; >> >> >>>Quoting Webmaster <[EMAIL PROTECTED]>: >>> >>> >>>>I am getting the error below that I have not been able to figure out. >>>>Can >>>>anyone point me in the right direction? >>>> >>>> &

Re: Strange error

2004-08-11 Thread Josh Chamas
p things? Note that Loader() will just precompile ASP script for runtime efficiency, but it should not actually impact the running of the program itself. Regards, Josh Quoting Webmaster <[EMAIL PROTECTED]>: I am getting the error below that I have not been able to figure out. Can anyone p

Re: Strange error

2004-08-11 Thread Webmaster
I just installed it with CPAN this morning, 2.57 > Quoting Webmaster <[EMAIL PROTECTED]>: > >> I am getting the error below that I have not been able to figure out. >> Can >> anyone point me in the right direction? >> >> >> [ASP WARN] Can't

Re: Strange error

2004-08-11 Thread Joshua Chamas
Quoting Webmaster <[EMAIL PROTECTED]>: > I am getting the error below that I have not been able to figure out. Can > anyone point me in the right direction? > > > [ASP WARN] Can't call method "cleanup_register" on an undefined value at > /usr/lib/perl5

Strange error

2004-08-11 Thread Webmaster
I am getting the error below that I have not been able to figure out. Can anyone point me in the right direction? [ASP WARN] Can't call method "cleanup_register" on an undefined value at /usr/lib/perl5/site_perl/5.8.3/Apache/ASP.pm line 513. Apache::ASP::RegisterClean

Re: finding OK internal server error message

2004-07-24 Thread Josh Chamas
john z wrote: tks for the direction. i uninstalled apache-asp. went into site\lib\ppm.xml and adjusted the record so that uwinnipeg is the first repository. installed with ppm. did a query to verify. went to the apache\asp.pm to verify manually. tried the system. and no failure messages after 30

Re: finding OK internal server error message

2004-07-24 Thread Randy Kobes
On Sat, 24 Jul 2004, john z wrote: > tks for the direction. i uninstalled apache-asp. went into > site\lib\ppm.xml and adjusted the record so that uwinnipeg > is the first repository. installed with ppm. did a query > to verify. went to the apache\asp.pm to verify manually. > tried the system. an

Re: finding OK internal server error message

2004-07-24 Thread john z
tks for the direction. i uninstalled apache-asp. went into site\lib\ppm.xml and adjusted the record so that uwinnipeg is the first repository. installed with ppm. did a query to verify. went to the apache\asp.pm to verify manually. tried the system. and no failure messages after 30 screens. so

Re: finding OK internal server error message

2004-07-24 Thread Randy Kobes
On Sat, 24 Jul 2004, john z wrote: > tks. > at least one part of the mystery is solved. > when i installed perl 5.8.4 with the .8 distribution from randy, i deleted > the old perl and apache2 directories so it would be fresh. and yes (as > verified on another install on a different pc), apache 2.5

Re: finding OK internal server error message

2004-07-24 Thread john z
tks. at least one part of the mystery is solved. when i installed perl 5.8.4 with the .8 distribution from randy, i deleted the old perl and apache2 directories so it would be fresh. and yes (as verified on another install on a different pc), apache 2.57 gets introduced. this happens (no surpris

Re: finding OK internal server error message

2004-07-24 Thread Randy Kobes
s using. One thing to perhaps try, if loading the modules doesn't help, is to deliberately put in errors in various components of the application at various points that cause a server error, and see if similar messages appear. -- best regards, randy ---

Re: finding OK internal server error message

2004-07-24 Thread Josh Chamas
in a perl script included by your httpd.conf by saying: PerlRequire C:\Perl\startup_script.pl It's not a silver bullet, but it could help. -- John Drago -Original Message- From: john z [mailto:[EMAIL PROTECTED] Sent: Thursday, July 22, 2004 1:16 PM To: [EMAIL PROTECTED] Subject: f

RE: finding OK internal server error message

2004-07-23 Thread john z
tks john. i made the include file with a PerlRequire in the conf. twas quite long (151 records). but still same error. i will leave the include as a permanent item since it can not do much harm and has the potential for good. one item that i have done is convert any $server->executes

RE: finding OK internal server error message

2004-07-23 Thread John Drago
AIL PROTECTED] Subject: finding OK internal server error message in brief, i am trying to find where modperl, asp, or apache generates the infamous OK: The server encountered an internal error hopefully there is a decent way to either drop the error message, or at the least turn it into some

finding OK internal server error message

2004-07-22 Thread john z
in brief, i am trying to find where modperl, asp, or apache generates the infamous OK: The server encountered an internal error hopefully there is a decent way to either drop the error message, or at the least turn it into something that does not jar the client trying to use my system. i

Re: Random Internal Server Error

2004-06-07 Thread Josh Chamas
Baden Grey wrote: I am using apache 2.0.47 and apache::asp with mod_perl. It serves asp pages ok but when I include perlscript in the .asp file it still works but most of the time it tacks on an error message at the end of the page. For example if I have a .asp file with the following

Random Internal Server Error

2004-06-07 Thread Baden Grey
I am using apache 2.0.47 and apache::asp with mod_perl.  It serves asp pages ok but when I include perlscript in the .asp file it still works but most of the time it tacks on an error message at the end of the page.  For example if I have a .asp file with the following:   <%@ Langu

Re: Error Handling

2004-06-07 Thread Josh Chamas
Christopher Hicks wrote: Does anyone have a "best practices" example of error handling in Apache::ASP? I have just developed a small Apache::ASP application and spending time following the error log and having to pass exceptions up the call stack by hand was my biggest disappointmen

Error Handling

2004-05-28 Thread Christopher Hicks
Does anyone have a "best practices" example of error handling in Apache::ASP? I have just developed a small Apache::ASP application and spending time following the error log and having to pass exceptions up the call stack by hand was my biggest disappointment. Also, are there any go

Re: Error while testing Examples files

2004-05-12 Thread Helmut Zeilinger
Hi, i guessed, that is has to do with the state management because of .. >> [Tue May 11 13:55:19 2004] [error] [client 127.0.0.1] Undefined >> subroutine &Apache::ASP::InitState called at .. Does it work if you disable session and application state at all by PerlSetVar No

Re: Error while testing Examples files

2004-05-12 Thread Josh Chamas
e_elmaraghy wrote: [Tue May 11 13:55:19 2004] [error] [client 127.0.0.1] Undefined subroutine &Apache::ASP::InitState called at /usr/lib/perl5/site_perl/5.8.0/Apache/ASP.pm line 418.!!Apache::ASP:: new('Apache::ASP','Apache::RequestRec=SCALAR(0x84f9f6c)', '/var/ww

Re: Error while testing Examples files

2004-05-12 Thread Ehab El Maraghy
Helmut Guten Morgen First of all I want to thank you for prompt response. I have checked /tmp/asp permissions, they were 755 I have changed it to 777 and tested same result (Error 500 Internal Server Error) Any other suggestions?? - Original Message - From: "Helmut Zeil

Re: Error while testing Examples files

2004-05-11 Thread Helmut Zeilinger
ave installed Apache::ASP for mod_Perl I can view the website > index > and config pages but when I go to the Examples subdirectory I can > view > the pages with extensions .htm > but when requesting a (.asp) page I only get Error 500 (Internal > server rror) although I have adde

Error while testing Examples files

2004-05-11 Thread e_elmaraghy
Hi Folks I am having RedHat9 & Apache2 I have installed Apache::ASP for mod_Perl I can view the website index and config pages but when I go to the Examples subdirectory I can view the pages with extensions .htm but when requesting a (.asp) page I only get Error 500 (Internal server

Re: Followup Re: Weird Apache::ASP Error

2004-01-11 Thread Josh Chamas
Tim Pushor wrote: Duh, Apache::ASP doesn't seem to like exit's from the script. my bad. I am trying to keep the script as generic as possible so it would be able to run under CGI.PM. I just tried using a return from the main script and it worked fine. Is this the recommended approach to exiting

Followup Re: Weird Apache::ASP Error

2004-01-11 Thread Tim Pushor
a script midstream? Tim Pushor wrote: I am currently running Apache::ASP 2.55 under Apache 1.3.28 on FreeBSD 4.8 & perl 5.005_03. I have an ASP script that I am currently developing that sometimes after editing the script, it no long works. This is the error I get in the apache log: [Sun Jan 11

Weird Apache::ASP Error

2004-01-11 Thread Tim Pushor
I am currently running Apache::ASP 2.55 under Apache 1.3.28 on FreeBSD 4.8 & perl 5.005_03. I have an ASP script that I am currently developing that sometimes after editing the script, it no long works. This is the error I get in the apache log: [Sun Jan 11 19:44:02 2004] [error] [asp] [1

Re: AW: Internal server error when viewing sample asp scripts

2003-09-12 Thread D. L. Fox
> I would think "Response.Write" would be a common one. If the VB programmer really cares, it starts with Option Explicit. Regardless of that, they need to use Dim. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

Re: AW: Internal server error when viewing sample asp scripts

2003-09-12 Thread Richard Curtis
> >> However, I disagree with the premise that this will help the end user > >> confusion. Most initial posts on this subject are with an internal > >> server error resulting, as the developer has not yet set Debug 2 or 3 > >> which are the settings which w

Re: AW: Internal server error when viewing sample asp scripts

2003-09-12 Thread Josh Chamas
Warren Young wrote: Josh Chamas wrote: However, I disagree with the premise that this will help the end user confusion. Most initial posts on this subject are with an internal server error resulting, as the developer has not yet set Debug 2 or 3 which are the settings which will result in a

Re: AW: Internal server error when viewing sample asp scripts

2003-09-12 Thread Warren Young
Josh Chamas wrote: However, I disagree with the premise that this will help the end user confusion. Most initial posts on this subject are with an internal server error resulting, as the developer has not yet set Debug 2 or 3 which are the settings which will result in a verbose HTML message

Re: AW: Internal server error when viewing sample asp scripts

2003-09-12 Thread Josh Chamas
Warren Young wrote: Uwe Riehm wrote: Maybe for the time being a quick and dirty hack could be a solution to this: just search / match in the input file for some of the most used keywords of VBScript and in case one of those is found stop all the processing and output such an error message

Re: AW: Internal server error when viewing sample asp scripts

2003-09-12 Thread Warren Young
Uwe Riehm wrote: Maybe for the time being a quick and dirty hack could be a solution to this: just search / match in the input file for some of the most used keywords of VBScript and in case one of those is found stop all the processing and output such an error message. A refinement on the idea

AW: Internal server error when viewing sample asp scripts

2003-09-11 Thread Uwe Riehm
ith Perl scripting only, i remember some time ago there was another thread in this newsgroup thinking of adding some kind of "special VBScript detecting intelligence" to Apache ASP. It's in normal cases a really unneccesary feature and therefore it's priority is probably very low

Re: Internal server error when viewing sample asp scripts

2003-09-11 Thread Winanjaya
ROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 11, 2003 10:29 PM Subject: Re: Internal server error when viewing sample asp scripts > Dammit I spoke to soon, It seems like i'm having the same problem > that Winan is having. I've created a few .asp files on a

Re: Internal server error when viewing sample asp scripts

2003-09-11 Thread memito1999
n't get the internal server error any longer because I added > > the new asp directory onto my http.conf file. But when I try to > > access the default.asp page for a site i've been working on I get the > > following: > > > > Errors Output > > er

Re: Internal server error when viewing sample asp scripts

2003-09-11 Thread Josh Chamas
memito1999 wrote: Well I don't get the internal server error any longer because I added the new asp directory onto my http.conf file. But when I try to access the default.asp page for a site i've been working on I get the following: Errors Output errors compiling global.asa: maybe

Re: Internal server error when viewing sample asp scripts

2003-09-11 Thread memito1999
Well I don't get the internal server error any longer because I added the new asp directory onto my http.conf file. But when I try to access the default.asp page for a site i've been working on I get the following: Errors Output errors compiling global.asa: maybe use strict error

Re: Internal server error when viewing sample asp scripts

2003-09-11 Thread Josh Chamas
memito1999 wrote: Dammit I spoke to soon, It seems like i'm having the same problem that Winan is having. I've created a few .asp files on a separate directory within my apache docroot and now i'm getting the same original error. I copied the .htaccess file and restarted apache

Re: Internal server error when viewing sample asp scripts

2003-09-11 Thread memito1999
Dammit I spoke to soon, It seems like i'm having the same problem that Winan is having. I've created a few .asp files on a separate directory within my apache docroot and now i'm getting the same original error. I copied the .htaccess file and restarted apache and again i

Re: Internal server error when viewing sample asp scripts

2003-09-11 Thread memito1999
Hey Josh i got .asp files to work. You're dah man!!! Well I installed apache::asp by using the build_https script that came with the tar file. I was missing MLDBM.pm and MLDBM-sync.pm, installed those 2 libraries and reinstalled apache::asp with make / make test and make install and everythi

Re: Internal server error when viewing sample asp scripts

2003-09-10 Thread Josh Chamas
memito1999 wrote: Josh, this is what i get: perl -MApache::ASP::StateManager -e '' Can't locate MLDBM.pm in @INC (@INC contains: /usr/lib/perl5/5.8.0/i386-linux-thread- multi /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i386-linux- thread- How did you install Apache::ASP without having ML

Re: Internal server error when viewing sample asp scripts

2003-09-10 Thread memito1999
#x27;' > > --Josh > > > > My apache http.conf has: > > > > Options FollowSymLinks > > AllowOverride All > > > > > > PerlModule Apache::ASP > > > > > > This is what i see on the error logs > > > > [W

Re: Internal server error when viewing sample asp scripts

2003-09-10 Thread Josh Chamas
u get when you run this: perl -MApache::ASP::StateManager -e '' --Josh My apache http.conf has: Options FollowSymLinks AllowOverride All PerlModule Apache::ASP This is what i see on the error logs [Wed Sep 10 01:25:22 2003] [error] [asp] [26829] [debug] GlobalASA package Ap

Re: Internal server error when viewing sample asp scripts

2003-09-10 Thread memito1999
l Message - > From: "memito1999" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, September 10, 2003 8:10 PM > Subject: Internal server error when viewing sample asp scripts > > > > I just finished installing mod_perl with apache::a

Re: Internal server error when viewing sample asp scripts

2003-09-10 Thread marco sottana
finally i find an installer for asp php mysql all in one !!! yeah www.apache2triad.org if anybody know anothes as this ... - Original Message - From: "memito1999" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 10, 2003 8:10 PM Subject: Inte

Internal server error when viewing sample asp scripts

2003-09-10 Thread memito1999
pache::ASP This is what i see on the error logs [Wed Sep 10 01:25:22 2003] [error] [asp] [26829] [debug] GlobalASA package Apache::ASP::Demo [Wed Sep 10 01:25:22 2003] [error] [asp] [26829] [debug] global.asa was not cached for __ASP__usr_local_apache_htdocs_site_eg__xxApache::ASP::Demo [Wed

Re: Error in counting.htm causes error in creating rpm

2003-09-09 Thread Josh Chamas
n/asp-perl-exe" I think, this is an error and should look like "#!/usr/bin/asp-perl" instead. It would be great, if this would be fixed in the future. Sorry about that. I was experimenting with compiling the asp-perl script to an executable using various means, like B::C &

Error in counting.htm causes error in creating rpm

2003-09-09 Thread Johannes Woehler
hink, this is an error and should look like "#!/usr/bin/asp-perl" instead. It would be great, if this would be fixed in the future. Thanks and greets, jo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

Re: Large Select Box Selection Error

2003-08-26 Thread Steve Lilley
ial use of the recipient(s) named above. This message may be under the terms of a Mutual Non-Disclosure Agreement communication and/or work product and as such is privileged and confidential. If the reader of this message is not the intended recipient or an agent responsible for delivering it to the

Re: Large Select Box Selection Error

2003-08-08 Thread Josh Chamas
Steve Lilley wrote: Here are my summarized script results. I have no idea what the "te" is. The more x's I put in the fewer test select box results I get. If I put in 7 x's the loop runs to 164. but does not print the value. The odd thing is that in IE 6 will make it to 901, Mozilla makes it t

Re: Large Select Box Selection Error

2003-08-08 Thread Josh Chamas
What do you mean it craps out? I have written select boxes in Apache::ASP that have had 5000+ entries in them, so I know it can do it, but would like to know what kind of problem you are experiencing in particular. Also, does the problem manifest cross browser, or is this particular to IE or Mozil

Large Select Box Selection Error

2003-08-07 Thread Steve Lilley
One of my applications has a select box which can get very large, however I have found that the Apache::ASP does not handle it particularly well. I have tested it with the following two scripts. The asp version craps out at about 165 while the CGI handles at least 1000 everytime. I have the f

Re: Error When Trying To Display ASP script.

2003-01-09 Thread Josh Chamas
Jeffrey L. Edgett wrote: I am running Red Hat 8.0, Apache 2.0.40, mod_perl, and Apache::ASP. I installed Apache::ASP using make and it compiled successfully with no errors. However, when I try to view any web page in ASP I receive an error similar to that one: Undefined subroutine &Ap

Re: $Response->{ContentType} on error

2003-01-09 Thread Josh Chamas
Philip Mak wrote: Suggestion: If Apache::ASP prints an error page due to Perl dying, I think it should automatically set $Response->{ContentType} back to text/html. Otherwise, the error page might not be seen by the client if the script has already changed it to 'application/what

Error When Trying To Display ASP script.

2003-01-08 Thread Jeffrey L. Edgett <[EMAIL PROTECTED]>
I am running Red Hat 8.0, Apache 2.0.40, mod_perl, and Apache::ASP. I installed Apache::ASP using make and it compiled successfully with no errors. However, when I try to view any web page in ASP I receive an error similar to that one: Undefined subroutine &Apache::ASP::Comp

  1   2   >