New, just testing phpwcms.
Site contains:
Home
Article 2
Article 1
Home page contains
article title 2
subtitle 2
9. February 2009 content 2
more…
article title 1
subtitle 1
9. February 2009 content 1
more…
Navagation column contains only
navigation:
* Home
using
{NAV_LIST_UL:P,0}
Tried {NAV ...
Search found 7 matches
- Mon 9. Feb 2009, 19:27
- Forum: phpwcms Support English
- Topic: Cannot display navagation
- Replies: 2
- Views: 789
- Sun 8. Feb 2009, 09:30
- Forum: phpwcms Installation Troubleshooting English
- Topic: Setting register globals OFF in .htaccess gives Error 500
- Replies: 15
- Views: 17557
Re: Setting register globals OFF in .htaccess gives Error 500
I was referring to old information on my host web site. It turns out that my server has PHPSUEXEC installed so these settings have to be in the php.ini file. Any php settings in .htaccess will cause a server error.
I put this here so that if someone else has the same problem they might try a php ...
I put this here so that if someone else has the same problem they might try a php ...
- Sun 8. Feb 2009, 08:49
- Forum: phpwcms Installation Troubleshooting English
- Topic: Setting register globals OFF in .htaccess gives Error 500
- Replies: 15
- Views: 17557
Re: Setting register globals OFF in .htaccess gives Error 500
hehe, your Hoster gave you wrong parameters ... shame ! :lol:
But, I am not completely shure. Just wait around 10 Minutes to let the Error time to diappear.. ( caused by server issues .. me guessing ) If you transfer the .htaccess file to your server, can you see it in an ftp listing or does it ...
But, I am not completely shure. Just wait around 10 Minutes to let the Error time to diappear.. ( caused by server issues .. me guessing ) If you transfer the .htaccess file to your server, can you see it in an ftp listing or does it ...
- Sun 8. Feb 2009, 08:33
- Forum: phpwcms Installation Troubleshooting English
- Topic: Setting register globals OFF in .htaccess gives Error 500
- Replies: 15
- Views: 17557
Re: Setting register globals OFF in .htaccess gives Error 500
Just a file with only in it:
name: .htaccess
php_value register_globals 0
all other things to be left outside, cause they have different functions which are not required at this moment. so .. only the one line inside !
hey, and just waiting for the .. OK :)
OK, now the .htaccess file contains ...
name: .htaccess
php_value register_globals 0
all other things to be left outside, cause they have different functions which are not required at this moment. so .. only the one line inside !
hey, and just waiting for the .. OK :)
OK, now the .htaccess file contains ...
- Sun 8. Feb 2009, 08:24
- Forum: phpwcms Installation Troubleshooting English
- Topic: Setting register globals OFF in .htaccess gives Error 500
- Replies: 15
- Views: 17557
Re: Setting register globals OFF in .htaccess gives Error 500
so .. here we are.
Empty all things inside this without the directive given from your Hoster and Error will be gone. ;)
I am looking at the .htaccess file that begins . . . .
# These settings are recommend
# Maybe you might have problems
# with other scripts that needs
# register_globals ON ...
Empty all things inside this without the directive given from your Hoster and Error will be gone. ;)
I am looking at the .htaccess file that begins . . . .
# These settings are recommend
# Maybe you might have problems
# with other scripts that needs
# register_globals ON ...
- Sun 8. Feb 2009, 08:13
- Forum: phpwcms Installation Troubleshooting English
- Topic: Setting register globals OFF in .htaccess gives Error 500
- Replies: 15
- Views: 17557
Re: Setting register globals OFF in .htaccess gives Error 500
Hello and welcome ;)
How did you manage the entry ? In the phpwcms distribution .htaccess file or where did you do that * Own file ?
I installed phpwcms in the root of the domain so I just added this line to the phpwcms's .htaccess file in the root so I guess I added the line to the phpwcms ...
How did you manage the entry ? In the phpwcms distribution .htaccess file or where did you do that * Own file ?
I installed phpwcms in the root of the domain so I just added this line to the phpwcms's .htaccess file in the root so I guess I added the line to the phpwcms ...
- Sun 8. Feb 2009, 07:59
- Forum: phpwcms Installation Troubleshooting English
- Topic: Setting register globals OFF in .htaccess gives Error 500
- Replies: 15
- Views: 17557
Setting register globals OFF in .htaccess gives Error 500
Just uploaded v 1.3.9
Running setup.php
My host has register globals ON, the set up says it should be OFF
My host says I can turn it off by adding
php_value register_globals 0
to the .htaccess file.
However, when I do this, and then try to access setup/setup.php I get the error:
Internal Server ...
Running setup.php
My host has register globals ON, the set up says it should be OFF
My host says I can turn it off by adding
php_value register_globals 0
to the .htaccess file.
However, when I do this, and then try to access setup/setup.php I get the error:
Internal Server ...