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

[PHP] Having a problem with clone.

2013-05-10 Thread Richard Quadling
Hi. I'm having an issue where I get ... Fatal error: Trying to clone an uncloneable object of class Smarty_Variable in xx/trunk.newbuild/includes/frontend/site_includes/classes/smarty-3.10/sysplugins/smarty_internal_template.php on line 269 This issue happens consistently on our live server

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

[PHP] Having a problem

2005-04-25 Thread Rittwick Banerjee
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 any help me ? If there any code possible please e-mail that to me at [E

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

[PHP] Having a problem with RCPT TO and email

2004-05-07 Thread Todd Cary
I am sending the following: fputs($smtp, "RCPT TO: <[EMAIL PROTECTED]>\r\n"); and when I receive the email, it has a "Bcc:" rather than a "To:". Am I overlooking something here? Todd -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2002-01-21 Thread Henrik Hudson
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 posted the forwarded question earlier, but did some more > testing. &g

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

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

2002-01-20 Thread Henrik Hudson
Just FYI. I posted the forwarded question earlier, but did some more testing. I was doing some testing tonight when server traffic was low (ie: stop / restart Apache) and I found out that when register_globals is On, the below code doesn't work. Is this something to do with the EGPCS and how v

[PHP] Having a problem with sessions?

2002-01-20 Thread Henrik Hudson
Hey List- Banging my head again the wall with this one. One of our developers was trying to get some session stuff to work and he couldn't and asked me to look into it. I have a script that contains the following (the sessions.php href reference is the same script accept it calls this one):