4images Forum & Community
4images Issues / Ausgaben => Discussion & Troubleshooting => Topic started by: frdx16 on May 17, 2003, 05:20:49 PM
-
I Really Need your Help On this !
on my site www.pagenpain.com/gallery
every time a user tries to register 4image comes up with the error saying :User name already exists. or Email Adress Already Exist in Data Base wich is not true.
I didnt change anything on any .php files i didn't add MOD even didn't change the templates its the Originale 4image ver. 1.7
If some one could please help me here it'll be great !
i thank you in advance.
-
You seem to have other issues. On the registration page, when I click submit:
Warning: fsockopen() [function.fsockopen]: php_hostconnect: connect failed in /home/fredo/public_html/gallery/includes/email.php on line 184
Warning: fsockopen() [function.fsockopen]: unable to connect to mail.pagenpain.com:25 in /home/fredo/public_html/gallery/includes/email.php on line 184
Warning: fgets(): supplied argument is not a valid stream resource in /home/fredo/public_html/gallery/includes/email.php on line 185
Email Error: Invalid mail server response (service not ready?):
If you're trying to use SMTP for emails, don't. Just use the PHP builtin mail function. It works sooooo much better.
See this FAQ:
http://www.4homepages.de/forum/viewtopic.php?t=3162
-
Thanx ALOT you saved me !
its working well now!
thank you again!
-
Just use the PHP builtin mail function. It works sooooo much better.
why is that? :?
-
Simply because it works.
Too often people can't get SMTP mail sending to work so it's just far easier to set 4images up to use the PHP builtin mail function. That's why it's so much better (to me at least :wink: )