When I tried to run the downloaded SQL commands in phpMyAdmin, various error messages appeared, stating that no author table exists. So I searched for all occurrences of the word "author" and replaced them with "user", except for this line:
`type` enum('public','author','admin') NOT NULL,
Is this correct?
The file I downloaded is:
yiibook2_cms.sql.zip
Thanks.