If I go to the Tools ... Install SQL Patches and enter:
PHP Code:
insert into fmadmin_activity_log (access_date, admin_id, page_accessed, page_parameters, ip_address) values (now(), '1', 'stats_sales_report.php', 'date_preset=yesterday&start_date=&end_date=&date_ target=status&date_status=2&payment_method=¤ t_status=&manufacturer=&timeframe=day&timeframe_so rt=asc&detail_level=product&li_sort_a=model&li_sor t_order_a=asc&li_sort_b=name&li_sort_order_b=asc&o utput_format=print&', '192.168.30.21');
I cannot reproduce the error ...
NOTE: I did adjust mine for the table name as mine is admin_activity_log and not fmadmin_activity_log
Bookmarks