Installation Problems

Please post all install related problems here. Visit this forum first for troubleshooting.
Post Reply
rockyuk
Posts: 5
Joined: Sat 12. Feb 2005, 02:30

Installation Problems

Post by rockyuk »

Hi everyone,
I have been on here following different info on installing this thought i had finally done eveything configure database and gone all the way to the end of the setup to get this

We are sorry!
For service reasons the system is temporarily not attainable.

Visit us later again!

I have checked my sql database and everything to my knowledge looks ok but saying that my knowledge is very limited lol. Oh yeah i am using PHP 5 would that be causing the problem?

Any help would be great please.

Thanks

Rockyuk
Pappnase

Post by Pappnase »

hello

did you upload the cond.inc.php!?
wich version did you use!?
rockyuk
Posts: 5
Joined: Sat 12. Feb 2005, 02:30

Installation Problems

Post by rockyuk »

Hi Pappnase,
You need to explain in simple english as i am new to all this where is that file i need to upload and what version of what am i using?

Thanks
Pappnase

Post by Pappnase »

hello

i don't know wich version u wanna use sorry!


Look here

ver 1.2
http://www.phpwcms-docu.de/installation_en.phtml

ver dev 1.1.9
http://www.phpwcms-docu.de/dev_1_x_en.phtml
rockyuk
Posts: 5
Joined: Sat 12. Feb 2005, 02:30

Installation Problems

Post by rockyuk »

I think i am using version 1.1.9 and i thought i had it all installed and ready but still giving me that problem.

We are sorry!
For service reasons the system is temporarily not attainable.

Visit us later again!
Pappnase

Post by Pappnase »

hello

check your conf.inc.php for db settings! and did you upload an replace the existing conf.inc.php!?
JackaL
Posts: 5
Joined: Tue 8. Feb 2005, 22:53

Re: Installation Problems

Post by JackaL »

rockyuk wrote:I think i am using version 1.1.9 and i thought i had it all installed and ready but still giving me that problem.

We are sorry!
For service reasons the system is temporarily not attainable.

Visit us later again!
Have you create your layouts yet, through admin section? ( www.yourdomain.tk/phpwcms_root/login.php )
If you have not create any layout / content for your site you´ll get that message you mentioned......
to get Fixed, start here -> http://www.phpwcms-docu.de/311.0.0.1.0.0.phtml
and http://www.phpwcms-docu.de/admin_en_wpj.phtml


And are following values correct:
in conf.inc.php file:
line 29 -> $phpwcms["db_table"] = "theNameOfYourphpWCMSTable";
line 30 -> $phpwcms["db_prepend"] = "yourprepend_";
line 34 -> $phpwcms["site"] = "http://www.yourdomain.tk/";
line 38 -> phpwcms["root"] = "YOUROPTION";

Check this.... http://www.phpwcms-docu.de/conf.inc.php_en.phtml



Just chekking :shock: \0/
Just chekking :shock: \0/
Just chekking :shock: \0/
Just chekking :shock: \0/
Just chekking :shock: \0/
Just chekking :shock: \0/
rockyuk
Posts: 5
Joined: Sat 12. Feb 2005, 02:30

Post by rockyuk »

Hi Guys,
Got it working now but one strange thing keeps happening if i try to login through the backend say http://www.mydomain.com/phpwcms/index.php when it log's in i get http://www.mydomain.com/phpwcms/phpwcms/phpwcms.php basically the root directory is doubling up and i get a error page up :?

What do i need to change in order for it to be http://www.mydomain.com/phpwcms/phpwcms.php only.

Once again thankyou for all your help.

Rockyuk :shock:
Karla
Posts: 223
Joined: Tue 26. Oct 2004, 11:56

Post by Karla »

rockyuk wrote:What do i need to change in order for it to be http://www.mydomain.com/phpwcms/phpwcms.php only.

Code: Select all

// site values
$phpwcms["site"]              = "http://www.mydomain.com/";

// paths
$phpwcms['DOC_ROOT']          = $_SERVER['DOCUMENT_ROOT'];
$phpwcms["root"]              = "phpwcms";

// Try to check and uncomment the DOCUMENT_ROOT if you have problems 
// often neccessary on IIS or default MacOS X webserver settings.
// Do not use backslash "" on Windows - always replace "" by "/" 
//$_SERVER['DOCUMENT_ROOT']     = '/home/www';
-=Make sure phpwcms is not a part of the last line above=-
rockyuk
Posts: 5
Joined: Sat 12. Feb 2005, 02:30

Post by rockyuk »

Hi Karla,
Thankyou very much for your help all works fine now.

Rockyuk :lol:
Post Reply