Re: Embperl 2.0?

2003-06-05 Thread Robert
r plans for Embperl? Thanks. - Robert - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Testing 2.x with production 1.x code

2003-06-25 Thread Robert
a. PS I'm hoping to move my 30+ (smallish) embperl site to v2 and report problems as they come, but unfortunately, Embperl 2 deosn't run on either on out systems :-( (Honza Kynzl already reported it) - Robert Neil Gunton wrote: Here's an idea: There seem to be two kinds of change

Recordset: make test error with latest Postgres

2003-06-30 Thread Robert
ut atoi - new version of Postgres wouldn't accept empty string for integer field... could this be the reason? - Robert test.log.gz Description: GNU Zip compressed data - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Re: Recordset: make test error with latest Postgres

2003-07-02 Thread Robert
res complaints about atoi - new version of Postgres wouldn't accept empty string for integer field... could this be the reason? Yes, seems so. Go to Compat.pm and tell it that 4 is a numeric type. This should fix the problem I did the trick, now make test pass all test w

2b9 and statically linked modperl

2003-07-05 Thread Robert
Hi, is there any trick how to get statically linked modperl and embperl 2b9 working together? perl Makefile.pl asks for path to libperl.so that doesn't exist... - R. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: 2b9 and statically linked modperl

2003-07-05 Thread Robert
Robert wrote: is there any trick how to get statically linked modperl and embperl 2b9 working together? perl Makefile.pl asks for path to libperl.so that doesn't exist... Ignore the question, I don't know what I was doing... Anyway, offline tests are OK but it segfaults on the very

Re: What's going on with Embperl???

2003-09-17 Thread Robert
, what do you think about this SourceForge thing? - Robert - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: DBIx::Recordset status

2003-10-03 Thread Robert
Kee Hinckley wrote: Isn't there such a thing as - Hey it just works and is good enough That was certainly my thought. I use it heavily on all my sites. There are some things we've discussed on this list that might be nice (bigint support), but generally it does what I want. Yes, it does. Gera

Re: ANNOUNCE: Embperl 2.0b11

2004-03-15 Thread Robert
Gerald Richter wrote: The URL ftp://ftp.dev.ecos.de/pub/perl/embperl/Embperl-2.0b11.tar.gz has entered CPAN as still segfaults on my lfs as i reported about year ago - back to 1.3 :-( - r. - To unsubscribe, e-mail: [EMA

Re: ANNOUNCE: Embperl 2.0b11

2004-03-21 Thread Robert
resulting stackbacktrace. I have finally got rid of my old Rad Hats and Embperl2 runs on Gentoo 2004.0 just great. Sorry, I don't have machine to test it anymore (thanks god! ;-)) - Robert - To unsubscribe, e-mail: [EMAIL

Embperl 2 doc: where?

2004-03-22 Thread Robert
$] ... [$ endforeach $] The docs says it's equivalent, but I seem to remember that [* was supposedly less stable. Is performance the same? Thanks. - Robert - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: error during installation of Embperl-2.0b11 (using CPAN)

2004-04-22 Thread Robert
it helped to recompile apache with % CFLAGS="-DAP_UNSAFE_ERROR_LOG_UNESCAPED" ./configure ... apparently new apache escapes everything, see http://perl.apache.org/docs/2.0/user/install/install.html#Apache - r. Dist-List wrote: Setup : My setup : redhat entrerprise V3 apache : httpd-2.0.46-3

Re: Apache::ImageMagick & Apache2/mod_perl2

2004-05-02 Thread Robert
;; $VAR2 = '90'; $VAR3 = 'height'; $VAR4 = '60';    This seems to be the biggest problem, the rest seems to be working... I guess handler has to be declared differently or do I have to parse query string manually? Please help - R. Robert Germic wrote: Apache

[Fwd: Re: Apache::ImageMagick & Apache2/mod_perl2]

2004-05-02 Thread Robert
dth=90&height=60'; with apache1 $VAR1 = 'width'; $VAR2 = '90'; $VAR3 = 'height'; $VAR4 = '60';    This seems to be the biggest problem, the rest seems to be working... I guess handler has to be declared differently or do I have to parse query stri

Re: Apache::ImageMagick & Apache2/mod_perl2

2004-05-02 Thread Robert
ehm, and one more problem: when I parse query string manually, everything seems to work till the line $q->Write, tmp file is created but nothing is written... but I've been playing way too long with it, maybe I just need a break and continue tommorow Robert wrote: OK, it se

Re: mod_perl Win32 binary

2000-04-29 Thread Robert
European mirror at http://www.robert.cz/misc/ Randy Kobes wrote: > > Hi, >I've placed at ftp://theoryx5.uwinnipeg.ca/pub/other/ (linked > to from http://perl.apache.org/) a self-extracting archive > (perl-win32-bin-0.6.exe) containing Win32 binaries of Perl-5.6.0, > mod_perl-1.23, Apache_1.3

Re: Embperl HIDDEN

2000-05-01 Thread Robert
(it works for me): [- %tmp = () -] [$ hidden %fdat, %tmp $] - Robert Ilia Lobsanov wrote: > > The docs state: > < generates hidden fields for all form fields submitted to this document which > aren't already contained in another input field. > >> >

Init value ignored in SELECT

2000-05-14 Thread Robert
Maybe $optDisableTableScan could disable OL and UL together with tables stuff, but disabling SELECTs that way is a bit counter-intuitive. - Robert P.S. I'm running with EMBPERL_OPTIONS = 16 - To unsubscribe, e-mail: [EMAIL PROT

Instalation comment

2000-05-24 Thread Robert
eeded is apache-devel.rpm. I propose change Embperl's question to 'apache includes' or something similar to make it less confusing for all of us lazy RPM users and perhaps add warning to FAQ about both apache and apach

EmbperlObject offline usage

2000-05-25 Thread Robert
- it would be really cool if I could use EmbperlObject templating facility (base.html with Execute *) for it instead. - Robert - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

EmbperlObject: parameters? (idea)

2000-05-25 Thread Robert
title => "Test1", bgcolor => "pink" -] This is test 1 There could be even way to specify defaults in base.html, maybe [- %default_params = ( title => "Test1", bgcolor => "pink" ) -] I think the new version of Mason does it that way. - Rober

Re: EmbperlObject: parameters? (idea)

2000-05-25 Thread Robert
s? Can I have [$ sub bgcolor $]some default background color[$ endsub $] in the base.html and then redefine it in the EmbperlObject files as/when needed? - Robert Gerald Richter wrote: > > > > > one more question: any plan to parameters for compon

Can't init checkbox

2000-05-26 Thread Robert
Hi, I'm not able to init checkbox [- $fdat{xxx} = "on" -] No matter what I put in $fdat{xxx} (on,true,checked,1 etc), checkbox is never checked. All other elements like text's, select's, radio's work as expected. What's going on? (I'm running with

Re: Can't init checkbox

2000-05-26 Thread Robert
in the docs. > Second, the value should be "CHECKED" not on. Yes I tried [- $fdat{xxx} = "checked" -], doesn't work either. - Robert > Robert wrote: > > > > Hi, > > > > I'm not able to init checkbox > > > > > > [

Re: Can't init checkbox

2000-05-26 Thread Robert
xx} = "some value" -] and Embperl would understand that "some value" is perlish true/false and added 'checked' accordingly. At least it confused me enough so I spent most of this afternoon fooling around with all opt

Re: EmbPerlObject setup for a virtual host

2000-06-14 Thread Robert
ems when I used both SetVar and PerlSetVar, so now I just use PerlSetVar everywhere. P.S. For performance reason you might want to put stuff into section instead of .htaccess - it works the same way but it's faster. If your admin will allow it. - Robert marcus wrote: > > Hi, >

Re: EmbperlObject: parameters? (idea)

2000-06-14 Thread Robert
fined' even if the function is normal perl sub defined in the base.html - reload always fixes it. And finally I guess it might be a good idea to (make possible to) export base.html subs so they're available in the pages. - Robert - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: EmbperlObject: parameters? (idea)

2000-06-15 Thread Robert
ss I'll try to put it back into the EmbperlObject, esp. if some cool new stuff comes out. Most my problems with EmbperlObject come from parameters passing around and subs importing/exporting, it can mostly be worked around, but it looses the elegance of the EmbperlObject idea. - Robert - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Embperl question/idea

2000-06-22 Thread Robert
not submit's. It's rather easy to write some quick hack to get things done, but maybe this could be usefull for everybody, so it could be part of the Embperl. Maybe idea for Embperl 2, Gerald? Or maybe I'm overlooking some obvious

Re: Embperl question/idea

2000-06-23 Thread Robert
Gerald Richter wrote: > > ... > I will make Embperl also recogince hashrefs, than it will look like > > > > > that should be as easy as the hidden, isn't it? Cool. - Robert - To unsubscr

Re: OT: Recordset

2000-06-28 Thread Robert
Recordset for only one actually is Recordset based, but it works and going online next week. I'm planning to use Recordset much more in the future and I don't mind spending some time working around current Recordset probl

Re: Embperl HIDDEN

2000-07-01 Thread Robert
ield=valuevalue" in > the next page the data is submitted to.. Hi, I'm just having the same problem - what did you do to fix it? - Robert - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: ANNOUNCE: HTML::Embperl 1.3b4

2000-07-17 Thread Robert
"strict subs" in use at /usr/lib/perl5/site_perl/5.005/i386-linux/HTML/EmbperlObject.pm line 163. [Mon Jul 17 17:28:11 2000] [error] BEGIN not safe after errors--compilation aborted at /usr/lib/perl5/site_perl/5.005/i386-linux/HTML/EmbperlObject.pm line 250. Exactly the same files work

Re: ANNOUNCE: HTML::Embperl 1.3b4

2000-07-17 Thread Robert
Moreover, Mail.pm line 69 seems to have more ')' then necessary. - Robert - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[Fwd: Re: ANNOUNCE: HTML::Embperl 1.3b4]

2000-07-17 Thread Robert
ed at /usr/lib/perl5/site_perl/5.005/i386-linux/HTML/EmbperlObject.pm line 250. [FAILED] The difference is error happens right after restarting the server. - Robert P.S. I should add this is apache-1.3.9/modperl-1.21 from RPM (the mo

Re: ANNOUNCE: HTML::Embperl 1.3b4

2000-07-17 Thread Robert
exactly what I need, I really want to play with it soon. Have fun at the conference. - Robert - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Embperl question/idea

2000-09-25 Thread Robert
Gerald Richter wrote: > > I will make Embperl also recogince hashrefs, than it will look like > > > This works: this doesn't: result is href=xxx?22 Bug in 1.3.b5? - Robert - To unsubsc

1.3b7 bug: test #120 fails

2000-11-18 Thread Robert
Hi, I'm just upgrading to 13.b7 and found stupid typo bug. When manually corrected expected test result in epodiv.htm from 1.3b7_dev to 1.3b7, all tests passed successfully. - Robert #120 EmbperlObject/epodiv.htm... Error in Line 200 Is: >1.3b7< Should: >1.

PerlTransHandler & EmbperlObject problem

2001-01-08 Thread Robert
URL I get the right result and embperl log has the usual stuff. Then after first reload it just say 'File not found', nothing is written to the embperl log and apache error log says 'file not found'. Does anybody have any idea what went wrong? Thanks. - Robert url ===

Re: PerlTransHandler & EmbperlObject problem

2001-01-08 Thread Robert
The reload problem manifests itself even with this minimal PerlTransHandler. I'd think if it just returns DECLINED, default Apache handler does the right thing, but apparently it doesn't. I don't understand why and today's the deadline. Any help, please? - Robert hand

Re: PerlTransHandler & EmbperlObject problem

2001-01-08 Thread Robert
return OK; } 1; __END__ I'm going to find some temporary hack for tomorow demo. - Robert - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: PerlTransHandler & EmbperlObject problem

2001-01-17 Thread Robert
I noticed exactly the same behaviour when EO is used with PerlInitHandler Apache::Reload - this probably indicates there's something wrong in EO. Anyway, deadline is too close. We finally redid things in Embperl and plain old Perl objects and it worked. We'll try back EO in few weeks.

weirdness

2001-02-24 Thread Robert
-Hat/Linux) mod_perl/1.23 HTML::Embperl 1.3.1. - Robert [- %fdat = ( par1 => 1, par2 => 2 ); -] right right wrong wrong - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

PerlSetEnv EMBPERL_OPTIONS question

2001-03-01 Thread Robert
ng? Thanks. - Robert P.S. Apache/1.3.14 (Unix) (Red-Hat/Linux) mod_perl/1.23 HTML::Embperl 1.3.1 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: PerlSetEnv EMBPERL_OPTIONS question

2001-03-01 Thread Robert
27;s exactly what I'm trying to do. But I can't make it work. - Robert - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Best way to compress Embperl output

2001-04-16 Thread Robert
Thanks for your help. - Robert - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Best way to compress Embperl output

2001-04-19 Thread Robert
do with my custom auth modul that connects and then pass around db handle in pnotes (this I forget to disconnect, of course, but it used to work), I'll look at it closer soon. My test server (identical configuration, RH62, latest RPMs) works fine. - Robert --

Lost update question

2001-05-02 Thread Robert
usable, maybe as some general Perl modul? Or perhaps integrate it into Recordset? I happen to use Recorset in this project: Gerald, how hard would it be to extend Recordset with this feature? - Robert - To unsubscribe, e-mail: [EM

Re: Lost update question

2001-05-02 Thread Robert
o get this into Recordset, maybe it's enough to just > define some filters I guess one would add !Version parameter to tell Recordset the name of the version field... what's next? Reread its value before update and die if it differs? One still needs to add SELECT FOR UPDATE or lock t

Re: Lost update question

2001-05-02 Thread Robert
now I'm going to change the DB anyway and Postgres has decent support for sequences - and I'm already using Recordset anyway... - Robert - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Lost update question

2001-05-03 Thread Robert
impler. It could even be automatically updated from a DB trigger, so I'd only need to modify UPDATEs as you proposed $set -> Update (\%params, { id => $fdat{id}, last_update => $fdat{last_update} }) Does Recordset's Update method return how many rows where updated? How will I know

Re: Embperl & Postgres & Session

2001-05-18 Thread Robert
translations itself so NullLocker is appropriate. How wrong am I? Anyway, there seems to be a fair lot of problems with the Embperl/Postgres sessions - anybody on this list is using it without problems? If so, could you post your configuration? - Robert

Re: Embperl & Postgres & Session

2001-05-18 Thread Robert
ow does Apache::Session over Postgres do it? Any comments, Angus? I'm going to look at it later today if nobody knows the answer, I'd really like to use Postgres as my backend for Embpewrl sessions. - Robert - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Embperl & Postgres & Session

2001-05-18 Thread Robert
Robert wrote: > > Gerald Richter wrote: > > > > > > > > > > When using %mdat you should not use NullLocker, because you need > > locking, > > > > otherwise you may get corrupted data, because multiple request can > > happen at >

Re: Embperl & Postgres & Session

2001-05-18 Thread Robert
Robert wrote: > > ... > > Indeed, that's exactly what Apache::Session::Store::Postgres does... so, > Gerald, there's no need for Semaphore after all, is it? > > However, Angus complaints 11/5/01 that under Embperl, DESTROY is never > called and so no ses

Sessions with Postgres

2001-05-23 Thread Robert
pessimistic - I applied patch Angus Lee posted week ago on Embperl list and it almost works, but I still have some idle postgres backend hanging around. It's getting really frustrating. - Robert - To unsubscribe, e-mail: [

Re: Sessions with Postgres

2001-07-17 Thread Robert
r it? Or should I delete stuff manually first? I did it couple of times on my test server, but I got a little bit nervous about my production server. - Robert - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: how can i declare global variable with use strict?

2001-07-17 Thread Robert
Lukas Zapletal wrote: > > ... > > so I`m not able to make my own session hash and use it globally in the > request (all pages)? I guess that's what EmbperlObject is for. But in need I sometimes put stuff

Setting different environment for virtual hosts

2001-07-23 Thread Robert
mess in my conf files. - Robert - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Setting different environment for virtual hosts

2001-07-23 Thread Robert
gnored. Like httpd.conf == PerlSetEnv EMBPERL_OPTIONS 10256 ServerName test01 PerlSetEnv EMBPERL_OPTIONS 111 ... server test01 prints EMBPERL_OPTIONS=10256 - Robert PS Apache/1.3.19 (Unix) (Red-Hat/Linux) Embperl/1.3.3 mod_gzip/1.3.19.1

Embperl Sessions for Newbies FAQ (first draft)

2001-08-09 Thread Robert
hatever you think is relevant, I'd like to make a new version next week or so and put it somewhere on the web. - Robert P.S.1 Gerald says that who's interested in the new verion of Embperl/SessionsX module and can do some testing, send him a

New session with already existing id & reuse dbh for session db

2001-08-17 Thread Robert
doesn't work for me because I can't use Apache::DBI (need to connect to different databases for different virtual hosts). Is there some possibility to set say $HTML::Embperl::...::SessionDBH to my already open dbh? or use some $req_rec->pnotes trick? Tha

Re: New session with already existing id & reuse dbh for session db

2001-08-20 Thread Robert
the same table... someone is going to make a mistake sonner or later. On the other hand the virtual hosts that need database AND sessions will still need to connect twice. If I put a session table to every database I have both security and performance benefits. - Robert - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: DBIx::Recordset and LIMIT statment in MySQL

2001-11-12 Thread Robert
$max => 10 [EMAIL PROTECTED] wrote: > > Hi, > > In DBIx::Recordset and MySQL , how can put the LIMIT 0,10 command in Select > sitnaxis ? > > Select : > > $$SETMESSAGECONTROL->Select ( { >'status' => $STATUS >

Multilingual pages in Embperl

2001-11-26 Thread Robert
ontext and should be translated differently. Don't know yet what to do with it. And probably more but this mail is already long as it is. Looking forward to your comments. - Robert - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Two Apache::ImageMagick comments

2001-11-26 Thread Robert
to remove stuff from cache, apache has to be restarted before etc - Robert - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Two Apache::ImageMagick comments

2001-11-27 Thread Robert
the production server (well, maybe you want to generate images of the map and "You're here" sign - you don't really want to cache them a lot) but could still be extremaly usefull for testing and developing when one has to play with the parameters to find optimal combination etc

Recordset: two many DB connections

2001-12-03 Thread Robert
ordset->Search({ '!DataSource' => $db, '!Table' => 'cars,descriptions', '!TabRelation' => 'cars.id = descriptions.id', }); I hoped $db would create th

Embperl install problem (weird)

2001-12-04 Thread Robert
as my ten other 7.1 installations, the only exception is this time apache/modperl is compiled from the source not from the RPM. MD5.pm is installed in /usr/lib/perl5/site_perl/5.6.0/i386-linux which is in the @INC. I must be overlooking something stupid, does anybody have any idea? Thanks for

Re: Embperl install problem (weird)

2001-12-04 Thread Robert
Robert wrote: > > I can't 'make test' Embperl, offline mode tests OK, but the modperl > mode fails right on the first test. Modperl itself seems to work OK, > bellow is %ENV and @INC from script running under Apache::Registry. > > This is RedHat 7.2, it

Re: Embperl install problem (weird)

2001-12-05 Thread Robert
time to investigate this more closely today but I will look at it later. I just wanted to hear your opinion. - Robert - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: ANNOUNCE: Embperl 1.3.4

2001-12-05 Thread Robert
Gerald Richter wrote: > > Changes since 1.3.3: "xxx.html?[+ \%fdat +]" stopped to work (it worked in recent CVS version and 1.3.3), now one has to write strictly "xxx.html?[+ scalar { %fdat } +]". I guess it's OK, I just w

Re: ANNOUNCE: Embperl 1.3.4

2001-12-05 Thread Robert
ean EMBPERL_OPTIONS are somehow ignored... I discovered another problem that would correspond to that. But I've just copied my old EMBPERL_OPTIONS... need to look at it closer. - Robert - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: ANNOUNCE: Embperl 1.3.4

2001-12-05 Thread Robert
Robert wrote: > > Gerald Richter wrote: > > > > > > > > "xxx.html?[+ \%fdat +]" stopped to work (it worked in recent CVS version > > > and 1.3.3), now one has to write strictly "xxx.html?[+ scalar { %fdat } > > > +]". I guess i

Re: DBIx::Recordset, Pg and JOINs

2001-12-10 Thread Robert
postgres', '!DBIAttr' => { RaiseError => 1, AutoCommit => 0 }, '!DoOnConnect' => [ qq(SET CLIENT_ENCODING TO 'win1250'), qq(SET DATESTYLE TO 'german') ], '

Re: DBIx::Recordset::SQLInsert confused by links

2001-12-10 Thread Robert
I think I had the same problem. Gerald proposed to set up another object with single table or something similar. Angus Lees wrote: > > On Mon, Dec 10, 2001 at 10:10:40AM +0100, Robert wrote: > > Angus Lees wrote: > > > DBIx::Recordset::SQLInsert(): > > > return

[OT] European meeting of Embperl users ???

2002-05-02 Thread Robert
Gerald... It shouldn't be hard to arrange for decent hotel and some conference facilities here. If anybody's interested (Gerald?) we can start some planning. What I have in mind is rather informal say two days meeting, couple of talks and a lot of socializing (Czech bier

(Emb)perl & JavaScript

2002-09-01 Thread Robert
by line (eg, editing lines on the invoice), you would write something like example below (working demo is on http://www.robert.cz/misc/table-edit-demo.html ). Any comments? - Robert PS1 I use something close to the demo code in a real life project and it seems to work quite fine. Now I want more...

Err compiling 1.3.4 on RedHat 8

2002-10-05 Thread Robert
Hello, this is latest Apache/modperl from src, Perl 5.8.0 from RedHat RPM for 8.0. Make test fails with a error a never heard of... Anybody can help, please? Thanks. - Robert -- [root@robin HTML-Embperl-1.3.4

Re: Err compiling 1.3.4 on RedHat 8

2002-10-06 Thread Robert
now I don't use RH8 for more then testing, but let me know if I can be usefull. - Robert [root@robin root]# perl -V Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration: Platform: osname=

Re: Err compiling 1.3.4 on RedHat 8

2002-10-08 Thread Robert
applications. FYI I've just tried embperl_20021008103835.tar.gz snapshot and it behaves exactly the same. - Robert - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

1.3.5 : still make test pb on RedHat 8

2002-12-23 Thread Robert
ecompile Perl on RH8 from sources, reconfigure RH8 or just forget about RH8 altogether. Any advices? - Robert - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: 1.3.5 : still make test pb on RedHat 8

2002-12-23 Thread Robert
Gerald Richter wrote: #53 nesting.htm... [-1]Malformed UTF-8 character (overflow at 0xc41461c8, byte 0x09, after start byte 0xff) in pattern match (m//) at test.pl line 1128, line 2. [-2]Malformed UTF-8 character (unexpected end of string) at test.pl line 1136, line 2. etc... Could you

Re: Posting data when redirecting to a page

2003-01-02 Thread Robert
use Apache/Embperl sessions. - Robert - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: 1.3.5 : still make test pb on RedHat 8

2003-01-04 Thread Robert
sending both in a private mail - robert Gerald Richter wrote: #53 nesting.htm... [-1]Malformed UTF-8 character (overflow at 0xc41461c8, byte 0x09, after start byte 0xff) in pattern match (m//) at test.pl line 1128, line 2. [-2]Malformed UTF-8 character (unexpected end of string

Re: 1.3.5 : still make test pb on RedHat 8

2003-01-21 Thread Robert
Gerald Richter wrote: From the files you send me it looks like it is a problem of the test programm and not a problem of Embperl or that the Apache that you are using is doing some unicode conversions. Is there any chance that I can get remote access to the machine where this problem occurs?

Apache::ImageMagick & Apache2/mod_perl2

2004-04-29 Thread Robert Germic
l 2.0 API doesn't include package 'Apache::File'. The package 'Apache::File' has moved to 'Apache::Response' 'Apache::RequestRec' but I don't see anything like Apache::File->new, Apache::File->tmpfile in those modules. Could somebody help? -

Re: Apache::ImageMagick & Apache2/mod_perl2

2004-05-05 Thread Robert Germic
Well, nobody comments? Does that mean nobody is using AIM? It's great to know I'm the only person using AIM with Embperl2... - R. Robert wrote: ehm, and one more problem: when I parse query string manually, everything seems to work till the line $q->Write, tmp file is created b

mdat/postgres - major perfomance problem?

2004-07-12 Thread Robert Germic
l of above is true, %mdat is major performance bottleneck. What do you think? - Robert PS. When I try to empty %mdat, maybe in base.html like [- delete $mdat{$_} foreach keys %mdat; %mdat = (); -] it dumps empty session as expected. Now I comment out those delete lines and reload and %mdat ha

Re: DBIx::Recordset and postgresql schemas?

2004-08-25 Thread Robert Germič
ing something obvious? i got 7.3.6 and it works ok (don't use schemas) -- S pozdravem/Best Regards Robert Germic Prvni ceska virtualni s.r.o., Vinohradska 25/35, CZ-120 00 Praha 2 Email: [EMAIL PROTECTED], Mob. tel.: (+420 602) 213 480 NetBooki

File upload problem

2004-10-25 Thread Robert Germič
: Permission denied this is HTML::Embperl 1.3.6 I'm just uploading to the /tmp and the uploaded file itself is there OK. Any help will be geatly apreciated - Robert - complete code: [$ if ($req_rec->method eq 'POST') $] [- use Image::Magick; $

Re: Urgent: MsgIdExtract problem

2004-12-13 Thread Robert Germic
pressions like [- $epreq->('Clear Form!') -] with your [= =] based Syntax file? -- S pozdravem/Best Regards Robert Germic Prvni ceska virtualni s.r.o., Vinohradska 25/35, CZ-120 00 Praha 2 Email: [EMAIL PROTECTED], Mob. tel.: (+420 602) 213

Re: Undef2Empty

2004-12-11 Thread Robert Germic
ing? How can I turn this on? - Robert --- [- use Data::Dumper; -] [+ Dumper(\%fdat) +] --- $VAR1 = { 

Trapping errors

2005-02-07 Thread Robert Norris
hing else (not even a 500 error from Apache, interestingly enough). So where do I go from here? Is there a single way to trap all runtime errors (Embperl + croak/die)? What distinguishes an Embperl error (ie something that would be returned in the error array) from any other error? Thanks, Ro

[RESEND] Trapping errors

2005-02-16 Thread Robert Norris
sn't making a difference. I get the error reported in the server log, but nothing else (not even a 500 error from Apache, interestingly enough). So where do I go from here? Is there a single way to trap all runtime errors (Embperl + croak/die)? What distinguishes an Embperl error (ie so

Re: [RESEND] Trapping errors

2005-02-22 Thread Robert Norris
Hi Gerald, Thanks for your reply. On Tue, Feb 22, 2005 at 05:52:33PM +0100, Gerald Richter wrote: > > And then in base.epl, something like this: > > > > eval { Execute('*') }; > > if($@) { > > Execute('error.epl', $@); > > } > > > > Instead use > > Execute({inputfile => '*', options

Re: [RESEND] Trapping errors

2005-02-22 Thread Robert Norris
On Wed, Feb 23, 2005 at 05:28:17AM +0100, Gerald Richter wrote: > > Any way to make this behave more like croak/die? These seem to check if > > their argument is a reference. If it is, they just drop the reference > > into $@, otherwise they add context (line number, etc). > > > > I take a look at

Embperl::Object and ErrorDocument

2005-02-23 Thread Robert Norris
http://www2.ecos.de/~mailarc/embperl/2002-11/msg00122.html Was anything ever done with this? Is there a fix? Thanks, Rob. -- Robert Norris <[EMAIL PROTECTED]> Messaging & Scheduling Group Information Technology Services signature.asc Description: Digital signature

Empty file uploads

2005-02-28 Thread Robert Norris
I've noticed that file uploads don't seem to always work. The uploaded file appears to come through empty most of the time. Usually it works after restarting the browser, or the server, but not after that. If I'm lucky, one request will go through, but thats pretty rare, and there doesn't seem to b

Re: Empty file uploads

2005-02-28 Thread Robert Norris
On Mon, Feb 28, 2005 at 07:04:43PM -0500, Daniel wrote: > I don't seem to have any problems with this. Perhaps you could try this > method instead? Saving a temporary file doesn't suit my application, but I did test this just to see what would happen. Same problem. BTW, I didn't mention that I'm

  1   2   >