move mlf to a public html user folder (General)

by motorhead, Sunday, April 28, 2013, 17:12 (4009 days ago)

what do i have to do when i try to move mylittleforum on the same webserver (so database settings are the same) from apache-home to the user-sites ( server\~username\ ) which are stored in /home/username/public_html ?

i just tried to copy it there and chown it to the specific user - which works in the first view.

but the texts like LOG IN, ADMIN, SETTINGS are displayed as "Array" instead...
[image]


anyone knows what im doing wrong?

Avatar

move mlf to a public html user folder

by Micha ⌂, Saturday, May 18, 2013, 09:33 (3989 days ago) @ motorhead

Hi,

anyone knows what im doing wrong?

You have to edit the Forum-Adresse in the DB settings.

- Micha

--
applied-geodesy.org - OpenSource Least-Squares Adjustment Software for Geodetic Sciences

move mlf to a public html user folder

by Motorhead, Thursday, May 23, 2013, 13:01 (3984 days ago) @ Micha

Hi,

anyone knows what im doing wrong?


You have to edit the Forum-Adresse in the DB settings.

- Micha

thnx, where exactly?
in a file or logged in as administrator in the forum?

Avatar

db_settings.php

by Alfie ⌂, Vienna, Austria, Thursday, May 23, 2013, 13:46 (3984 days ago) @ Motorhead

You have to edit the Forum-Adresse in the DB settings.

thnx, where exactly?
in a file or logged in as administrator in the forum?

The former. Edit db_settings.php reflecting you host.

$db_settings['host'] = "your host";
$db_settings['user'] = "your user name";
$db_settings['pw'] = "your password";
$db_settings['db'] = "your name of the data base";

Upload by FTP and don’t forget to set permissions to 664.

--
Cheers,
Alfie (Helmut Schütz)
BEBA-Forum (v1.8β)

db_settings.php

by Motorhead, Thursday, May 23, 2013, 17:18 (3984 days ago) @ Alfie

The former. Edit db_settings.php reflecting you host.

$db_settings['host'] = "your host";
$db_settings['user'] = "your user name";
$db_settings['pw'] = "your password";
$db_settings['db'] = "your name of the data base";

Upload by FTP and don’t forget to set permissions to 664.

ok thnx, but that isnt the problem!
when im copying the MLF on the same machine (to the homedir of a new user), the database settings does not chance.
as a result i can browse in the copied forum, log in and see postings of the users....

the ARRAY thing is my problem!
maybe because i do not use the installer?

RSS Feed of thread