Search found 35 matches

by antonis
Thu 10. Jun 2004, 01:17
Forum: phpwcms Installation Troubleshooting English
Topic: Windows 2003 Server + PhpWcms instalation problems
Replies: 11
Views: 8324

First of all I would like to thank all of you for your support! You are all great!!!

Unfortunately, my problem is still here... I am trying to setup PHPWCMS on my WInXP Pro (FAT32)+APPServ (Apache,MySQL,PHP) system at home before doing it on the Win2003 Server IIS system at work.

Here is my system ...
by antonis
Tue 8. Jun 2004, 01:31
Forum: phpwcms Installation Troubleshooting English
Topic: Windows 2003 Server + PhpWcms instalation problems
Replies: 11
Views: 8324

I checked the following:

1. is safe_mode on -> recommend safe_mode Off

2. register_globals should be set OFF

3. New!!! session.use_trans_sid set On otherwise you will not have a chance to login.

---------------------------

1. is OFF

2. is ON

3. is OFF

how can I change 2 & 3 to the correct ...
by antonis
Tue 8. Jun 2004, 00:45
Forum: phpwcms Installation Troubleshooting English
Topic: Windows 2003 Server + PhpWcms instalation problems
Replies: 11
Views: 8324

remember to check against $_SERVER['DOCUMENT_ROOT'] var too.

You have to add that in conf.inc.php (uncomment line).

Oliver

:cry: I've used the document_root.php file and the path in conf.inc.php is correct...

These are the warnings that I am getting:

Warning: mysql_connect(): Access denied ...
by antonis
Mon 7. Jun 2004, 18:55
Forum: phpwcms Installation Troubleshooting English
Topic: Windows 2003 Server + PhpWcms instalation problems
Replies: 11
Views: 8324

maybe the "Please Check username and password" username and password is wrong? :wink:

no, that's not the problem...

the step is where you must choose the username & password and check the Create Admin account check box.

I imagine that the problem is with file permissions.

I tried installing ...
by antonis
Mon 7. Jun 2004, 15:08
Forum: phpwcms Installation Troubleshooting English
Topic: Windows 2003 Server + PhpWcms instalation problems
Replies: 11
Views: 8324

Windows 2003 Server + PhpWcms instalation problems

I' ve installed succesfuly phpwcms RC2 - RC4 on my Linux servers many times in the past.

Now, I am trying to install it on Win2003 server. I 've used 2 ways nad both gave the same result...:
a) IIS+mySQL+PHP b) Apache+mySQL+PHP

I start the instalation (setup.php) and at the 3rd step (step2.php ...