Copy Concrete 5 to another webspace
Permalink
Hello everybody,
first of all sorry for my bad english^^
I have the following Problem:
I installed and configured a copy of concrete5 on my Server (Windows Server 2003, XAMPP)
Yesterday i tried to copy the complete folder (including Database update) to my Laptop (Windows XP, XAMPP)
But everytime i tried to enter the URL where concrete5 is located nothing and i mean nothing happens...
At first i thought it was my machine - negative, because i can install another copy of concrete5 on my Laptop, working fine.
But the copied one is not working.
I included the Database but there is not even an error showing when i try to enter my copied concrete5.
Can you help me?
Do you have an idea?
I installed my Laptop, with identic MySQL Users and passwords, so that there is no change in User Data.
Thanks
first of all sorry for my bad english^^
I have the following Problem:
I installed and configured a copy of concrete5 on my Server (Windows Server 2003, XAMPP)
Yesterday i tried to copy the complete folder (including Database update) to my Laptop (Windows XP, XAMPP)
But everytime i tried to enter the URL where concrete5 is located nothing and i mean nothing happens...
At first i thought it was my machine - negative, because i can install another copy of concrete5 on my Laptop, working fine.
But the copied one is not working.
I included the Database but there is not even an error showing when i try to enter my copied concrete5.
Can you help me?
Do you have an idea?
I installed my Laptop, with identic MySQL Users and passwords, so that there is no change in User Data.
Thanks
I am trying to do the same thing. moving a site to a new local computer.
Did you get an answer?
Did you get an answer?
I am trying to do the same thing. moving a site to a new local computer.
Did you get an answer?
Did you get an answer?
Did you update your config/site.php file?
define('BASE_URL', 'http://localhost');
Typically set to localhost if you are running on your local computer.
define('BASE_URL', 'http://localhost');
Typically set to localhost if you are running on your local computer.
what about moving the DB off the old computer?
what is the best way of taking web site and getting it working on new computer?
what is the best way of taking web site and getting it working on new computer?
[Waterboy]
I would use phpmyadmin - and export your database as a file.
then on your local setup, import that db.
That should effectively duplicate the database on your local setup.
I would use phpmyadmin - and export your database as a file.
then on your local setup, import that db.
That should effectively duplicate the database on your local setup.
i used phpmyadmin - still not copying case sensitive.
Had to overwrite it myself...
Had to overwrite it myself...
Hello. We fixed this problem. Check our add-on:
http://www.concrete5.org/marketplace/addons/mysql-case-insensitive-...
how it works:
http://www.concrete5.org/files/1112/9040/0018/MySQLCaseInsensitiveH...
Best regards
Peter
http://www.concrete5.org/marketplace/addons/mysql-case-insensitive-...
how it works:
http://www.concrete5.org/files/1112/9040/0018/MySQLCaseInsensitiveH...
Best regards
Peter
I solved the Problem:
The Database writings were not correct.
I didn't know, that the DB is case sensitive.
When i typed the Database manually it worked just fine.
Thanks to all for your help
The Database writings were not correct.
I didn't know, that the DB is case sensitive.
When i typed the Database manually it worked just fine.
Thanks to all for your help
Did you get an answer?