similar to: Session + Redirect trouble

Displaying 20 results from an estimated 400 matches similar to: "Session + Redirect trouble"

2007 Oct 15
2
Something is wrong with Camping::H in the svn version
Dear All, I got az error message with the svn version of Camping under FastCGI NoMethodError undefined method `user_id'' for {"user_id"=>2}:HashWithIndifferentAccess: The call was a simple "User.find @state.user_id" in my login controller... The following libraries are loaded manually: action_controller, action_view, mime/types, camping, camping/mab,
2007 Feb 27
0
Camping only with .htaccess
Hi, I found a solution for running Camping applications without having access to /etc/apache2/* files. Only two small settings: 1. A small .htaccess file, which contains the following: RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ http://nagybence.inter.hu/camping/index.fcgi/$1 [P,L] 2. A little modification in Camping''s source: @status,
2007 Feb 18
1
FastCGI without ScriptAlias
Hi, I made some experiments with the sample blog application, my index.fcgi file contains the following: require ''camping/fastcgi'' Camping::Models::Base.establish_connection( :adapter => ''sqlite3'', :database => ''database/camping.db'' ) Camping::FastCGI.serve(''blog.rb'') Without ScriptAlias the application works fine,
2007 Oct 09
4
Camping and sessions proposal.
Hi Campers, from the discussions gathered around, the current Camping sessions don''t seem to be satisfying. ActiveRecord doesn''t seem to handle hashid as an identifier, plus it doesn''t seem to be fully consistent across the various RDBMS. On the other hand, the scope of the project does not permit to implement all kind of client persistence. Secure sessions with
2007 Oct 24
3
Will there be a new release soon?
Hi, Is there going to be a 1.5.1 release anytime soon? Seems like there have been enough changes in SVN to warrant one and I prefer to use only "released" code in production. It gives me warmer, fuzzier feelings than using svn/trunk. :) Regards, Dan This communication is the property of Qwest and may contain confidential or privileged information. Unauthorized use of this
2001 May 30
1
wprocs.dll (fwd)
On Wed, 30 May 2001, Bence Fejervari wrote: > > Hi, > > I compiled wine-20010510 and tried to run winmine.exe, but got the > following error message: > > $ wine winmine.exe > err:int:INT_GetPMHandler could not load wprocs.dll ... > > What is this wprocs.dll file it misses? I couldn't find it anywhere... > I dunno, but wine has a built in one (libwprocs.so -
2002 Nov 06
2
Roaming Profiles + Win2000 + XP
Hi, Ive got my PDC up and running under samba, it is serving several windows 2000 machines and a windows XP machine. The problem is when using Roaming Profiles....... Were using Outlook XP + IMAP Mail for the users emails, which works fine.... the only problem comes when logging off the machine and back to another. The windows 2000 machines seem to update the profile changes back to the server.
2001 May 30
0
wprocs.dll
Hi, I compiled wine-20010510 and tried to run winmine.exe, but got the following error message: $ wine winmine.exe err:int:INT_GetPMHandler could not load wprocs.dll err:seh:UnhandledExceptionFilter Couldn't start debugger (debugger/winedbg 134624448 44) (2) Read the Wine Developers Guide on how to set up winedbg or another debugger err:ntdll:RtlpWaitForCriticalSection Critical section
2001 Jun 05
0
wine + OpenGL + Counter-Strike
Hi, I'm trying to install wine with OpenGL for a week now... I'm beginning to go mad... :( I tried to compile wine many times. I use XFree86 4.0.2 and nVIDIA 1.0-1251 driver (with ASUS V3400 card, nVIDIA TNT). If anybody have working wine with Half-Life + Counter Strike, please send me the output of wine's ./configure, a wine.conf, an XF86Config file and the output of `ldconfig -p`.
2001 Oct 29
0
MoorHuhn Jagd 2
Hi, did anyone get work this game? I start it then it segfaults... HL and CS works good, I've got Slack 8.0 on a dual Cel500 PC with ASUS V7100Pro. Bye, Bence -- Bence Fejervari bentse@sch.hu +36203431493
2016 Nov 16
1
Fwd: HW requirements?
Hi all, I would like to implement an opus encoder on a TI CC2650 MCU (128 kB Flash). I did not find any information about the hardware requirements of opus, but I found that someone already had trouble with the flash size with the 512 kB ATMEL AT32UC3B0512. (http://lists.xiph.org/pipermail/opus/2016-August/ 003611.html) Do you think I should start implementing or rather find an other
2017 May 09
1
samba process use 100% cpu
On Tue, 9 May 2017 19:33:03 +0200 Papp Bence via samba <samba at lists.samba.org> wrote: > Here is the smb.conf: > > https://pastebin.com/LUf4MUF0 > > Do you really need to use these settings on your Unix domain member ? idmap config *:backend = tdb idmap config *:range = 20-99 idmap config kzsdabas:backend = ad idmap config kzsdabas:schema_mode = rfc2307
2006 Feb 08
1
Weird validation issue
Hi, I''m having a weird validation issue. Validation isn''t working for certain attributes and, for some reason, it''s also affecting things outside of validation. For campers on certain camp types, we require some information about their school. I tried to validate the information this way: validates_presence_of :school_type, :if => Proc.new { |c| !c.booking.nil?
2017 May 09
0
samba process use 100% cpu
Anybody? 2017. 05. 02. 10:48 keltezéssel, Papp Bence via samba írta: > Hi! > > > I need some help. > > We use samba4 as AD, and now when clients connect to server, samba > process stuck at 100% cpu. > > samba Version: 4.3.4 Release: 13.el6 > > > top: > > 3777 root 20 0 131m 46m 28m R 99.7 0.3 219:20.53 > /usr/local/samba4//sbin/samba -D
2017 May 09
0
samba process use 100% cpu
Here is the smb.conf: https://pastebin.com/LUf4MUF0 Thank you very much. 2017. 05. 09. 18:15 keltezéssel, Dante F. B. Colò via samba írta: > Did you install it from binary packages ? compiled from source ? Post your smb.conf here. > > > ----- Original Message ----- > From: "samba" <samba at lists.samba.org> > To: "samba" <samba at
2007 May 01
0
[Bug 564] New: quota match: working or not?
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=564 Summary: quota match: working or not? Product: netfilter/iptables Version: unspecified Platform: All OS/Version: All Status: NEW Severity: minor Priority: P2 Component: ip_tables (kernel) AssignedTo: laforge@netfilter.org
2016 Nov 18
0
Fwd: HW requirements?
Bence Szebedy wrote: > Hi all, > > I would like to implement an opus encoder on a TI CC2650 MCU (128 kB Flash). ... > Do you think I should start implementing or rather find an other > lightweight codec? Can you recommend any? How will your encoder be used? What is it you intend to encode; speech, music? Regards, Martin -- Martin J Leese E-mail: martin.leese stanfordalumni.org
2017 May 09
2
samba process use 100% cpu
Did you install it from binary packages ? compiled from source ? Post your smb.conf here. ----- Original Message ----- From: "samba" <samba at lists.samba.org> To: "samba" <samba at lists.samba.org> Sent: Tuesday, May 9, 2017 1:01:10 PM Subject: Re: [Samba] samba process use 100% cpu Anybody? 2017. 05. 02. 10:48 keltezéssel, Papp Bence via samba írta: > Hi!
2007 Aug 08
1
Rv 3 released, with cluster support
Hey Campers, Ditch that pup-tent for Camping deployment. Maybe. Either way, drive around in Rv 3, newly released *right at this moment*. Rv A little init.d system for running Camping apps, for Linux. Features * cluster support * custom database configuration * interactive setup tasks * logging Full documentation and instructions at:
2007 Jan 10
2
Dream Ledger
Hello Fellow Campers, I''m feeling crazy tonight and thought I''d go ahead and announce my new little project riding on the Camping framework: Dream Ledger (http://www.dreamledger.com). The app was written to scratch a personal itch, which is the simple fact that I wanted an easy way to record my nightly dreams and sleep experiences. Think about it as ''dream