World: r3wp
[!Cheyenne] Discussions about the Cheyenne Web Server
older newer | first last |
Graham 14-Jul-2007 [2022x2] | please :) |
I only have time in the weekends to do any development :( | |
Dockimbel 14-Jul-2007 [2024] | Are you using REBOL CGI and RSP scripts in the same Cheyenne server instance ? |
Graham 14-Jul-2007 [2025x3] | No. I was just using the cgi to see why my rsp script was failing. |
ie.to determine why nothing was being returned by my rsp script. | |
ethereal showed I was posting all the data .. just no server response | |
Dockimbel 14-Jul-2007 [2028] | Does your RSP script use my MySQL driver ? I've fixed a bug related to that today : http://softinnov.org:8000/curecode/ticket.rsp?id=10031 |
Graham 14-Jul-2007 [2029x2] | No. |
it's a script that takes a submitted postscript file and returns a pdf | |
Dockimbel 14-Jul-2007 [2031x2] | Ok, give me a few minutes and I'll send you a fix by email. |
There's an immediate fix you could make in your %HTTPd.r file : find the following line : if stop-at > 65536 [ | |
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? |
older newer | first last |