Author Topic: First Run, Initial login error ...need to create dimensions.  (Read 3021 times)

TheMatrixDuck

  • Newbie
  • *
  • Posts: 3
    • View Profile
    • Email
First Run, Initial login error ...need to create dimensions.
« on: September 15, 2012, 07:51:36 pm »
on initial login I get an error message that says "In order to continue, you need to create dimensions (directly from database).".  My instance of MySql supports the InnoDB type.  Been at this all day long and still can't get logged in.   Can anyone point me in the right directions?  I hate to move to a different package, but I have deadlines to keep :)

Help!

krashnik

  • Freshman
  • *
  • Posts: 25
    • View Profile
    • HardMagic Publishing
Re: First Run, Initial login error ...need to create dimensions.
« Reply #1 on: September 28, 2012, 08:48:04 pm »
I had the same issue and resolved it by going into phpMyAdmin within Cpanel.

From here, I went to the fo_dimensions and inserted a new row and gave it the name 'test'.  You can do the same or you can copy & paste my code into your SQL. 

Code: [Select]
INSERT INTO fo_dimensions` (`id`, `code`, `name`, `is_root`, `is_manageable`, `allows_multiple_selection`, `defines_permissions`, `is_system`, `is_default`, `default_order`, `options`) VALUES (NULL, '', 'Test', '0', '0', '0', '0', '0', '1', '0', '');
This works on 2.1 & 2.2beta
Owner of HardMagic Publishing