Re: [PHP] Remote Procedure Call Failed

2005-02-07 Thread Andre Dubuc
On Monday 07 February 2005 12:06 pm, Alex Gemmell wrote: > On Sun, 6 Feb 2005 19:36:23 -0500, Andre Dubuc <[EMAIL PROTECTED]> wrote: > > On Sunday 06 February 2005 07:18 pm, Alex Gemmell wrote: > > > Hello, > > > > > > I am building a login system for my website but I keep experiencing an > > > err

Re: [PHP] Remote Procedure Call Failed

2005-02-07 Thread Alex Gemmell
On Mon, 07 Feb 2005 18:14:22 +0100, Jochem Maas <[EMAIL PROTECTED]> wrote: > Alex Gemmell wrote: > > .. > > > Well, I have a few lines like these two: > > > > session_register('email_address'); > > $_SESSION['email_address'] = $email_address; > > > > If I simply delete the first line > > ("sessio

Re: [PHP] Remote Procedure Call Failed

2005-02-07 Thread Jochem Maas
Alex Gemmell wrote: .. Well, I have a few lines like these two: session_register('email_address'); $_SESSION['email_address'] = $email_address; If I simply delete the first line ("session_register('email_address');") everything will still work... right? yes - on one condition: somewhere in you app/

Re: [PHP] Remote Procedure Call Failed

2005-02-07 Thread Alex Gemmell
On Sun, 6 Feb 2005 19:36:23 -0500, Andre Dubuc <[EMAIL PROTECTED]> wrote: > On Sunday 06 February 2005 07:18 pm, Alex Gemmell wrote: > > Hello, > > > > I am building a login system for my website but I keep experiencing an > > error on a specific PHP page that I have never encountered before and it

[PHP] Remote Procedure Call Failed

2005-02-06 Thread Alex Gemmell
Hello, I am building a login system for my website but I keep experiencing an error on a specific PHP page that I have never encountered before and it seems worryingly low-level! It says: "The remote procedure call failed." And that's it! Nothing else is on the page. Sometimes I get a slightl