Access denied
Installing to existing Apache website into a subdirectory with existing mySQL db. At the end of installation the page lists errors and says it was installed successfully but when navigate to the site I get Access Denied with no indication of what to fix The mySql db is built and appears populated. Installed 6.2 - is this a beta?
warning: array_fill() [function.array-fill]: Number of elements must be positive in D:\Apache Software Foundation\Apache2.2\htdocs\worksite\drupal-6.2\includes\database.inc on line 235.
warning: implode() [function.implode]: Bad arguments. in D:\Apache Software Foundation\Apache2.2\htdocs\worksite\drupal-6.2\includes\database.inc on line 235.
warning: array_keys() [function.array-keys]: The first argument should be an array in D:\Apache Software Foundation\Apache2.2\htdocs\worksite\drupal-6.2\modules\user\user.module on line 500.
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 p.perm FROM role r INNER JOIN permission p ON p.rid = r.rid WHERE r.rid IN () in D:\Apache Software Foundation\Apache2.2\htdocs\worksite\drupal-6.2\modules\user\user.module on line 500.
warning: array_keys() [function.array-keys]: The first argument should be an array in D:\Apache Software Foundation\Apache2.2\htdocs\worksite\drupal-6.2\modules\block\block.module on line 406.
warning: array_fill() [function.array-fill]: Number of elements must be positive in D:\Apache Software Foundation\Apache2.2\htdocs\worksite\drupal-6.2\includes\database.inc on line 235.
warning: implode() [function.implode]: Bad arguments. in D:\Apache Software Foundation\Apache2.2\htdocs\worksite\drupal-6.2\includes\database.inc on line 235.
warning: array_merge() [function.array-merge]: Argument #2 is not an array in D:\Apache Software Foundation\Apache2.2\htdocs\worksite\drupal-6.2\modules\block\block.module on line 407.
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 ') OR r.rid IS NULL) ORDER BY b.region, b.weight, b.module' at line 1 query: SELECT DISTINCT b.* FROM blocks b LEFT JOIN blocks_roles r ON b.module = r.module AND b.delta = r.delta WHERE b.theme = '' AND b.status = 1 AND (r.rid IN () OR r.rid IS NULL) ORDER BY b.region, b.weight, b.module in D:\Apache Software Foundation\Apache2.2\htdocs\worksite\drupal-6.2\modules\block\block.module on line 407.
As per another post, my php.ini file is set to error_reporting = E_ALL & ~E_NOTICE
