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
#190020 - 07/05/07 02:33 AM Re: members dir error on import [Re: Gizmo]
clivesj Offline
stranger
Registered: 07/03/07
Posts: 17
The new import hangs on the same errors.
But looking at the error messages:
Classic was using the Dutch language.
Can this be the problem? Should I install Dutch in the new forum first and then run the import?

Thanx
Top
#190021 - 07/05/07 02:34 AM Re: members dir error on import [Re: clivesj]
Gizmo Offline

Registered: 06/05/06
Posts: 14995
Loc: Portland, OR; USA
hmm not sure; the error is missing the language name so I have no clue as to why it's generating *that* error (it should show languages/english/file.php
_________________________
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
#190024 - 07/05/07 02:46 AM Re: members dir error on import [Re: Gizmo]
clivesj Offline
stranger
Registered: 07/03/07
Posts: 17
If i look to the line for the errorcode:

if (!is_array($ubbt_lang)) {
include("languages/{$user['USER_LANGUAGE']}/generic.php");

it looks like {$user['USER_LANGUAGE']} is not filled in. So maybe the importer cannot find $user?
Top
#190026 - 07/05/07 03:51 AM Re: members dir error on import [Re: clivesj]
Gizmo Offline

Registered: 06/05/06
Posts: 14995
Loc: Portland, OR; USA
Hmm, try setting that to:
if (!is_array($ubbt_lang)) {
include("languages/english/generic.php");
_________________________
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
#190028 - 07/05/07 04:41 AM Re: members dir error on import [Re: Gizmo]
clivesj Offline
stranger
Registered: 07/03/07
Posts: 17
Well, actually i did that already, but this way:
include("languages/admin/english/generic.php");

i included admin, as this is the way it looks on the server
Top
#190029 - 07/05/07 04:46 AM Re: members dir error on import [Re: clivesj]
clivesj Offline
stranger
Registered: 07/03/07
Posts: 17
Ah, sorry , i see that generic.php is also listed in the languages directory. I'm gonna try it and let you know.
btw: I see we have 9 hours time diff. So I'll try to hurry before you sign-off......
Top
#190030 - 07/05/07 04:56 AM Re: members dir error on import [Re: clivesj]
clivesj Offline
stranger
Registered: 07/03/07
Posts: 17
Same error,
howeever the language dir is shown now:
Warning: html::include(languages/english/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/english/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

anything else i can try?

btw. The members are imported well, also a few forums, but it quits after importing the 5th forumsubject..
Top
#190044 - 07/05/07 07:23 AM Re: members dir error on import [Re: clivesj]
Gizmo Offline

Registered: 06/05/06
Posts: 14995
Loc: Portland, OR; USA
Is there anything "odd" about this subject? Is it especially long? Does it include any "special characters" (non-latin, or ascii)?
_________________________
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
#190050 - 07/05/07 07:59 AM Re: members dir error on import [Re: Gizmo]
clivesj Offline
stranger
Registered: 07/03/07
Posts: 17
I assume I have to search in vars_forums_cgi:
I copied a part of the file:
The forum marked bold is the last subject imported:

2|^|KLM Forum|^|<font color="#000080">KLM Ledenforum</font>|^|On|^|is not|^|is|^|allreg&allreg|^||^|4|^|klmplane.jpg|^|ON|^|yes|^||^|all&all|^|000008|^|date|^||^|1
|^|Air exel Forum|^|<font color="#009999">AIR EXEL Ledenforum</font>|^|Off|^|is not|^|is|^|allreg&allreg|^||^|5|^||^|ON|^|yes|^||^|all&all|^|000005|^|date|^||^|12|^|Martinair Forum|^|<font color="#FF0000">MARTINAIR Ledenforum</font>|^|On|^|is not|^|is|^|allreg&allreg|^||^|6|^|maclogo200.gif|^|ON|^|yes|^||^|all&all|^|000009|^|date|^||^|1
Top
#190052 - 07/05/07 08:12 AM Re: members dir error on import [Re: clivesj]
Gizmo Offline

Registered: 06/05/06
Posts: 14995
Loc: Portland, OR; USA
Not sure from here, the subject looks fine AFAICT; I think we'll have to wait on Rick or IanSpense to see any further
_________________________
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
#190056 - 07/05/07 08:59 AM Re: members dir error on import [Re: Gizmo]
clivesj Offline
stranger
Registered: 07/03/07
Posts: 17
before giving the error another error is gegenerated, but i'm not able to read it because the script goes on and imports a few forums and stops at the error.
Top
#190126 - 07/05/07 07:52 PM Re: members dir error on import [Re: clivesj]
Gizmo Offline

Registered: 06/05/06
Posts: 14995
Loc: Portland, OR; USA
If an error is generated it SHOULD be contained in your error_log on the server as well, should you have logging enabled through your webhost. So by looking at the bottom of said error log you should be able to discover the last few errors on the site.
_________________________
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
#190196 - 07/06/07 10:12 AM Re: members dir error on import [Re: Gizmo]
clivesj Offline
stranger
Registered: 07/03/07
Posts: 17
Hello Gizmo,
management just decided to start a new forum on the new server, so we don't require an import of the old data anymore.
So you can say I'm saved by the bell...
Thank you
Top
#190268 - 07/06/07 08:55 PM Re: members dir error on import [Re: clivesj]
Gizmo Offline

Registered: 06/05/06
Posts: 14995
Loc: Portland, OR; USA
Well, I suppose that's one way of getting around issues lol...
_________________________
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