user error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ''Copyright ©' at line 3 query: -- Insert some common copyrights INSERT INTO copyrights (cpyid, name, description, site_notice, node_notice) VALUES (1, 'All Rights Reserved', 'All Rights Reserved', 'Copyright © in /home/zorya46/public_html/crazybooks/includes/database.mysql.inc on line 125.
I recieved the above after installation.
Comments
Comment #1
veridicus commentedI'm confused by the error message. The first part references lines in the copyright.mysql file. But the last line references some drupal core code. Did you run the script at the command line (mysql -u drupaluser drupaldatabase < copyright.mysql)? I'm very careful to follow ANSI standards and no one else who ran the script at the command line found the same problem. So how did you run it?
Comment #2
veridicus commented