Re: [PHP] What does this error mean

2002-09-22 Thread Randy Johnson
quot;'PHP GEN LIST'" <[EMAIL PROTECTED]> Sent: Sunday, September 22, 2002 2:34 PM Subject: RE: [PHP] What does this error mean > Hi Randy, > > It means that you are calling the function without the right amount of > parameters. The function mysql_query expects

RE: [PHP] What does this error mean

2002-09-22 Thread Daniel Kushner
hosting? http://thehostingcompany.us -Original Message- From: Randy Johnson [mailto:[EMAIL PROTECTED]] Sent: Sunday, September 22, 2002 2:26 PM To: Paul Nicholson; Bryan McLemore; PHP GEN LIST Subject: [PHP] What does this error mean What does this error mean? Warning: Wrong parameter

[PHP] What does this error mean

2002-09-22 Thread Randy Johnson
What does this error mean? Warning: Wrong parameter count for mysql_query() Thanks Randy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] What does this error mean?

2001-06-30 Thread Mark Roedel
> -Original Message- > From: Jimi Malcolm [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 28, 2001 2:17 PM > To: [EMAIL PROTECTED] > Subject: [PHP] What does this error mean? > > > I'm trying to from a file in a directory called 'logs'. I'

RE: [PHP] What does this error mean?

2001-06-30 Thread scott [gts]
rectory. to fix this the correct way, first put some error handling in the script, then set file permissions ;) > -Original Message- > From: Jimi Malcolm [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 28, 2001 3:17 PM > To: [EMAIL PROTECTED] > Subject: [PHP] What does this

Re: [PHP] What does this error mean?

2001-06-29 Thread infoz
The user the web server runs as (often 'nobody') does not have write access to the logs directory. - Tim http://www.phptemplates.org - Original Message - From: "Jimi Malcolm" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 28, 2001

[PHP] What does this error mean?

2001-06-29 Thread Jimi Malcolm
I'm trying to from a file in a directory called 'logs'. I've never seen this error before. What does it mean? <<>> Warning: fopen("logs/993700800.log","w+") - Permission denied in /home/sites/site20/users/guide/web/counter.php on line 28 Warning: Supplied argument is not a valid File-Handle re