Page 1 of 1
Installation Problems
Posted: Sat 12. Feb 2005, 02:35
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
Posted: Sat 12. Feb 2005, 03:01
by Pappnase
hello
did you upload the cond.inc.php!?
wich version did you use!?
Installation Problems
Posted: Sat 12. Feb 2005, 14:09
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
Posted: Sat 12. Feb 2005, 14:21
by Pappnase
Installation Problems
Posted: Sat 12. Feb 2005, 19:00
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!
Posted: Sat 12. Feb 2005, 19:44
by Pappnase
hello
check your conf.inc.php for db settings! and did you upload an replace the existing conf.inc.php!?
Re: Installation Problems
Posted: Sun 13. Feb 2005, 10:10
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
\0/
Just chekking
\0/
Just chekking
\0/
Just chekking
\0/
Just chekking
\0/
Just chekking
\0/
Posted: Wed 16. Feb 2005, 02:12
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

Posted: Wed 16. Feb 2005, 08:34
by Karla
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=-
Posted: Wed 16. Feb 2005, 13:40
by rockyuk
Hi Karla,
Thankyou very much for your help all works fine now.
Rockyuk
