Re: [PHP] Re: Need help.

[email protected] ("1LT John W. Holmes") Tue, 28 Jan 2003 15:22:07 -0500
Newsgroups php.general,php.lang
Organization U.S. Army
Message-ID <005101c2c70a$f1cb0610$a629089b@TBHHCCDR>
> ----- Original Message ----- Thkiat wrote:
> > Can someone tell me what should I do to solve this problem?

Of course...

> > Warning: mysql_fetch_row(): supplied argument is not a valid MySQL
result
> > resource in /home/epcc/public_html/exoops/class/database/mysql.php on
line
> > 134

Fix your problem on line 134

> > Warning: mysql_fetch_row(): supplied argument is not a valid MySQL
result
> > resource in /home/epcc/public_html/exoops/class/database/mysql.php on
line
> > 134

Same thing here...

> > Warning: mysql_fetch_row(): supplied argument is not a valid MySQL
result
> > resource in /home/epcc/public_html/exoops/class/database/mysql.php on
line
> > 134

and here...

> > Warning: chmod failed: Operation not permitted in
> >
/home/epcc/public_html/exoops/modules/PP-News/include/admin_envois_mails.php
> > on line 489

Ah, this is different. Here you'd want to fix your problem on line 489.

> > Warning: mysql_fetch_row(): supplied argument is not a valid MySQL
result
> > resource in /home/epcc/public_html/exoops/class/database/mysql.php on
line
> > 134

and again back to the line 134 thing that should be fixed by now.

> > Warning: chmod failed: Operation not permitted in
> >
/home/epcc/public_html/exoops/modules/PP-News/include/admin_envois_mails.php
> > on line 489

I already covered this one, right?

> > Erreur : Directory
/home/epcc/public_html/exoops/modules/PP-News/archives/
> > Directory , aucune archive n'a été crée
> > Newsletter sent to 2 users

---John Holmes...

PS: Your query is failing and you can't do chmod() because you're running as
the web server. Post your code if you want more help.