Migrating Site from one server to another

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
User avatar
pSouper
Posts: 1552
Joined: Tue 11. Nov 2003, 15:45
Location: London
Contact:

Post by pSouper »

Is it safe to help this guy OG?
no offence Forefront but I know who I would rather not piss off :)
User avatar
forefront
Posts: 96
Joined: Sun 16. May 2004, 14:13
Location: Cherryvale, KS • USA
Contact:

Post by forefront »

Regarding Fantastico ... I paid $25 one-time to my datacenter provider to have Fantastico on my server. My customers love it because it makes installing applications easy, takes only minutes (it also installs InageMagick with phpWCMS) and it also can remove the application.

Most software providers don't have a problem with Fantastico auto-installing their applications. What's the difference whether users download it from you or install it via Fantastico? It's a far easier install with Fantastico and takes less time.

Because you hate them so much ... and because I like your software so much ... I uninstalled my Fantastico-installed version of phpWCMS and am trying to manually install it instead. The advantage is that I have a more current version of phpWCMS than before.

It sure would be nice if you had an installer script that would do a complete untar and set-up on a server. Users (and web hosts too) love that kind of convenience!
Don Bledsoe
FOREFRONT INTERNET
User avatar
Oliver Georgi
Site Admin
Posts: 9919
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

You have to change the $_SERVER["DOCUMENT_ROOT"] manually in conf.inc.php.
It has nothing to do with the IP or domain name or something like this.

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
User avatar
forefront
Posts: 96
Joined: Sun 16. May 2004, 14:13
Location: Cherryvale, KS • USA
Contact:

Post by forefront »

Okay, here's my problem:

When attempting to view the site or login, the software tries to access www.radiodavid.com (the current active website on another server) instead of trying to access my not active site I am developing at 209.123.203.51/~deckard. Now, when the script runs and you get the error at line 131, there's a variable called PHPWCMS_ROOT ... it has picked up MY domain information (209.123.203.51/~forefron), which is not the customer information. How can I force phpWCMS to stay at the development IP address (209.123.203.51/~deckard?

I tried to use $_SERVER["DOCUMENT_ROOT"] to force the 209.123.203.51/~deckard account, but it did not work.
Don Bledsoe
FOREFRONT INTERNET
User avatar
Oliver Georgi
Site Admin
Posts: 9919
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

Oh,

check your conf.in.php

Values have to be like:

Code: Select all

$phpwcms["site"] = 'http://209.123.203.51/~deckard/';
$phpwcms["root"] = "";
$_SERVER["DOCUMENT_ROOT"] = '/home/www/~deckard'; //but the real path to phpwcms
Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
User avatar
forefront
Posts: 96
Joined: Sun 16. May 2004, 14:13
Location: Cherryvale, KS • USA
Contact:

Post by forefront »

SUCCESS! At least now I can continure setting up the site! Thank you for your help. A couple of questions:

Which CSS controls the look of phpWCMS intself? All I can see is this big, ugly Times Roman font everywhere. Yuk!

I am using this image as the copyright notice on all pages and it links to phpWCMS's site. I hope it meets with your approval. It is far more attractive and acceptable to the user than the plain text.

Image
Don Bledsoe
FOREFRONT INTERNET
Pappnase

Post by Pappnase »

hello

look for the phpwcms.css!*smile*
in the include/inc_css folder
User avatar
Oliver Georgi
Site Admin
Posts: 9919
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

Times New Roman? Maybe you have not all standard web fonts installed.

It's not neccessary to have such copyright image on any frontend page. I don't like the "powered by" ;-) Better to have a small text link like "cms: phpwcms (if you wish to have one).

But thanks too.

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
User avatar
forefront
Posts: 96
Joined: Sun 16. May 2004, 14:13
Location: Cherryvale, KS • USA
Contact:

Post by forefront »

I thought it was nice. I can remove the "Powered by" text. I used it because one of the existing logos has it on it, but if you'd rather have it more obscure, that's okay with me.

I got the CSS sall straightened out. All is wonderful again. :lol:
Don Bledsoe
FOREFRONT INTERNET
User avatar
Oliver Georgi
Site Admin
Posts: 9919
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

fine ;-) Don't be angry with me. I'm also changing the CI of phpwcms - starting with the project site.

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
derD
Posts: 52
Joined: Sat 15. May 2004, 04:57
Location: Barcelona
Contact:

Post by derD »

is it ok to have youre image just in the impressum / legal notice ?
Ich sagte doch: ich geh nie wieder in den Bau.
Post Reply