| Previous · Next | |
| User | Message |
|
cmarcant
|
Date: 8/12/2005 2:51 pm · Subject: Page not working... I've missed something · Rating: 1
--- (Edited at Thu Jan 31 10:44:11 2002 by cmarcant) ---
I suspect that the answer is very simple and that most likely I have missed something in some of the docs/help.
I am running WebGUI on a Win2K machine with IIS and MySQL. Install was a breeze and I got it running right away.
I have experimented with various widgets... everything was very straight forward.
However... when it comes to creating new pages, I hit a snag.
Whenever I "Add a page...,", the page seems to be created (the link appears where it should on the page, an entry is created in the page table). When I want to edit its properties, I find out that the title is.. Home. Whenever I add content, it gets added to the home page and all my other pages display the exact same content. What gives? The various URLs seem to work fine.
I have looked in the archive and did not find any such problem with anybody else. CGI::Wrap is not used
|
| Back to Top |
Rate [ | ]
|
|
cmarcant
|
Date: 8/12/2005 2:51 pm · Subject: Re: Page not working... I've missed something · Rating: -1
I isolated the problem being with PATH_INFO returning a full path on Win2K (index.pl/test) instead of whatever lies after the page name (/test).
JT has identified this bug as one of the many IIS/Microsoft quircks.
You can either use the "adsutil.vbs " script mentioned in http://www.plainblack.com/index.pl/windows_2000_installation , or add one line in session.pm at line 33 (until I find that @#$@ script):
$pageName =~ s/\/index.pl//;
Christophe
|
| Back to Top |
Rate [ | ]
|
|
cmarcant
|
Date: 8/12/2005 2:51 pm · Subject: Page not working... I've missed something · Rating: -2
--- (Edited at Thu Jan 31 10:44:11 2002 by cmarcant) ---
I suspect that the answer is very simple and that most likely I have missed something in some of the docs/help.
I am running WebGUI on a Win2K machine with IIS and MySQL. Install was a breeze and I got it running right away.
I have experimented with various widgets... everything was very straight forward.
However... when it comes to creating new pages, I hit a snag.
Whenever I "Add a page...,", the page seems to be created (the link appears where it should on the page, an entry is created in the page table). When I want to edit its properties, I find out that the title is.. Home. Whenever I add content, it gets added to the home page and all my other pages display the exact same content. What gives? The various URLs seem to work fine.
I have looked in the archive and did not find any such problem with anybody else. CGI::Wrap is not used
|
| Back to Top |
Rate [ | ]
|