php-general Digest 7 Jan 2006 11:58:50 -0000 Issue 3892
Topics (messages 228281 through 228288):
Re: Warning: Missing argument 7 calling a function
228281 by: Programmer
228283 by: enediel gonzalez
228284 by: Robert Cummings
228285 by: Aaron Koning
228286 by: Robert Cummings
Re: HAPPY NEW YEAR!!
228282 by: Kevin Waterson
PHP4 vs PHP5
228287 by: Gerry Danen
Image editing?
228288 by: William Stokes
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
php-general@lists.php.net
----------------------------------------------------------------------
--- Begin Message ---
This should work; however, it sounds like you may want to think about
using an array or creating an object.
-----Original Message-----
From: enediel gonzalez [mailto:[EMAIL PROTECTED]
Sent: Friday, January 06, 2006 3:58 PM
To: php-general@lists.php.net
Subject: [PHP] Warning: Missing argument 7 calling a function
Hello
I've a function with 6 arguments that works properly.
Trying to add a 7th argument an being sure that calling the function I
pass
that one I received the following message (several times) on my web page
Warning: Missing argument 7 for getcommanddeclaration() in
/var/www/cp/apply.php on line 56
It's only one place where this function is called
Thanks in advance for any help
Enediel
Linux user 398956
Debian GNU/Linux
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
Thanks for the answer, but I can not understand the origin of this error,
seven values passed, seven variables to receive those values,none of them is
an array, nothing more.
for a while, just to continue working, the 7th variable was removed and I
declared a global one, but this is something I don't enjoy to do it.
best regards
Enediel
Linux user 398956 Debian GNU/Linux
From: "Programmer" <[EMAIL PROTECTED]>
To: "'enediel gonzalez'" <[EMAIL PROTECTED]>, <php-general@lists.php.net>
Subject: RE: [PHP] Warning: Missing argument 7 calling a function
Date: Fri, 6 Jan 2006 16:05:17 -0600
This should work; however, it sounds like you may want to think about
using an array or creating an object.
-----Original Message-----
From: enediel gonzalez [mailto:[EMAIL PROTECTED]
Sent: Friday, January 06, 2006 3:58 PM
To: php-general@lists.php.net
Subject: [PHP] Warning: Missing argument 7 calling a function
Hello
I've a function with 6 arguments that works properly.
Trying to add a 7th argument an being sure that calling the function I
pass
that one I received the following message (several times) on my web page
Warning: Missing argument 7 for getcommanddeclaration() in
/var/www/cp/apply.php on line 56
It's only one place where this function is called
Thanks in advance for any help
Enediel
Linux user 398956
Debian GNU/Linux
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
On Fri, 2006-01-06 at 20:27, enediel gonzalez wrote:
> Thanks for the answer, but I can not understand the origin of this error,
> seven values passed, seven variables to receive those values,none of them is
> an array, nothing more.
>
> for a while, just to continue working, the 7th variable was removed and I
> declared a global one, but this is something I don't enjoy to do it.
Are you using any kind of compile cache? (apc, turckmm, phpa, zend)
These are notorious (in my experience with phpa and zend anyways) of
occasionally (not always though which is wierd) not noticing a source
file has changed. If so, try flushing the cache directory, and
restarting your webserver.
Cheers,
Rob.
--
.------------------------------------------------------------.
| InterJinn Application Framework - http://www.interjinn.com |
:------------------------------------------------------------:
| An application and templating framework for PHP. Boasting |
| a powerful, scalable system for accessing system services |
| such as forms, properties, sessions, and caches. InterJinn |
| also provides an extremely flexible architecture for |
| creating re-usable components quickly and easily. |
`------------------------------------------------------------'
--- End Message ---
--- Begin Message ---
Why not send us the Call and the Function for arguments sake (pun intended).
Aaron
On 1/6/06, enediel gonzalez <[EMAIL PROTECTED]> wrote:
>
> Hello
> I've a function with 6 arguments that works properly.
>
> Trying to add a 7th argument an being sure that calling the function I
> pass
> that one I received the following message (several times) on my web page
>
> Warning: Missing argument 7 for getcommanddeclaration() in
> /var/www/cp/apply.php on line 56
>
> It's only one place where this function is called
>
> Thanks in advance for any help
> Enediel
> Linux user 398956
> Debian GNU/Linux
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--- End Message ---
--- Begin Message ---
On Fri, 2006-01-06 at 23:13, Aaron Koning wrote:
> Why not send us the Call and the Function for arguments sake (pun intended).
Yeah, it might help up to track down the source (pun also intended ;) of
the problem.
Cheers,
Rob.
--
.------------------------------------------------------------.
| InterJinn Application Framework - http://www.interjinn.com |
:------------------------------------------------------------:
| An application and templating framework for PHP. Boasting |
| a powerful, scalable system for accessing system services |
| such as forms, properties, sessions, and caches. InterJinn |
| also provides an extremely flexible architecture for |
| creating re-usable components quickly and easily. |
`------------------------------------------------------------'
--- End Message ---
--- Begin Message ---
This one time, at band camp, Michelle Konzack <[EMAIL PROTECTED]> wrote:
> A little bit late, but from France:
>
> Bonne Année!
why not!
joyeaux noel
Kevin
--
"Democracy is two wolves and a lamb voting on what to have for lunch.
Liberty is a well-armed lamb contesting the vote."
--- End Message ---
--- Begin Message ---
I'm wondering if $_SERVER['HTTP_REFERER'] is no longer supported, or perhaps
has a new name?
TIA
Gerry
--- End Message ---
--- Begin Message ---
Hello,
I might have to start doing some automated image editing or rezising with
PHP. I've never done anything like this before so I would need some
guidelines to get started. Basically what sections of the manual to read and
what tools need to be installed to the server side to get things like this
done. Are there any websites about this issue, other than php.net, that
might provide help to beginners? Thanks for your assistance!
-Will
--- End Message ---