[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

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

Re: [PHP] What does this error mean

2002-09-22 Thread Randy Johnson
Need 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

Re: [PHP] What does this error mean?

2001-06-30 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 3:17 PM Subject: [PHP] What does

RE: [PHP] What does this error mean?

2001-06-30 Thread scott [gts]
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 error mean? I'm trying to from a file

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've never seen this error before. What does

[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? ERROR 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