I have a process that runs under a user called admin that fails everytime with the statement:
INSERT INTO default_en_activitylog (activitylog_log_date, userdb_id, activitylog_action, activitylog_ip_address) VALUES ('2007-10-27 15:29:32', '1', 'Successfully received data.zip', 'xx.xxx.xx.xxx')
I can run this exact same statement from phpadmin and it works fine.
I've changed permissions everyway that I can think of but still a problem.
I could use some inspiration if anyone has some ides.
Thanks
INSERT INTO default_en_activitylog (activitylog_log_date, userdb_id, activitylog_action, activitylog_ip_address) VALUES ('2007-10-27 15:29:32', '1', 'Successfully received data.zip', 'xx.xxx.xx.xxx')
I can run this exact same statement from phpadmin and it works fine.
I've changed permissions everyway that I can think of but still a problem.
I could use some inspiration if anyone has some ides.
Thanks