Running RH9, with clearsilver-0.9.8. When I try to access Trac with my browser, I get the following error: Oops... Trac detected an internal error: No module...
Hi, I am trying to get clearsilver ruby support on my FreeBSD machine. clearsilver port installed just fine, but it does not include ruby portion. when I tried...
I have just successfully created a Python 2.4 build of CS 0.9.13 for Windows. I'd be happy to share it. (It would probably be ideal to get it up on the...
Build fails in ruby test section: This is what I get when I ./configure;make;make install [deleteduserinfo clearsilver-0.9.13]# make install make[1]: Entering...
How does one debug a ClearSilver template? When I have any syntax error in a ClearSilver template file, Apache reports an "Internal Server Error" when it runs...
When trying to build on Fedora Core 3: [root@idclinux4 clearsilver-0.9.13]# make install ...NOTE: all other dirs already built, omitted... make[1]: Entering...
If you look at the C example in cgi/static.c, you can see how it takes the NEOERR from cgi_display, and outputs it to the web (with cgi_neo_error) and to the...
Stu, Perhaps you need Ruby but if not then a workaround might be to pass --disable-ruby to ./configure Kind regards, Homme. ... -- Homme Zwaagstra GeoData...
Homme Zwaagstra
hrz@...
Jan 11, 2005 9:05 am
413
This was resolved, I believe by a patch posted by Brandon yesterday. Please check the other group messages....
Thanks, I've changed the ordering in the Makefile in cvs. Brandon ... -- "If organized religion is the opium of the masses, then disorganized religion is the...
Hi there, I was testing a CGI which accepts trackback pings from Blog sites and I'm seeing a problem in receiving requests from some site. The symptom is my...
Sure. Not sure what the "right" thing to do here is. Clearly the type check should be fixed to only check the type part of the content-type header. ...
Hi Brandon, I've found a problem within the configure script in correlation with python-2.4. Problem: The configure script trys to figure out the python...
After a couple hours worth of hacking the makefiles and the source code, I am still unable to get Clearsilver to compile under MinGW. I am currently using...
Hello, all, I was having trouble building the Perl library on my Debian x86 system; the default Makefile.PL wasn't using the libneo_cgi or libz libraries. I've...
James Black
jfb@...
Jan 28, 2005 3:30 am
426
Hi, Apologies if this is a commonly covered question, I did a cursory search of the archives and couldn't find anything. I'm interested in caching a parsed...
You can limit file sizes, but not "early" enough to stop them from wasting their time uploading the data. I literally use something like: pathname =...
I have an each loop in a .cs file, and inside the loop it has a lvar like this <?cs set:ok_var = "OK" ?> <?cs each:subnode = parent ?> <?cs lvar:write_subnode...
Is this a know problem? I'm using 0.9.12. ==21885== Invalid read of size 1 ==21885== at 0x8266FEE: lvar_eval (csparse.c:2118) ==21885== by 0x8268F24:...