Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

DB v6 to v7

Asked Modified Viewed 3,276 times
L
lamercina
L
  • Newbie, joined since
  • Contributed 8 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
asked
Newbie

So, i have installed v7, i have my old .db from v6 (6.70 mb - vkladusa_vkladusa.sql.zip), to restore my .db from v6 to v7, what i need?

P.S.
Cpanel, phpmyadmin is included in my hosting.
0 replies

7 posts

W
WEC
W
WEC 10
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 5 threads in the forums
answered
Veteran Member

Install v6 files version corresponding to your v6 db backup version.

Upgrade to v7.
0 replies
G
googlebot
G
Visit the new home of the merge between Hacking Vs. Security and Security Override!
My copyright removal has been switched over from HvS to SecurityOverride.
  • Senior Member, joined since
  • Contributed 638 posts on the community forums.
  • Started 28 threads in the forums
answered
Senior Member

You have to upgrade your database before you replace the files. Read the readme.txt file!
0 replies
L
lamercina
L
  • Newbie, joined since
  • Contributed 8 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
answered
Newbie

but, i have installed all core files from v7, on a new place, only what i need is now, to bring the .db from v6 to v7.
0 replies
Y
Yxos
Y
Yxos 10
Yxos

The best solution is not necessarily a technical solution !
  • Senior Member, joined since
  • Contributed 277 posts on the community forums.
  • Started 28 threads in the forums
answered
Senior Member

You have not understood.
The steps are:
1. Upgrade
2. Copy the v7 files and overwrite your v6 files.

(not that I can make it work either...)
0 replies
G
googlebot
G
Visit the new home of the merge between Hacking Vs. Security and Security Override!
My copyright removal has been switched over from HvS to SecurityOverride.
  • Senior Member, joined since
  • Contributed 638 posts on the community forums.
  • Started 28 threads in the forums
answered
Senior Member

Quote

lamercina wrote:
but, i have installed all core files from v7, on a new place, only what i need is now, to bring the .db from v6 to v7.

In the PHPFusion v7 package, go into the folder that is named something like /upgrade v6

Upload the file to your webserver (in the root directory of your PHPFusion install). Now edit it:

Change this line:

require_once "../maincore.php";

to this:

require_once "maincore.php";

Remove these two lines:

require_once BASEDIR."subheader.php";
require_once ADMIN."navigation.php";

And finally, right next to the bottom, remove this line:

require_once BASEDIR."footer.php";

Now make sure you are logged in to your site. Then go to yoursite.com/upgrade.php

Click the steps (there should be 4).

Your database is now upgraded. You can (if you want to) make a database backup right now (which is a smart thing to do). Anyway, you can now delete /upgrade.php from your webserver.
0 replies
L
lamercina
L
  • Newbie, joined since
  • Contributed 8 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
answered
Newbie

aham, now i'm understanding it..

the next question is, is it ok, to download my .db from v6 trought phpmyadmin from the button EXPORT .db.

or must i from my site go to Restore Backup and then download the .db

or that are the same things? :P
0 replies
G
googlebot
G
Visit the new home of the merge between Hacking Vs. Security and Security Override!
My copyright removal has been switched over from HvS to SecurityOverride.
  • Senior Member, joined since
  • Contributed 638 posts on the community forums.
  • Started 28 threads in the forums
answered
Senior Member

Quote

lamercina wrote:
aham, now i'm understanding it..

the next question is, is it ok, to download my .db from v6 trought phpmyadmin from the button EXPORT .db.

or must i from my site go to Restore Backup and then download the .db

or that are the same things? :P

It doesn't really matter. But if you plan on restoring the database through the admin panel -> system admin -> database backup, then I suggest downloading the backup(s) from there too. But if you restore it by running the SQL in phpMyAdmin, either download will work.
0 replies

Category Forum

Upgrading issues - 8

Labels

None yet

Statistics

  • Views 0 views
  • Posts 7 posts
  • Votes 0 votes
  • Topic users 4 members

4 participants

W
W
WEC 10
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 5 threads in the forums
Y
Y
Yxos 10
Yxos

The best solution is not necessarily a technical solution !
  • Senior Member, joined since
  • Contributed 277 posts on the community forums.
  • Started 28 threads in the forums
L
L
  • Newbie, joined since
  • Contributed 8 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
G
G
Visit the new home of the merge between Hacking Vs. Security and Security Override!
My copyright removal has been switched over from HvS to SecurityOverride.
  • Senior Member, joined since
  • Contributed 638 posts on the community forums.
  • Started 28 threads in the forums

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet