I am new to Drupal.
I am trying to learn how to use the Omega theme with this tutorial:
http://drupal.org/node/1298616
I enabled all the modules (context, delta, chaos tools etc.), and I’ve tried to create a new Delta layout and got this error:
Fatal error: Call to undefined function delta_get_current() in C:\wamp\www\mysite\themes\omega\alpha\includes\alpha.inc on line 222
And now I can’t go to the site (localhost/mysite) since I get this error and that’s it.
I googled this problem and all I could find as a solution is to disable Delta, which is not a solution since I need to use it if I want to follow the tutorial and I want a different layout for my frontpage.
Or to update Delta, I checked and all my modules are up to date.
Someone else told me to enable the Alpha theme but the tutorial makes sure you understand you SHOULD NOT enable the Alpha theme, here: http://drupal.org/node/1298670
So now what?

Comments
More about the problem
I enabled the Alpha theme and that didn't help either.
If I try to go to the settings of the subtheme I have created, still getting the error:
Fatal error: Call to undefined function delta_get_current() in C:\wamp\www\ruthdrupal\themes\omega\alpha\includes\alpha.inc on line 222
Module Consistancy
Hi CgullZ,
I see you already checked to make sure all of your modules are up to date, but are you running the same versions of all of them? By that I mean are you either running all the latest dev builds or all the latest stable releases?
That's where I'd start.