Author Topic: When user trying to register he gets this:  (Read 4649 times)

0 Members and 1 Guest are viewing this topic.

Offline Hottt

  • Jr. Member
  • **
  • Posts: 62
    • View Profile
    • http://www.funz.net
When user trying to register he gets this:
« on: November 26, 2002, 04:35:01 PM »
Warning: fgets(): supplied argument is not a valid File-Handle resource in /pub/home/funpizza/htdocs/gallery/includes/email.php on line 185

Email Error: Invalid mail server response (service not ready?):

any idea what is the problem?
thanks!

Offline Chris

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.487
  • Did u ever stop to think and then forget to start?
    • View Profile
Which
« Reply #1 on: November 26, 2002, 05:10:53 PM »
Are you trying to use SMTP?  Have you tried without it?  This is found under the admin control panel "Settings"

Offline Hottt

  • Jr. Member
  • **
  • Posts: 62
    • View Profile
    • http://www.funz.net
When user trying to register he gets this:
« Reply #2 on: November 26, 2002, 05:37:28 PM »
thank you so much - the problem was in smtp - what is it for by the way?

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
When user trying to register he gets this:
« Reply #3 on: November 26, 2002, 06:27:28 PM »
that's another way to send email. especialy if your host doesnt support SENDMAIL command.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Hottt

  • Jr. Member
  • **
  • Posts: 62
    • View Profile
    • http://www.funz.net
When user trying to register he gets this:
« Reply #4 on: November 26, 2002, 06:40:00 PM »
thanks!