Well, I've overextended while upgrading my Drupal site. Now there are a bunch of problems that have been springing up, and I don't know how to fix them.
Here's the story from part 1:
I started off with a Drupal site from version 4.6.3. I have about 100 users, 2000 nodes, and 100 node types. Needless to say, I wasn't eager to make a mistake and build up from ground zero again.
My original site was located at www.omegaseye.com/drupal, but I wanted to change that. When I upgraded to version 4.7, I put the new files in the root.
After some uninstalling and reinstalling, and a bit of theme-changing on the side, I got my new Drupal installed at www.omegaseye.com. However, some big problems have been popping up:
First: On the home page, I get these errors:
* warning: array_keys(): The first argument should be an array in /home/oadmin/public_html/modules/user.module on line 348.
* warning: implode(): Bad arguments. in /home/oadmin/public_html/modules/user.module on line 348.
* user warning: 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 ')' at line 1 query: SELECT DISTINCT(p.perm) FROM role r INNER JOIN permission p ON p.rid = r.rid WHERE r.rid IN () in /home/oadmin/public_html/includes/database.mysql.inc on line 120.
* warning: array_keys(): The first argument should be an array in /home/oadmin/public_html/modules/user.module on line 348.