Snippets

Ok, This page is going to have contain code snippets and little scripts that we create and run into on the net.  There are none at the moment yet but keep checking back!  With all the programming we get to do we will be updating this quick.

Do you use Concrete 5?  Do you use a test server and have to upload the database?

1. Move your concrete install to your webserver (from dev to online).

2. Change the file site.php in your config directory to match your new site settings.

3. On the dev site load up phpmyadmin and export the tables (111 or 112 of em). I used the default export settings.

4. Import the tables using phpmyadmin on your online server. I used the default settings.

5. Big issue I had. All the table names were made lowercase for who knows what reason. So go to the click on your database on your online server in phpmyadmin. Go to SQL and copy and paste this text file in: Text and then run it. That will rename all the tables to uppercase like they are supposed to be.

6. Log in. Worked great for me. For some odd reason my password wouldnt work so I just sent a reset, that worked great.

Here ya go anyway. Might shave off 5 hours for ya.