Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Elxis documentation
for users and developers.
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
Database
»
Importing from the old server problem.
« previous
next »
Print
Pages: [
1
]
Author
Topic: Importing from the old server problem. (Read 10907 times)
MarD
Newbie
Posts: 41
Importing from the old server problem.
«
on:
June 20, 2007, 06:29:25 »
I moved my account into a new server and I wanted to move elxis too with phpmyadmin. I followed the guide from forum's faq and I got my website working but with missing content. I tried the same steps on the same (old server) account with different mysql database and different pathname but still when I change something applies to both of them.
Logged
eliasan
Hero Member
Posts: 897
Re: Importing from the old server problem.
«
Reply #1 on:
June 20, 2007, 08:03:18 »
Hi,
For sure you are doing something wrong. The question is what.
Lets assume that you have taken a backup of the database using phpMyAdmin. That would be an .sql file.
You edited the contents of the .sql file and replaced all occurences of references to your old environment with references to new one. For example,
http://www.oldserver.com/images
, becomes
http://www.newserver.com/images
You copied all files from the old environment to the new one.
You created a new database to the new environment and used the edited .sql to populate it.
You edited configuration.php to reflect changes to paths, database, usernames and passwords for the new environment.
You took care of directory permissions.
If you done all that, I see no reason why you are having a problem, especially when you say that "
I change something applies to both of them
".
Logged
MarD
Newbie
Posts: 41
Re: Importing from the old server problem.
«
Reply #2 on:
June 28, 2007, 15:58:44 »
Ok, for "when I change something applies to both of them" was because I missed a path in configuration file. Still, after changing permissions and after alot of time checking and checking, some of the contents are not displaying(the most of them. Like News, Photos within News, Main Menu links, actually displays only two of them). Can I find a guide with step by step instructions? My customer want a website and I'm in a big trouble with this... If not, I will start a fresh elxis installation, but what I wanted, it's to have ready a sample elxis installation and just modifying it. I really need to get this working
Logged
eliasan
Hero Member
Posts: 897
Re: Importing from the old server problem.
«
Reply #3 on:
June 28, 2007, 16:09:49 »
Idea!
Go to Tools menu, and select the "Fix Language".
I have seen it making wonders in such cases.
Logged
MarD
Newbie
Posts: 41
Re: Importing from the old server problem.
«
Reply #4 on:
June 28, 2007, 19:52:54 »
Nothing changed, it was everything ok...
Logged
Ivan Trebješanin
Elxis Team
Hero Member
Posts: 1663
Re: Importing from the old server problem.
«
Reply #5 on:
June 28, 2007, 21:10:50 »
Are your DB content entries surrounded with ticks(`) instead of single quotes(')?
EDIT
: Sorry I meant field names...
«
Last Edit: June 28, 2007, 21:13:57 by Ivan Trebješanin
»
Logged
I've got a snap in my finger...
Got rhythm in my walk...
datahell
Elxis Team
Hero Member
Posts: 10356
Re: Importing from the old server problem.
«
Reply #6 on:
June 29, 2007, 00:08:38 »
Read this:
https://forum.elxis.org/index.php?topic=941.msg5294#msg5294
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
MarD
Newbie
Posts: 41
Re: Importing from the old server problem.
«
Reply #7 on:
July 03, 2007, 00:44:07 »
ok, my problem it's now fixed. I used phpmyadmin mysql4.0 compatibility mode (same mysql versions, dunno why it was needed) and then I took all the data properly. Thanks guys
Logged
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Support
»
Database
»
Importing from the old server problem.