DJJWP
Posts: 77
|
| Posted: 01/11/2006, 6:29 AM |
|
Folders and development
PHP 5
MySql 5
IIS on NT2000
I’m developing an application that has many pages. They fall into a general, adult, and youth area. Because of the number of pages, I want to get them out of the root directory into the below structure:
ROOT
+ Images
+ General
+ Adult
+ Youth
The problem I have is I create a page in the folder, it does not work right at all, The list page opens ok and I have been able to modify the link to get the maint page BUT the maint page can not update or modify the record, it keeps assuming it’s at the root and I get page not found.
I have already tried creating the pages in the root and moving it, created it in the folder, and tried changing the return page path as well.
Any suggestions?
Don
_________________
Network Operations Rule |
 |
 |
mamboBROWN
Posts: 1713
|
| Posted: 01/11/2006, 10:28 AM |
|
DJJWP
What version of CCS are you using??? And are your project settings correct???
|
 |
 |
DJJWP
Posts: 77
|
| Posted: 01/11/2006, 11:01 AM |
|
Personal Edition-PHP
3.0.2.1
_________________
Network Operations Rule |
 |
 |
DJJWP
Posts: 77
|
| Posted: 01/11/2006, 2:41 PM |
|
Project settings appear correct, is there something I'm missing to permit sub folders?
_________________
Network Operations Rule |
 |
 |
peterr
Posts: 5971
|
| Posted: 01/11/2006, 4:09 PM |
|
How are you moving your pages to sub-folders? Are you doing this inside CCS or in Windows explorer?
Also, please try setting the "Return Page" property of your record form to blank.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
DJJWP
Posts: 77
|
| Posted: 01/11/2006, 6:48 PM |
|
I drag and drop them in CCS answering yes to update links. The main page works OK but the maint page fails every time. I have tied setting the return page to the maint and the list pages, still the same issue. To get to the maint page from the list page, I had to add %5C in place of the /. IE: “/adult/adult_maint.php” becomes “%5cAdult%5c/adult_maint.php”.
This is also effecting the header and menu include pages as well.
_________________
Network Operations Rule |
 |
 |
peterr
Posts: 5971
|
| Posted: 01/11/2006, 7:40 PM |
|
I would bring it to support's attention because if they can reproduce this problem then they could send you a patch. Otherwise I'm not sure what else to suggest.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |