Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
UBBDev.com
UBBWiki.com
Who's Online
4 registered (alissarose, KuKuKaChu, Dunny, id242), 40 Guests and 14 Spiders online.
Key: Admin, Global Mod, Mod
Featured Member
Registered: 06/05/06
Posts: 469
Top Posters (30 Days)
Ruben 51
Gizmo 24
DennyP 24
Dunny 15
SteveS 14
AllenAyres 12
SD 10
dbremer 10
drkknght00 9
doug 8
Latest Photos
OK Corral Shoot Out
Testing
Basildon Train Station
Basildon Town Centre looking from the rounderbout
Basildon Town Square
Page 1 of 3 1 2 3 >
Topic Options
#189797 - 07/03/07 05:30 AM members dir error on import
clivesj Offline
stranger
Registered: 07/03/07
Posts: 17
I have searched the forums on this subject and found some related postings, however none of them resembles my problem. So apologies if my entry is duplicate..

import from classicc 6.7.* to treads.

7 install: no problem!
Import form classic gives error: Checking... You entered the wrong path to the members directory.

All old directories are checked to be properly spelled.

Webserver (IIS) web directory is defined as:http://ipadress/mywebdir

Location of the membersdir on server:
C:/inetpub/vhost/domain/mywebdir/oldforum/ubbcgi/Members

In the import wizard I filled out:
/oldforum/ubcgi/Members

(I also tried
mywebdir/oldforum/ubbcgi/Members
http://ip/mywebdir/oldforum/ubbcgi/Members

I would appreciate any help,
Thanx
Top
Express Hosting
Express Hosting "We are the official hosting company of UBB.threads. Ask us about our free migration services to migrate your UBB.threads installation."
#189804 - 07/03/07 06:32 AM Re: members dir error on import [Re: clivesj]
Gizmo Offline

Registered: 06/05/06
Posts: 14995
Loc: Portland, OR; USA
What do you have for the membersdir in classic?
_________________________
Forums: UGN Security & VNC Web Design & Development
UBB.Threads: UBB.Wiki, My UBBSkins, UBB.Sitemaps
Longtime UBB Supporter, UBB Beta Tester & Resident Post-A-Holic.
UBB Modifications, Styling, Coding Services, Disaster Recovery, and more!
Top
#189819 - 07/03/07 09:23 AM Re: members dir error on import [Re: Gizmo]
clivesj Offline
stranger
Registered: 07/03/07
Posts: 17
To keep a long story short:
Oldforum (classic) is running on an old server and old domain.
Newforum (treads) is installed on new server and new domain.

So what i did was: copyd the old dirs (as of a back-up) and put them under the new dir on the new server.
So the new situation looks like this

Root(new server) - My Web DIR -
.Forums(Treads)

.OldForum(Classic)

.. UBB

.. UBBCGI

... Members

btw: old forum is closed now and will be reopened as soon as newforum is operational.

Top
#189833 - 07/03/07 03:26 PM Re: members dir error on import [Re: clivesj]
Gizmo Offline

Registered: 06/05/06
Posts: 14995
Loc: Portland, OR; USA
Ahh, well first, classic needs to be running on the new install; otherwise the importer will choke, so you'll need to setup the paths to where they work on the new server.

On most hosts the have a jailed shell for users, but apache still uses a full root path, so where you may see your path as
/var/www/html

It likely exists as:
/home/sitename.tld/var/www/html

What you could do is create a file named phpinfo.php which contains:
 Code:
<?php phpinfo(); ?>


In this file look for the line: _SERVER["DOCUMENT_ROOT"]

This should tell you the location of the phpinfo script; which, if uploaded to your web server root, will be the full path to your web directory; from there you should be able to ensure the path to your cgi and member files in your classic install are correct and hopefully get everything running.
_________________________
Forums: UGN Security & VNC Web Design & Development
UBB.Threads: UBB.Wiki, My UBBSkins, UBB.Sitemaps
Longtime UBB Supporter, UBB Beta Tester & Resident Post-A-Holic.
UBB Modifications, Styling, Coding Services, Disaster Recovery, and more!
Top
#189912 - 07/04/07 04:44 AM Re: members dir error on import [Re: Gizmo]
clivesj Offline
stranger
Registered: 07/03/07
Posts: 17
Hello Gizmo,
Thanks for your replies!
The doc root =
C:\Inetpub\vhosts\vnvdalpa.nl\httpdocs\vnv_web

The old-dirs are put under vnv_web/oldforum.

In the import wizard i should fill in:

C:\Inetpub\vhost\vnvdalpa.nl\httpdocs\vnv_web\olddir\ubbcgu\Members

Is this correct?
Top
#189915 - 07/04/07 05:00 AM Re: members dir error on import [Re: clivesj]
Gizmo Offline

Registered: 06/05/06
Posts: 14995
Loc: Portland, OR; USA
Yes, you should insert that full path, you may have to change all of your "\"'s to "/"'s though; one of which should work ;)...

Be sure though that you enter the correct info in the directory; you have "ubbcgu" in the path...

You'll also want to ensure that your UBB.C board on your new host works properly, as the importer needs to be able to read the data (and it'll ensure you are truely using the proper paths)
_________________________
Forums: UGN Security & VNC Web Design & Development
UBB.Threads: UBB.Wiki, My UBBSkins, UBB.Sitemaps
Longtime UBB Supporter, UBB Beta Tester & Resident Post-A-Holic.
UBB Modifications, Styling, Coding Services, Disaster Recovery, and more!
Top
#189916 - 07/04/07 05:00 AM Re: members dir error on import [Re: Gizmo]
Gizmo Offline

Registered: 06/05/06
Posts: 14995
Loc: Portland, OR; USA
And NP about the replies; it's always good to help new people; never know what kind of friends one can make for just helping them out ;\)
_________________________
Forums: UGN Security & VNC Web Design & Development
UBB.Threads: UBB.Wiki, My UBBSkins, UBB.Sitemaps
Longtime UBB Supporter, UBB Beta Tester & Resident Post-A-Holic.
UBB Modifications, Styling, Coding Services, Disaster Recovery, and more!
Top
#189938 - 07/04/07 07:36 AM Re: members dir error on import [Re: Gizmo]
clivesj Offline
stranger
Registered: 07/03/07
Posts: 17
Hello Gizmo,
could you explain what you mean by:
 Originally Posted By: Gizmo
You'll also want to ensure that your UBB.C board on your new host works properly, as the importer needs to be able to read the data (and it'll ensure you are truely using the proper paths)


It doesn't ring a bell...
Sorry, i'm not so used to those cgi-things,
regards,
Top
#189951 - 07/04/07 11:14 AM Re: members dir error on import [Re: clivesj]
clivesj Offline
stranger
Registered: 07/03/07
Posts: 17
Hello Gizmo,
after setting all the paths, the import initiated succesfully but generated an error halfway:

Importing forum: "Professioneel Forum"
Importing forum: "Route Forum"
Importing forum: "Advertorials"
Importing forum: "KLM Forum"
Importing forum: "Air exel Forum"

Warning: html::include(languages//generic.php) [function.html-include]: failed to open stream: No such file or directory in C:\Inetpub\vhosts\vnvdalpa.nl\httpdocs\vnv_web\forums\libs\ubbthreads.inc.php on line 799

Warning: html::include() [function.include]: Failed opening 'languages//generic.php' for inclusion (include_path='.;./includes;./pear') in C:\Inetpub\vhosts\vnvdalpa.nl\httpdocs\vnv_web\forums\libs\ubbthreads.inc.php on line 799

Notice: Smarty error: unable to read resource: "not_right_bare.tpl" in C:\Inetpub\vhosts\vnvdalpa.nl\httpdocs\vnv_web\forums\libs\smarty\Smarty.class.php on line 1088

Not all the Forums were imported, and does imported contained no postings. It looks like the members are imported properly.

Should I do a new import? And how do I do it?
Thanx
Top
#189981 - 07/04/07 07:13 PM Re: members dir error on import [Re: clivesj]
Gizmo Offline

Registered: 06/05/06
Posts: 14995
Loc: Portland, OR; USA
Yes, try a new import, simply clear out the mysql database, and then run the "install/createtables.php" file then re-run your importer
_________________________
Forums: UGN Security & VNC Web Design & Development
UBB.Threads: UBB.Wiki, My UBBSkins, UBB.Sitemaps
Longtime UBB Supporter, UBB Beta Tester & Resident Post-A-Holic.
UBB Modifications, Styling, Coding Services, Disaster Recovery, and more!
Top
Page 1 of 3 1 2 3 >



Moderator:  AllenAyres, Harold, Ian, Ron M 
Shout Box

Today's Birthdays
No Birthdays
Recent Topics
Temporary Password email not being received
by
05/24/12 10:02 PM
Ability to "like" individual posts (not Facebook "likes)
by doug
05/23/12 09:03 AM
Island Permissions
by ThreadsUser
05/22/12 03:03 PM
streaming video
by prkrgrp
05/20/12 07:02 PM
New Posts Corrupted? Can someone help?
by PianoWorld
05/19/12 09:41 AM
Forum Stats
10490 Members
36 Forums
33841 Topics
181708 Posts

Max Online: 978 @ 06/24/07 11:19 PM
Random Image