I can not create tables

Re: I can not create tables

by Michael Penney -
Number of replies: 0

Hi Tim, in your mysql

INSERT INTO prefix_log_display (module, action, mtable, field) VALUES ('book', 'view all', 'book', 'name');

was repeated, throwing an error.

I think the attached will work (it did on my 1.6 test installsmile>.