Installation Problems
Installation Problems
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
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
Installation Problems
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
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
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
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
Installation Problems
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!
We are sorry!
For service reasons the system is temporarily not attainable.
Visit us later again!
Re: Installation Problems
Have you create your layouts yet, through admin section? ( www.yourdomain.tk/phpwcms_root/login.php )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!
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

Just chekking

Just chekking

Just chekking

Just chekking

Just chekking

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
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

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';