Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> How To's
Author Message
steve_lemaster
Worker
Worker



Joined: Dec 26, 2006
Posts: 178

PostPosted: Sun Apr 29, 2007 3:05 pm Reply with quote

I have set up a RavenNuke 2.10 site and I have been trying to import members and posts from a current phpBB forum to the RavenNuke forum.

I tried a simple restore and it says that it restored successfully....NOT!.

I then went to phpMyAdmin and tried to import it with no luck.

The current forum is phpBB 2.0.22.

Any ideas? The phpBB to Nuke thread didn't help.
 
View user's profile Send private message Send e-mail
hitwalker
Sells PC To Pay For Divorce



Joined:
Posts: 5661

PostPosted: Sun Apr 29, 2007 4:37 pm Reply with quote

Quote:
I then went to phpMyAdmin and tried to import it with no luck.


why not ?
 
View user's profile Send private message
jaded
Theme Guru



Joined: Nov 01, 2003
Posts: 1006

PostPosted: Sun Apr 29, 2007 5:01 pm Reply with quote

Yes, as hitwalker said, "why not?". What did you experience when you attempted this restore?

_________________
Themes BB Skins
http://www.jaded-designs.com
Graphic Tees
http://www.cafepress.com/jadeddesigns
Paranormal Tees
http://www.cafepress.com/HauntedTees
Ghost Stories & More
http://www.hauntingtales.net 
View user's profile Send private message Visit poster's website
gregexp
The Mouse Is Extension Of Arm



Joined: Feb 21, 2006
Posts: 1497
Location: In front of a screen....HELP! lol

PostPosted: Sun Apr 29, 2007 7:05 pm Reply with quote

phpbb standalone uses another set of tables for users.

If this is a previous installation of Nuke, then you are missing some insert columns that RavenNuke uses, same also goes for phbb standalone, you will need to post the structure of both your old installation users table and possibly one insert statement that way we can better help you with examples.

_________________
For those who stand shall NEVER fall and those who fall shall RISE once more!! 
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
steve_lemaster







PostPosted: Sun Apr 29, 2007 7:51 pm Reply with quote

This is what I get when I try to import it via phpMyAdmin

import.php: Missing parameter: import_type
import.php: Missing parameter: format

What I am trying to do is import members, threads and posts from a phpBB forum to the forum in RavenNuke.
 
evaders99
Former Moderator in Good Standing



Joined: Apr 30, 2004
Posts: 3221

PostPosted: Sun Apr 29, 2007 10:03 pm Reply with quote

Unfortunately you cannot do that directly. You will have to convert your phpBB to phpNuke first - I have a database converter here:
http://evaders.swrebellion.com/forums/postt25.html

Next you will have to convert your phpNuke to RavenNuke. There are threads on this forum that discuss the process

_________________
- Only registered users can see links on this board! Get registered or login! -

Need help? Only registered users can see links on this board! Get registered or login! 
View user's profile Send private message Visit poster's website
steve_lemaster







PostPosted: Sun Apr 29, 2007 10:14 pm Reply with quote

Thanks evaders.
 
steve_lemaster







PostPosted: Sun Apr 29, 2007 10:24 pm Reply with quote

evaders99 wrote:
Unfortunately you cannot do that directly. You will have to convert your phpBB to phpNuke first - I have a database converter here:
http://evaders.swrebellion.com/forums/postt25.html

Next you will have to convert your phpNuke to RavenNuke. There are threads on this forum that discuss the process


Nope. Either I am too stupid or it just isn't gonna happen.

It's WAY over my head to comprehend.

Thanks anyway.
 
steve_lemaster







PostPosted: Mon Apr 30, 2007 10:41 am Reply with quote

I read the instructions and I can't get it to work. It's most likely due to my lack of understanding of it.
 
evaders99







PostPosted: Mon Apr 30, 2007 12:15 pm Reply with quote

Gotta start somewhere. What exactly don't you understand?
 
steve_lemaster







PostPosted: Mon Apr 30, 2007 1:44 pm Reply with quote

evaders99 wrote:
Gotta start somewhere. What exactly don't you understand?


The entire instructions. Sorry, but, I am a phpnuke noob when it comes to coding and the MySQL stuff.

This is the part that I am having difficulties with:

You must have your phpBB and phpNuke tables in the same database
If not, use phpMyAdmin to export your tables into one database

If I am understanding this correctly:

A.) Do I create a new database and export both the phpBB and PHPNuke tables into it?

B.) Do I export my current phpBB tables into the existing PHPNuke database?

C.) None of the above.
 
evaders99







PostPosted: Mon Apr 30, 2007 5:28 pm Reply with quote

The easiest would be option B.. one export is fine as long as they both end up together. Option A would also work, but it just means you have to do more.
 
steve_lemaster







PostPosted: Mon Apr 30, 2007 5:33 pm Reply with quote

Ok. Do I drop my current phpBB tables anywhere in particular inside the Nuke database?
 
evaders99







PostPosted: Mon Apr 30, 2007 7:26 pm Reply with quote

No, just keep the same table names. Changes are, you've kept the default phpBB and phpNuke prefixes (phpbb_ and nuke_), and so there should be no tables that conflicted
 
steve_lemaster







PostPosted: Mon Apr 30, 2007 8:28 pm Reply with quote

evaders99 wrote:
No, just keep the same table names. Changes are, you've kept the default phpBB and phpNuke prefixes (phpbb_ and nuke_), and so there should be no tables that conflicted


Ok. I will get back to you later with the outcome.
 
steve_lemaster







PostPosted: Mon Apr 30, 2007 10:31 pm Reply with quote

This is my answer:

Error

No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration.

The file size is only 3.34MB. But, it says I can only upload 2,048KiB.

GZip doesn't work either.
 
steve_lemaster







PostPosted: Mon Apr 30, 2007 10:48 pm Reply with quote

Well, ruffle my feathers and call me Frankie! It worked!

I opened up the phpBB sql in Wordpad, copy and pasted the contents into SQL in phpMyAdmin, which was succsseful, ran evader's script and it worked!
 
steve_lemaster







PostPosted: Tue May 01, 2007 10:49 pm Reply with quote

Ok. So far so good.....but

members are getting this when they clcik the link in their email:

Not Found
The requested URL /modules.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/1.3.33 Server at www.valsequilloclassic.net Port 80

I have the install in a subdirecotry called nuke.
 
evaders99







PostPosted: Tue May 01, 2007 11:58 pm Reply with quote

Check that the Site URL in your Preferences is correct
 
steve_lemaster







PostPosted: Wed May 02, 2007 12:02 am Reply with quote

evaders99 wrote:
Check that the Site URL in your Preferences is correct


Yeah, I think that was it.

This is what I changed it to:

Domain Name: www.valsequilloclassic.net

Script path: /nuke/modules/Forum/

Now I have to wait for somebody to reply to my post.
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> How To's

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©