Ok, I posted in the installation forum, but I think this may be better suited here since drupal itself is installed and appears to be working fine.
I can't seem to install any modules. Some will seem to install, but the database tables are not being created automatically. Some have appeared to install, but when I try to use them, I get some strange errors.
I noticed that I need the views module installed to get some of these modules to work, and I didn't do that yet. So that is the one I am picking as a test bed for some help... Keep in mind, I have tried Gallery, Categories, Events, and Flexinode, all without any success. Database tables are never created. For events, I stipped out the code in the .Install file and did it that way, but still got an error when trying to use it (I think cause Views isn't installed)...
I am on a CPanel X host, if that makes a difference.
I have the views-4.7 tar.gz in the modules folder, and I use the cpanel file manager to extract.
I then go to the modules page in Drupal.
I check the 4 views modules and click save.
I get this error at the top:
user error: Table 'bwshutt_drupal.view_view' doesn't exist
query: SELECT * FROM view_view WHERE page = 1 in /home/bwshutt/public_html/drupal/includes/database.mysql.inc on line 66.
I check the database using phpMyAdmin and the tables do not exist. The user account does have ALL privs on that database. I can use that user account in phpMyAdmin to create tables.