r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[!Cheyenne] Discussions about the Cheyenne Web Server

Graham
14-Jul-2007
[2033]
why the limit?
Dockimbel
14-Jul-2007
[2034x2]
and either put a much higher value or replace it by : if false [
It's not a limit, it's a trigger that switch to the file disk mode 
instead of receiving all the POSTed data in memory
Graham
14-Jul-2007
[2036]
Ok.
Dockimbel
14-Jul-2007
[2037x2]
It should be controled by a config file option, but I didn't had 
time yet to implement it.
Btw, for debugging your RSP scripts, you can also rely on the 'rsp-log 
function which is a wrapper to 'probe that will output values in 
console instead of the response buffer.
Graham
14-Jul-2007
[2039x2]
Ok.  Good to know.
working now :)
Dockimbel
14-Jul-2007
[2041]
Good to hear, I can now go to sleep ;-)
Graham
14-Jul-2007
[2042]
hehe
Pekr
17-Jul-2007
[2043]
Doc - still no luck - which version is last? 016? It returns - "No 
input file specified" for test.php .... on Vista, will try with XP 
at home ...
Graham
17-Jul-2007
[2044x2]
Why don't you load up vmware server??
I'm finding vista very difficult to use as well.
Pekr
17-Jul-2007
[2046x3]
Graham - because it sounds like taking a hammer on a single issue 
...
I want issue to be resolved, not workarounded. I don't need Cheyenned 
so badly now, that I could not set-up apache for eg. It would be 
much faster than wmvare ...
I would like to help debug, what the trouble is, just don't know 
why. Maybe I will set-up WireShark (Ethereal) during my vacation 
next week ...
Graham
17-Jul-2007
[2049]
If you can confirm that it works for you under XP, then you can try 
Vista.  Must surely make it easier to get it working first before 
trying to debug it
Pekr
20-Jul-2007
[2050]
Doc - so I just tried on my WinXP, and I have similar problem as 
on Vista. First time test.php is requested, it displays the table. 
Trying to reload page gives me "No input file specified".
[unknown: 9]
20-Jul-2007
[2051]
We all spend tooooooooooooooo much time with these types of bugs...such 
a shame....
btiffin
20-Jul-2007
[2052]
Reichart;   In defense of Doc et al, Cheyenne is still a Beta, someone's 
gotta spend the time  :)  might as well be us.   And Vista...XP, 
well it's MS and "good enough is good enough" seems to rule the day 
in Redmond.


And yes it is a shame.  If motorola had won an early lead in the 
chip wars, the 68K flat memory model would have saved an untold millions 
(billions?) of man hours for the PC industry.  If MS hadn't been 
allowed to overhype Chicago (for what, 3 years?) and then FUD  OS/2 
to death, we'd all have object oriented desktops that we could talk 
to by now. But we plug ahead, mostly oblivious.  :)  Sorry, this 
should have been in Vent, so I'll end with

Go Doc Go
Pekr
20-Jul-2007
[2053]
Reichart - I am ok with testing :-) i don't need Cheyenne right now, 
but I want to help it get running. And later on, I will have my coding 
environment with me. Now someone suggest how to make mySQL non installable 
distribution, which would start db server withCheyenne start. Being 
able to do that, we would have something really cool! :-)
[unknown: 9]
21-Jul-2007
[2054x2]
Just to be clear, I'm lamenting the time Doc needs to waste.  


For example, I moved my WebCAm from one USB port on my PC to another 
on the same PC.  This apparently made Windows think it needed to 
reload the entire installer for the drivers..............................something 
like 50 megs, plus about 15 minutes.  WTF!?!


Earlier today I wanted to VNC into an office.  2 hours, and several 
IT people, and it was 5 seconds per frame update.  WTF!?!

I'm tired of working out simple problems over and over again…
er, end <rant>
Pekr
21-Jul-2007
[2056]
you are actually very right :-)
btiffin
21-Jul-2007
[2057]
Rant on...rant on  Intelligent bitching is one small way of getting 
through to people.  :)
 
Oh yeah, Cheyenne group...Go Doc Go
Dockimbel
21-Jul-2007
[2058]
Pekr: are you using a php.ini file ? If you're using one, just remove 
it and retry the test.
Pekr
22-Jul-2007
[2059]
there was not php.ini, just _php.ini - I moved it out, still the 
same ... currently on vacation with my notebook with Vista. Tried 
relative path, absolute path, no path - manually starting php-cgi 
- b 9999, still not luck ....
Dockimbel
22-Jul-2007
[2060]
Does anyone else have the same issue than Pekr running PHP scripts 
with Cheyenne on Windows ?
Dockimbel
23-Jul-2007
[2061]
I got a message from another user having the same symptoms, so now 
at least, I know that it's not your PC fault ;-). Still, I can't 
reproduce it on my development box....
Graham
24-Jul-2007
[2062]
so release 1.0 is to be delayed until php support is fixed??
Dockimbel
24-Jul-2007
[2063]
I guess it should not. Currently, what takes me time is the web control 
panel that I'm adding to Cheyenne and the UI part (HTML) really takes 
a lot of time. Once it's ready, I'll release the 1.0 rc1.
Graham
24-Jul-2007
[2064x4]
web control panel??
is that to replace a console application?
BTW, EJSCharts are now out of beta .. I found it really easy to add 
line charts to my portal http://www.ejschart.com/
the free version only allows one or two graphs per chart
Dockimbel
24-Jul-2007
[2068x3]
The web control panel purpose is to provide an embedded UI for managing 
Cheyenne configuration. Once done, you shouldn't need to edit the 
httpd.cfg file anymore.
I plan also to allow remote administration through reb|web-services, 
but after the v1.
Pekr: ok I've reproduced the problem, it seems to occur on XP-SP2 
but not on XP-SP1... Should be fixed soon.
Graham
24-Jul-2007
[2071]
Anyone got a wiki working with Cheyenne ?  Vanilla or derivative?
Pekr
25-Jul-2007
[2072]
Doc - right, XP SP2 on my home PC, but it is related also to Vista 
(my work notebook)
Dockimbel
25-Jul-2007
[2073x5]
Ok, the issue with PHP interfacing can be solved by specifying a 
full path for 'root-dir in config file (it's not related to Windows 
version). I'll fix that for the next release so that relative path 
could be used too.
If you don't want to mess with the httpd.cfg file, it's a one-line 
fix, just change the following line in %mods/mod-fastcgi.r :
path: form to-local-file req/in/file
to :
path: form to-local-file get-modes req/in/file 'full-path
Pekr
26-Jul-2007
[2078]
Doc - currently on vacation with my Vista notebook. That one line 
fixes the problem! Tested under IE 7.0 and FF 2.0! Thanks a lot. 
Now the last thing is to get mySQL into non-installable version :-)
Dockimbel
26-Jul-2007
[2079x2]
I'm glad to hear that it's finally working on your Vista laptop. 
Why not use SQLite instead of MySQL ?
BTW, there's a MySQL version without installer (in ZIP format for 
Windows), see : http://dev.mysql.com/downloads/mysql/5.1.html
Philippe
26-Jul-2007
[2081]
Hi Nenad ! I confirm that the change fixes the problem for php. Thanks 
Doc  ! Well, we have Rebol, Php, Perl, what's about Python, Ruby 
and Java now ? ;-)
Dockimbel
28-Jul-2007
[2082]
Most languages support the CGI interface, they call all be used with 
Cheyenne. I plan a specific support for Java servers (by implementing 
AJP protocol in Cheyenne).