Skip to main content
Topic: Database error (Read 6054 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Database error

Hi

I keep getting this below error when sometimes.

"The database value you're trying to insert does not exist: id_profile"

any ideas?


Re: Database error

Reply #2

Hi @emanuele

I am attaching the screenshot of the error log. All the error's are from Notification.subs.php .

Can you please check that.

Re: Database error

Reply #3

Uhhh... that seems another bug indeed!

Try changing Notification.subs.php like that:
Code: (find) [Select]
			ln.sent, mem.id_group, mem.additional_groups, b.member_groups, mem.id_post_group, t.id_member_started, b.name,
ln.id_topic

Code: (replace with) [Select]
			ln.sent, mem.id_group, mem.additional_groups, b.member_groups, mem.id_post_group, t.id_member_started, b.name,
ln.id_topic, b.id_profile
Bugs creator.
Features destroyer.
Template killer.