Hello,
I recently installed Drupal. I haven't installed any modules other than what came with the installation package. I did install some additional themes.
I'm getting alot of errors from the themes. I think it started when I first changed themes to another theme that was included with the download. Here are some examples of the error messages:
Duplicate entry 'themes/engines/xtemplate/xtemplate.engine' for key 1 query: INSERT INTO system (name, type, filename, status, throttle, bootstrap) VALUES ('xtemplate', 'theme_engine', 'themes/engines/xtemplate/xtemplate.engine', 1, 0, 0) in /home/httpd/vhosts/activefarming.com/httpdocs/includes/database.mysql.inc on line 66.
Duplicate entry 'themes/pushbutton/xtemplate.xtmpl' for key 1 query: INSERT INTO system (name, description, type, filename, status, throttle, bootstrap) VALUES ('pushbutton', 'themes/engines/xtemplate/xtemplate.engine', 'theme', 'themes/pushbutton/xtemplate.xtmpl', 0, 0, 0) in /home/httpd/vhosts/activefarming.com/httpdocs/cms/includes/database.mysql.inc on line 66.
I also installed phptemplate engine but I began recieving these errors before that.
It seems that everytime I view a page on my drupal, I get this error message recorded in my logs for each engine and every theme installed.
Other than this, it looks like drupal is working good.
I tried searching both on drupal and google and couldn't find a fix for this. I found a lot of simular problems with error's on line 66 but none to do with themes.