Search found 7 matches

by jean01
Mon 9. Feb 2009, 19:27
Forum: phpwcms Support English
Topic: Cannot display navagation
Replies: 2
Views: 738

Cannot display navagation

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_TABLE_COL ...
by jean01
Sun 8. Feb 2009, 09:30
Forum: phpwcms Installation Troubleshooting English
Topic: Setting register globals OFF in .htaccess gives Error 500
Replies: 15
Views: 16304

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.ini ...
by jean01
Sun 8. Feb 2009, 08:49
Forum: phpwcms Installation Troubleshooting English
Topic: Setting register globals OFF in .htaccess gives Error 500
Replies: 15
Views: 16304

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 ...
by jean01
Sun 8. Feb 2009, 08:33
Forum: phpwcms Installation Troubleshooting English
Topic: Setting register globals OFF in .htaccess gives Error 500
Replies: 15
Views: 16304

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 only ...
by jean01
Sun 8. Feb 2009, 08:24
Forum: phpwcms Installation Troubleshooting English
Topic: Setting register globals OFF in .htaccess gives Error 500
Replies: 15
Views: 16304

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 # php ...
by jean01
Sun 8. Feb 2009, 08:13
Forum: phpwcms Installation Troubleshooting English
Topic: Setting register globals OFF in .htaccess gives Error 500
Replies: 15
Views: 16304

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 ...
by jean01
Sun 8. Feb 2009, 07:59
Forum: phpwcms Installation Troubleshooting English
Topic: Setting register globals OFF in .htaccess gives Error 500
Replies: 15
Views: 16304

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