Hi there.
I've upgraded from 4.6.9 to 4.7.3. I guess i've done something wrong somewhere along...nothing works anymore. No images, no theme, no blocks, no modules, nothing except empty links, the ones that were contained inside the left sidebar over a white background.
Of course i had previously backedup my database with the phpmyadmin's export option. So i wanted to import this DB in a fresh new database in order to try it on a fresh new test site. Again, with phpmyadmin's import option, i selected my backedup DB. Here's the result:
Error
SQL query:
-- phpMyAdmin SQL Dump
-- version 2.8.0.2
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Sep 22, 2006 at 10:42 PM
-- Server version: 4.1.21
-- PHP Version: 4.4.2
--
-- Database: `maha_drupal473`
--
-- --------------------------------------------------------
--
-- Table structure for table `access`
--
CREATE TABLE `access` (
`aid` tinyint( 10 ) NOT NULL AUTO_INCREMENT ,
`mask` varchar( 255 ) NOT NULL default '',
`type` varchar( 255 ) NOT NULL default '',
`status` tinyint( 2 ) NOT NULL default '0',
PRIMARY KEY ( `aid` )
) ENGINE = MYISAM DEFAULT CHARSET = utf8 AUTO_INCREMENT =1;
MySQL said: Documentation
#1050 - Table 'access' already exists
I dont understand why the 'access' table should already exist within a brand new empty database.
I hope this is simple to fix. Otherwise, i've lost my data entirely.