Tetra-WebBBS Support Forum

Re: lost archives
In Response To: Re: lost archives ()

Hi Scott.

: I believe the files are there. ../bbs/archive/messagelist.

... and there are bbs[number] folders alongside the messagelist file, right?

: I have spent a few nights

.. for young men this doesn't mean anything and would be better to sit at home than on the road.
... for old men, ... well, they can't sleep anyway :D

: admin_config.pl

: $data_basedir = "/home/content/49/7754349/html/bbs";
: $data_subdir = "/main";
: $boardname = "Grapevine Forum";
: $shortboardname = "";

OK.

: # URL of the PUBLIC script belonging to this admin_config:

: $cgiurl =
: "http://www.travelingcomputertech.com/cgi-bin/bbs61x/webbbs_config.pl";

OK

: ## (2) Optional variables.
: # define path to core scripts only when the 'lib' folder is not on
: the same level as this file.
: # use lib "/full/path/to/bbs60x/lib";

: $archive_basedir = "/home/content/49/7754349/html/bbs";

NOT OK.
$archive_basedir is no variable. Shouldn't do anything, but better delete this line

: $archive_subdir = "/archive";

OK.

: I have a working forum and admin for the forum. Please let me know
: what other configurations you need.

OK, so you have a working webbbs_config.pl and admin_config.pl for the forum.

You need a copy of both pointing to '/archive' as it's $data_subdir.
Try to get the public side working first.

In the package you downloaded, there is a file "arch_config.pl"
That's the public entry script for the archive. Use that file. Edit the $data_basedir and forum name and upload the file.
It's preconfigured and should work if edited, uploaded and chmod 755 just like the live forum.

The URL should be something like this:
http://travelingcomputertech.com/cgi-bin/bbs61x/arch_config.pl

However, this URL currently returns an error. Either the file isn't there yet or something went wrong when editing, uploading, chmod 755 was done.
Do it the same with the arch_config.pl file as you did with webbbs_config.pl and you should be fine

Once you have that public entry going, I can help you to do the rest.

: thank you

You're always welcome.

Rainer