I posted this under general, but then found my licensed user login, so I will post it here, assuming it’s a higher priority.
-
I need some assistance. I have a weblog with a comments page. When the user goes to submit a comment, it prompts for the information, but when the user presses submit, they get a blank page and the comment does not go into the database. When I turned on SQL debugging, I get the following on the blank page -
1
SELECT blacklisted_type, blacklisted_value FROM exp_blacklisted
2
SELECT exp_members.weblog_id, exp_members.tmpl_group_id, exp_members.username, exp_members.screen_name, exp_members.member_id, exp_members.email, exp_members.url, exp_members.location, exp_members.last_visit, exp_members.total_entries, exp_members.total_comments, exp_members.language, exp_members.timezone, exp_members.daylight_savings, exp_members.time_format, exp_members.last_email_date, exp_members.notify_by_default, exp_member_groups.* FROM exp_members, exp_member_groups WHERE unique_id = ‘0f689a58602d86b0eedd5d299f40ea1b’ AND password = ‘52bddba79d4e1ad4a3a6e5924c844ad89dcb7631’ AND exp_members.group_id = exp_member_groups.group_id
3
SELECT * FROM exp_online_users WHERE date > 1111633606 AND weblog_id = ‘0’ ORDER BY name
4
UPDATE exp_online_users SET weblog_id = ‘0’, member_id = ‘1’, name = ‘CE Help Desk’, ip_address = ‘168.178.63.31’, date = ‘1111634506’, anon = ‘’ WHERE ip_address = ‘168.178.63.31’ AND member_id = ‘1’
5
SELECT * FROM exp_stats WHERE weblog_id = ‘0’
6
UPDATE exp_stats SET total_members = ‘19’, total_entries = ‘241’, total_comments = ‘7’, total_trackbacks = ‘0’, most_visitors = ‘40’, last_entry_date = ‘1111627286’, last_comment_date = ‘1073447450’, last_trackback_date = ‘0’, last_visitor_date = ‘1111634506’, most_visitor_date = ‘1103360725’ WHERE weblog_id = ‘0’
7
DELETE FROM exp_online_users WHERE date < 1111633606 AND weblog_id = ‘0’
This is the first weblog I’ve setup to allow comments, so maybe I’m missing something in the configuration?
Thank you!
Ryan
