I very very very late realised that I have installed my modules to the wrong path(/modules where it had to be sites/all/modules)
After I've panicked enough, I need some experts help because I need to upgrade my drupal core!!!
I started moving them one by one(there are 20 modules left), and I am really stuck on the delta module as I get a nice exception.
I see that there is no entry on my db called delta, even if I unistalled, moved, cleared cache and reinstalled it fresh under the right path.
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'drupal.delta' doesn't exist: INSERT INTO {delta} (machine_name, name, description, theme, mode, parent, settings) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2, :db_insert_placeholder_3, :db_insert_placeholder_4, :db_insert_placeholder_5, :db_insert_placeholder_6); Array ( [:db_insert_placeholder_0] => front_page_layout [:db_insert_placeholder_1] => Front Page Layout [:db_insert_placeholder_2] => Delta template for Front Page [:db_insert_placeholder_3] => site_name [:db_insert_placeholder_4] => preserve [:db_insert_placeholder_5] => [:db_insert_placeholder_6] => a:0:{} ) in drupal_write_record() (line 7036 of /Users/.../Sites/drupal/includes/common.inc).
Any cure for my (stupid) state?
Thanks in advance!