@sneff I created the database
1. names match in the config file
2. user with full privileges created
3. Once everything is set up i am attempting to run https://authenticgreekdishes.com/wp-admin/install.php
4. No tables are being created.
After chacking the error log i am seeing the following… which is essentially what being show in when accessing the URL…
[Sun Apr 27 10:22:42 2014] [error] [client 64.229.165.94] WordPress database error Table 'agdsite.wp_options' doesn't exist for query SELECT option_value FROM wp_options WHERE option_name = 'show_on_front' LIMIT 1 made by require('wp-blog-header.php'), wp, WP->main, WP->query_posts, WP_Query->query, WP_Query->get_posts, WP_Query->parse_query, get_option
[Sun Apr 27 10:22:42 2014] [error] [client 64.229.165.94] WordPress database error Table 'agdsite.wp_options' doesn't exist for query SELECT option_value FROM wp_options WHERE option_name = 'posts_per_page' LIMIT 1 made by require('wp-blog-header.php'), wp, WP->main, WP->query_posts, WP_Query->query, WP_Query->get_posts, get_option
[Sun Apr 27 10:22:42 2014] [error] [client 64.229.165.94] WordPress database error Table 'agdsite.wp_options' doesn't exist for query SELECT option_value FROM wp_options WHERE option_name = 'comments_per_page' LIMIT 1 made by require('wp-blog-header.php'), wp, WP->main, WP->query_posts, WP_Query->query, WP_Query->get_posts, get_option
[Sun Apr 27 10:22:42 2014] [error] [client 64.229.165.94] WordPress database error Table 'agdsite.wp_posts' doesn't exist for query SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts WHERE 1=1 AND wp_posts.post_type = 'post' AND (wp_posts.post_status = 'publish') ORDER BY wp_posts.post_date DESC LIMIT 0, 1 made by require('wp-blog-header.php'), wp, WP->main, WP->query_posts, WP_Query->query, WP_Query->get_posts
[Sun Apr 27 10:22:42 2014] [error] [client 64.229.165.94] WordPress database error Table 'agdsite.wp_options' doesn't exist for query SELECT option_value FROM wp_options WHERE option_name = 'sticky_posts' LIMIT 1 made by require('wp-blog-header.php'), wp, WP->main, WP->query_posts, WP_Query->query, WP_Query->get_posts, get_option
@znuffin Im on a VPS… my hosting provider also breifly looked into the issue a few weeks back… they were not able to find the issue and basically told me to add a CPANEL to my hosting plan…
Im guessing ill try and install the most recent 3.9 version.