Search found 10 matches

by Pascal
Thu 2. Mar 2006, 04:07
Forum: phpwcms Installation Troubleshooting English
Topic: Install is not working iis
Replies: 16
Views: 41981

Anyone? Is it possible? :roll:
by Pascal
Tue 24. Jan 2006, 13:52
Forum: phpwcms Installation Troubleshooting English
Topic: Install is not working iis
Replies: 16
Views: 41981

IIS is it possible?

Did anyone install phpwcms with IIS 6.0 successfully and how? :roll:
by Pascal
Wed 21. Dec 2005, 00:42
Forum: phpwcms Installation Troubleshooting English
Topic: Install is not working iis
Replies: 16
Views: 41981

Did anybody install phpwcms on a windows machine with IIS 6.0 successfully? :?
by Pascal
Fri 16. Dec 2005, 02:43
Forum: phpwcms Installation Troubleshooting English
Topic: Install is not working iis
Replies: 16
Views: 41981

This is 2nd part (it did not fit everything):

[be_cnt_needed] => required
[be_cnt_delete] => delete
[be_cnt_value] => value
[be_cnt_error_text] => error text
[be_cnt_css_style] => CSS style
[be_cnt_send_copy_to] => CC to
[be_cnt_field] => Array
(
[text] => text (single-line ...
by Pascal
Fri 16. Dec 2005, 02:26
Forum: phpwcms Installation Troubleshooting English
Topic: Install is not working iis
Replies: 16
Views: 41981

DeXXus wrote:
$phpwcms["root"] = "cms"; //default: ""

It is now:

$phpwcms["root"] = "cms";

Does not do anything. My website is just http://www.mysite.com/ nothing else. :wink:

I really appriciate your help. Because of bad experience... if someone knows the path etc. bad things can happen Hack ...
by Pascal
Thu 15. Dec 2005, 13:03
Forum: phpwcms Installation Troubleshooting English
Topic: Install is not working iis
Replies: 16
Views: 41981

I have a Webhost and I think they will not let me edit the php.ini to get the errors.
HUH ??

Meaning they (hosting company) are a bit difficult. Not easy to get.



Have you tried changing this in "config.inc.php"
$phpwcms["db_pers"] = 1; //try 0 instead

I tried 0 instead. Nope.

Did you ...
by Pascal
Thu 15. Dec 2005, 04:42
Forum: phpwcms Installation Troubleshooting English
Topic: Install is not working iis
Replies: 16
Views: 41981

I have a Webhost and I think they will not let me edit the php.ini to get the errors. Does someone has a function or some smart php code I can place in the login.php so I could see the errors? Anyone? Thanks again for the help. But I am not there yet. :?
by Pascal
Wed 14. Dec 2005, 13:09
Forum: phpwcms Installation Troubleshooting English
Topic: Install is not working iis
Replies: 16
Views: 41981

I just tried with:
$phpwcms["DOC_ROOT"] = 'c:/web/folder/folder/www';
Commented out on the bottom:
//$_SERVER['DOCUMENT_ROOT'] = 'c:\\web\\folder\\folder\\www\';
No success.

With phpinfo() in login.php
I receive:
_SERVER["PATH_TRANSLATED"] c:\\web\\folder\\folder\\www\\cms\\login.php
_SERVER ...
by Pascal
Mon 12. Dec 2005, 23:47
Forum: phpwcms Installation Troubleshooting English
Topic: Install is not working iis
Replies: 16
Views: 41981

I forgot to write it in the post. I have this semi colon in my conf.inc.php file.
My host has IIS... no choice for me.

Any help is appricated. Thanks in advance.
:oops:
by Pascal
Mon 12. Dec 2005, 19:09
Forum: phpwcms Installation Troubleshooting English
Topic: Install is not working iis
Replies: 16
Views: 41981

Install is not working iis

Hi All,

I installed (my info regarding install):
1.2.5 DEV
MySQL 4.0.20a-nt
system: Windows NT 5.2 build 3790
server: Microsoft-IIS/6.0
php: v4.3.5
I installed phpwcms here above the www root: path: /cms


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