Re: [PHP] Having a problem with clone.

2013-05-11 Thread Richard Quadling
On 11 May 2013 09:52, Marco Behnke wrote: > Am 10.05.13 11:35, schrieb Richard Quadling: > > Trying to clone an uncloneable object of class Smarty_Variable > Different PHP versions maybe? > > Look at this thread I found: > > http://wordpress.org/support/topic/fatal-error-trying-to-clone-an-unclon

Re: [PHP] Having a problem with clone.

2013-05-11 Thread Marco Behnke
Am 10.05.13 11:35, schrieb Richard Quadling: > Trying to clone an uncloneable object of class Smarty_Variable Different PHP versions maybe? Look at this thread I found: http://wordpress.org/support/topic/fatal-error-trying-to-clone-an-uncloneable-object-of-class-reflectionclass The last post --

Re: [PHP] Having a problem with clone.

2013-05-10 Thread Nick Whiting
Do you have a backtace for this? What is the gender class doing? Have u done a global search for keyword "clone"? On Friday, May 10, 2013, Richard Quadling wrote: > Hi. > > I'm having an issue where I get ... > > Fatal error: Trying to clone an uncloneable object of class Smarty_Variable > in

Re: [PHP] Having a problem with clone.

2013-05-10 Thread Richard Quadling
On 10 May 2013 12:18, Richard Quadling wrote: > > On 10 May 2013 12:08, Nick Whiting wrote: > >> >> Do you have a backtace for this? >> >> What is the gender class doing? >> >> Have u done a global search for keyword "clone"? >> >> >> >> On Friday, May 10, 2013, Richard Quadling wrote: >> >>> Hi

Re: [PHP] Having a problem with clone.

2013-05-10 Thread Richard Quadling
On 10 May 2013 12:08, Nick Whiting wrote: > > Do you have a backtace for this? > > What is the gender class doing? > > Have u done a global search for keyword "clone"? > > > > On Friday, May 10, 2013, Richard Quadling wrote: > >> Hi. >> >> I'm having an issue where I get ... >> >> Fatal error: Tr

Re: [PHP] Having a problem

2005-04-25 Thread Petar Nedyalkov
On Monday 25 April 2005 10:46, Rittwick Banerjee wrote: > Hi friends, > This is Rittwick Banerjee > > I have a problem with PHP and MySql while i'm trying to give a code into a > PHP file. The main problem is I can't delete any kinds of records from my > MySql database using a PHP code . > > Can an

Re: [PHP] Having a problem

2005-04-25 Thread Chris Ramsay
On 4/25/05, Rittwick Banerjee <[EMAIL PROTECTED]> wrote: > Hi friends, > This is Rittwick Banerjee > > I have a problem with PHP and MySql while i'm trying to give a code into a > PHP file. The main problem is I can't delete any kinds of records from my > MySql database using a PHP code . > > Can

Re: [PHP] Having a problem with RCPT TO and email

2004-05-07 Thread Todd Cary
DATA From: "My real name" <[EMAIL PROTECTED]> <<<< To: "Your real name" <[EMAIL PROTECTED]> <<<< Subject: Something to test That's it! Thanks! Petr U. wrote: On Fri, 07 May 2004 10:49:08 -0700 Todd Cary <[EMAIL PROTECTED]> wrote: >fputs($smtp, "RCPT TO: <[EMAIL PROTECTED]>\r\n");

Re: [PHP] Having a problem with RCPT TO and email

2004-05-07 Thread Petr U.
On Fri, 07 May 2004 10:49:08 -0700 Todd Cary <[EMAIL PROTECTED]> wrote: >fputs($smtp, "RCPT TO: <[EMAIL PROTECTED]>\r\n"); You should (are you doing?) something like this: -- cut -- HELO blah MAIL FROM: [EMAIL PROTECTED] RCPT TO: [EMAIL PROTECTED] DATA From: "My real name" <[EMAIL PROTECTED

Re: [PHP] Having a problem with sessions, Part Deux.

2002-01-21 Thread Henrik Hudson
I am using files on both systems. The session "files" are also showing up on both systems. (/tmp) On Monday 21 January 2002 08:15, Jaime Bozza wrote: > Henrik, >Which session handler are you using? Files, mm, User? > > Jaime Bozza > > > > -Original Message- > From: Henrik Hudson [ma

RE: [PHP] Having a problem with sessions, Part Deux.

2002-01-21 Thread Jaime Bozza
Henrik, Which session handler are you using? Files, mm, User? Jaime Bozza -Original Message- From: Henrik Hudson [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 20, 2002 11:55 PM To: [EMAIL PROTECTED] Subject: [PHP] Having a problem with sessions, Part Deux. Just FYI. I poste