Hello-
I just installed cpg1.3.2, and I edited the include/mailer.inc.php to contain my mail server and login info. I can send ecards just fine. However, users registering get an error about the email being able to get sent. If I turn on debugging for Everyone and notices as well, I get this when trying to register:
Ran into problems sending Mail. Response: 550 Administrative prohibition
File: - Line: /home/strangef/public_html/art/include/mailer.inc.php
Notice: Undefined index: offline in /home/strangef/public_html/art/include/init.inc.php on line 381
Notice: Undefined variable: cc in /home/strangef/public_html/art/include/mailer.inc.php on line 132
Notice: Undefined variable: bcc in /home/strangef/public_html/art/include/mailer.inc.php on line 133
Notice: Undefined variable: server_response in /home/strangef/public_html/art/include/mailer.inc.php on line 71
Notice: Undefined variable: server_response in /home/strangef/public_html/art/include/mailer.inc.php on line 71
Notice: Undefined variable: server_response in /home/strangef/public_html/art/include/mailer.inc.php on line 71
Notice: Undefined variable: server_response in /home/strangef/public_html/art/include/mailer.inc.php on line 71
Notice: Undefined variable: server_response in /home/strangef/public_html/art/include/mailer.inc.php on line 71
Notice: Undefined variable: server_response in /home/strangef/public_html/art/include/mailer.inc.php on line 71
Notice: Undefined variable: server_response in /home/strangef/public_html/art/include/mailer.inc.php on line 71
Notice: Undefined variable: server_response in /home/strangef/public_html/art/include/mailer.inc.php on line 71
Notice: Undefined variable: server_response in /home/strangef/public_html/art/include/mailer.inc.php on line 71
In the debugging box is this:
USER:
------------------
Array
(
[ID] => 73eda52691a057e257ac92bc56921ab1
[am] => 1
[liv] => Array
(
- => 1
)
)
==========================
USER DATA:
------------------
Array
(
[disk_max] => 0
[disk_min] => 0
[can_rate_pictures] => 0
[can_send_ecards] => 0
[ufc_max] => 0
[ufc_min] => 0
[custom_user_upload] => 0
[num_file_upload] => 5
[num_URI_upload] => 3
[can_post_comments] => 1
[can_upload_pictures] => 0
[can_create_albums] => 0
[has_admin_access] => 0
[pub_upl_need_approval] => 1
[priv_upl_need_approval] => 1
[group_name] => Anonymous
[upload_form_config] => 0
[group_quota] => 0
[can_see_all_albums] => 0
[group_id] => 3
[groups] => Array
(
- => 3
)
)
==========================
Queries:
------------------
Array
(
- => SELECT extension, mime, content FROM cpg132_filetypes;
[1] => SELECT * FROM cpg132_users WHERE user_id='0'AND user_active = 'YES' AND user_password != '' AND BINARY MD5(user_password) = '*'
[2] => SELECT MAX(group_quota) as disk_max, MIN(group_quota) as disk_min, MAX(can_rate_pictures) as can_rate_pictures, MAX(can_send_ecards) as can_send_ecards, MAX(upload_form_config) as ufc_max, MIN(upload_form_config) as ufc_min, MAX(custom_user_upload) as custom_user_upload, MAX(num_file_upload) as num_file_upload, MAX(num_URI_upload) as num_URI_upload, MAX(can_post_comments) as can_post_comments, MAX(can_upload_pictures) as can_upload_pictures, MAX(can_create_albums) as can_create_albums, MAX(has_admin_access) as has_admin_access, MIN(pub_upl_need_approval) as pub_upl_need_approval, MIN( priv_upl_need_approval) as priv_upl_need_approval FROM cpg132_usergroups WHERE group_id in (3)
[3] => SELECT group_name FROM cpg132_usergroups WHERE group_id= 3
[4] => DELETE FROM cpg132_banned WHERE expiry < 1107462626
[5] => SELECT * FROM cpg132_banned WHERE ip_addr='68.82.134.66' OR ip_addr='68.82.134.66' OR user_id=0
[6] => SELECT user_id FROM cpg132_users WHERE user_name = 'testing'
[7] => SELECT user_id FROM cpg132_users WHERE user_email = 'amanda@devoured.org'
[8] => INSERT INTO cpg132_users (user_regdate, user_active, user_actkey, user_name, user_password, user_email, user_location, user_interests, user_website, user_occupation) VALUES (NOW(), 'NO', '0930bfb50c73cb7e1496062e80432cfe', 'testing', 'test', 'amanda@devoured.org', '', '', '', '' )
)
==========================
GET :
------------------
Array
(
)
==========================
POST :
------------------
Array
(
[username] => testing
[password] => test
[password_verification] => test
[email] => amanda@devoured.org
[location] =>
[interests] =>
[website] =>
[occupation] =>
[submit] => Submit registration
)
==========================
Page generated in 4.962 seconds - 9 queries in 0.003 seconds - Album set :
That account has since been deleted, but, any ideas? Users can't get any registration info.
I figured if that wasn't working, the ecards wouldn't, either, but that works fine.