focuslabllc / ee-master-config

Focus Lab's Master Config setup for quick ExpressionEngine multi-environment support
http://focuslabllc.com/ee
294 stars 62 forks source link

Error: We have detected that you are currently running ExpressionEngine version Public Beta pb01 #11

Closed michiels closed 12 years ago

michiels commented 12 years ago

I am getting the following error messages when trying to install on /admin.php:

We have detected that you are currently running ExpressionEngine version Public Beta pb01

If you are ready to update ExpressionEngine to version 2.5.0 click the link below:

Click here to update ExpressionEngine to Version 2.5.0

This is on EE 2.5.0.

erikreagan commented 12 years ago

Is this after your upgrade has completed?

michiels commented 12 years ago

It's a clean install. I haven't configured/installed EE yet with the installer, just copied over your config and database.php files according to the instructions.

By the way, awesome that you are doing this guys on GitHub. We are getting into EE development and this is just what we are looking for. I'll be happy to contribute/send pull requests when we have something

erikreagan commented 12 years ago

It's a clean install. I haven't configured/installed EE yet with the installer, just copied over your config and database.php files according to the instructions.

Can you share your current system/expressionengine/config/config.php file with me? The easiest way is probably just to make a quick (private, if desired) gist: http://gist.github.com

By the way, awesome that you are doing this guys on GitHub. We are getting into EE development and this is just what we are looking for. I'll be happy to contribute/send pull requests when we have something

Awesome! Thanks :)

michiels commented 12 years ago

Hi Erik,

Here it is: https://gist.github.com/2652507 I found that file empty after unpacking a clean EE 2.5.0 install.

erikreagan commented 12 years ago

Are you implementing the config setup before the EE installation begins?

michiels commented 12 years ago

Ah yeah. Is that it? So first you need to configure/install EE for my localhost dummy domain and then I can use your master configs?

erikreagan commented 12 years ago

Yup, that's the issue. This is the first I've heard of someone implementing the config pre-installation but I think it's worth mentioning in the docs a bit. I'll adjust them accordingly.

For now, remove any of my config stuff from the equation until after you've done your EE installation.

michiels commented 12 years ago

Right, thanks.

Yeah. It's kind of my developer-like urge to set things up perfect first (including configuration) before actually implementing the site. I've tried another clean install with the master config AFTER installing EE and it works.

Thanks!

erikreagan commented 12 years ago

Awesome. Glad you're up and running.