Problem in php sendmail

Status
Not open for further replies.

Antarel Nefertili

New Member
Messages
26
Reaction score
0
Points
0
I am using the Enthusiast 3.1.3 code for my fanlisting. I'm currently having problems with sendmail. Whenever I test the join page for new members, it shows up a blank page after filling out the form. It's also supposed to send a copy of the info to me and to the pending member, but so far I am not getting anything. Here's the join page: http://spacialrend.x10hosting.com/palkia/join.php

There are other pages that involve sending info to email (the update form and the lost password form), but I have only checked the join form. What can I do to enable sendmail? I am hesitant about tweaking the scripts I downloaded because it might further cause problems. Help is greatly appreciated. If it is needed, here are my cPanel info:

cPanel user name: antarel
Domain/subdomain: spacialrend.x10hosting
Hosting package: Adfree
 
Last edited:

Antarel Nefertili

New Member
Messages
26
Reaction score
0
Points
0
I tried my best to follow what the installation file said. Actually, when I tried joining using one of my emails, I found out that I can access the information via the database I made as the "administrator" of the fanlisting (I can approve or decline members), but the real problem is just the email.
 
Last edited:

Antarel Nefertili

New Member
Messages
26
Reaction score
0
Points
0
I don't think so. These are the required stuff in the config:

DATABASE VARIABLES:
$db_server = 'localhost';
$db_user = 'username';
$db_password = 'password';
$db_database = 'databasename';

DATABASE TABLE VARIABLES:
$db_settings = 'settings';
$db_category = 'category';
$db_joined = 'joined';
$db_owned = 'owned';
$db_affiliates = 'affiliates';
$db_emailtemplate = 'emailtemplate';
$db_errorlog = 'errorlog';

If you need to see the code of the join.php pls say so and I'll do what I can to help.
Edit:
I found another thread with a similar topic: http://forums.x10hosting.com/free-hosting/26935-php-sendmail.html

Perhaps the problem is in the SMTP?
 
Last edited:

Antarel Nefertili

New Member
Messages
26
Reaction score
0
Points
0
Update: I think the problem lies in my account's PHP configuration (I found out it doesn't allow the mail() function). I have requested for an upgrade, and I hope it will solve the problem.

Thanks to those who tried to help me out, anyway. :)
 

Bryon

I Fix Things
Messages
8,149
Reaction score
101
Points
48
Was just about to tell you to upgrade your PHP version, until I read that last post. Is this working for you now?
 
Last edited:
Status
Not open for further replies.
Top