PC Review
Forums
Newsgroups
Microsoft Word
Microsoft Frontpage
Error with 64 or more includes through FrontPage
Forums
Newsgroups
Microsoft Word
Microsoft Frontpage
Error with 64 or more includes through FrontPage
![]() |
Error with 64 or more includes through FrontPage |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
I have a user that is trying to edit his web pages directly on the server
through FrontPage. It is a Windows 2003 machine running IIS 6. He uses a lot of page includes through FrontPage. When he tries to include 64 or more pages all of the includes stop functioning on the page and in the page's properties the following error appears: (1) Page "myPage.html" contains an include that is recursive, or that is nested. Aborted processing link information and FrontPage Components after including 64 pages at the inclusion of "aPageToInclude.htm". The error message indicates that there are recursive page includes, but that is not the case. What is interesting is that if he edits the page on his machine and then publishes it up to the server it works fine. The problem only occurs when he reaches 64 includes and tries to save the page while working on the server. I have searched and I cannot find any references anywhere to this error message. I have tried increasing the "Include file cache" in the FrontPage Server Extensions 2002 configuration with no success. I would like to know if there is anyway I can adjust the number of includes allowed before this error occurs, or if there is any other way to stop this from happening. Any help appreciated. Thank you. TJ |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Hi TJ,
I don't believe the error is because of the number of includes but rather that one include reference another that referenced the original cause a endless loop of including the same file over and over again. -- Mike http://www.websunlimited.com FrontPage Add-in MVP FrontPage '97 - '02 "TJ" <TJ@discussions.microsoft.com> wrote in message news:7E675A13-95EA-4356-A15F-437352F9CC5F@microsoft.com... >I have a user that is trying to edit his web pages directly on the server > through FrontPage. It is a Windows 2003 machine running IIS 6. He uses a > lot of page includes through FrontPage. When he tries to include 64 or more > pages all of the includes stop functioning on the page and in the page's > properties the following error appears: > > (1) Page "myPage.html" contains an include that is recursive, or that is > nested. Aborted processing link information and FrontPage Components after > including 64 pages at the inclusion of "aPageToInclude.htm". > > The error message indicates that there are recursive page includes, but that > is not the case. What is interesting is that if he edits the page on his > machine and then publishes it up to the server it works fine. The problem > only occurs when he reaches 64 includes and tries to save the page while > working on the server. > > I have searched and I cannot find any references anywhere to this error > message. I have tried increasing the "Include file cache" in the FrontPage > Server Extensions 2002 configuration with no success. I would like to know > if there is anyway I can adjust the number of includes allowed before this > error occurs, or if there is any other way to stop this from happening. > > Any help appreciated. Thank you. > TJ |
|
|
|
#3 |
|
Guest
Posts: n/a
|
Under the FP extensions on the server you have to increase the number of allowable includes.
See: http://www.microsoft.com/technet/pr...0.mspx?mfr=true -- ============================================== Thomas A. Rowe Microsoft MVP - FrontPage ============================================== Agents Real Estate Listing Network http://www.NReal.com ============================================== "TJ" <TJ@discussions.microsoft.com> wrote in message news:7E675A13-95EA-4356-A15F-437352F9CC5F@microsoft.com... >I have a user that is trying to edit his web pages directly on the server > through FrontPage. It is a Windows 2003 machine running IIS 6. He uses a > lot of page includes through FrontPage. When he tries to include 64 or more > pages all of the includes stop functioning on the page and in the page's > properties the following error appears: > > (1) Page "myPage.html" contains an include that is recursive, or that is > nested. Aborted processing link information and FrontPage Components after > including 64 pages at the inclusion of "aPageToInclude.htm". > > The error message indicates that there are recursive page includes, but that > is not the case. What is interesting is that if he edits the page on his > machine and then publishes it up to the server it works fine. The problem > only occurs when he reaches 64 includes and tries to save the page while > working on the server. > > I have searched and I cannot find any references anywhere to this error > message. I have tried increasing the "Include file cache" in the FrontPage > Server Extensions 2002 configuration with no success. I would like to know > if there is anyway I can adjust the number of includes allowed before this > error occurs, or if there is any other way to stop this from happening. > > Any help appreciated. Thank you. > TJ |
|
|
|
#4 |
|
Guest
Posts: n/a
|
64 includes ???
Who the heck came up with that dopey design? Bob Lehmann "TJ" <TJ@discussions.microsoft.com> wrote in message news:7E675A13-95EA-4356-A15F-437352F9CC5F@microsoft.com... > I have a user that is trying to edit his web pages directly on the server > through FrontPage. It is a Windows 2003 machine running IIS 6. He uses a > lot of page includes through FrontPage. When he tries to include 64 or more > pages all of the includes stop functioning on the page and in the page's > properties the following error appears: > > (1) Page "myPage.html" contains an include that is recursive, or that is > nested. Aborted processing link information and FrontPage Components after > including 64 pages at the inclusion of "aPageToInclude.htm". > > The error message indicates that there are recursive page includes, but that > is not the case. What is interesting is that if he edits the page on his > machine and then publishes it up to the server it works fine. The problem > only occurs when he reaches 64 includes and tries to save the page while > working on the server. > > I have searched and I cannot find any references anywhere to this error > message. I have tried increasing the "Include file cache" in the FrontPage > Server Extensions 2002 configuration with no success. I would like to know > if there is anyway I can adjust the number of includes allowed before this > error occurs, or if there is any other way to stop this from happening. > > Any help appreciated. Thank you. > TJ |
|
|
|
#5 |
|
Guest
Posts: n/a
|
However, it wont fix the recursive include.
Regards Jens Peter Karlsen. Microsoft MVP - Frontpage. On Wed, 23 Aug 2006 16:04:33 -0400, "Thomas A. Rowe" <tarowe@mvps.org> wrote: >Under the FP extensions on the server you have to increase the number of allowable includes. > >See: >http://www.microsoft.com/technet/pr...0.mspx?mfr=true |
|
|
|
#6 |
|
Guest
Posts: n/a
|
The include is not recursive even though the error message indicates that it
is. I can create a blank webpage and include another any other web page 64 times on it with no problems. After the 65th include the page will no longer save and the error message can be found in the page's properties. Also, I tried adjusting the CacheMaxInclude property to allow for more includes with no luck. As a side note, it was set to the default of 16 and increasing or decreasing it did not seem to have any effect. Am I adjusting the correct property? At this point I think I am just going to ask my user to limit himself to 64 includes per page. Still, I am curious to know if anyone else has ever seen this problem or found a solution. Thank you, TJ "TJ" wrote: > I have a user that is trying to edit his web pages directly on the server > through FrontPage. It is a Windows 2003 machine running IIS 6. He uses a > lot of page includes through FrontPage. When he tries to include 64 or more > pages all of the includes stop functioning on the page and in the page's > properties the following error appears: > > (1) Page "myPage.html" contains an include that is recursive, or that is > nested. Aborted processing link information and FrontPage Components after > including 64 pages at the inclusion of "aPageToInclude.htm". > > The error message indicates that there are recursive page includes, but that > is not the case. What is interesting is that if he edits the page on his > machine and then publishes it up to the server it works fine. The problem > only occurs when he reaches 64 includes and tries to save the page while > working on the server. > > I have searched and I cannot find any references anywhere to this error > message. I have tried increasing the "Include file cache" in the FrontPage > Server Extensions 2002 configuration with no success. I would like to know > if there is anyway I can adjust the number of includes allowed before this > error occurs, or if there is any other way to stop this from happening. > > Any help appreciated. Thank you. > TJ |
|
|
|
#7 |
|
Guest
Posts: n/a
|
I think I have mind set to 128.
-- ============================================== Thomas A. Rowe Microsoft MVP - FrontPage ============================================== Agents Real Estate Listing Network http://www.NReal.com ============================================== "TJ" <TJ@discussions.microsoft.com> wrote in message news:CCB1054E-907C-4797-98AC-6F52369B13AD@microsoft.com... > The include is not recursive even though the error message indicates that it > is. I can create a blank webpage and include another any other web page 64 > times on it with no problems. After the 65th include the page will no longer > save and the error message can be found in the page's properties. > > Also, I tried adjusting the CacheMaxInclude property to allow for more > includes with no luck. As a side note, it was set to the default of 16 and > increasing or decreasing it did not seem to have any effect. Am I adjusting > the correct property? > > At this point I think I am just going to ask my user to limit himself to 64 > includes per page. Still, I am curious to know if anyone else has ever seen > this problem or found a solution. > > Thank you, > TJ > > "TJ" wrote: > >> I have a user that is trying to edit his web pages directly on the server >> through FrontPage. It is a Windows 2003 machine running IIS 6. He uses a >> lot of page includes through FrontPage. When he tries to include 64 or more >> pages all of the includes stop functioning on the page and in the page's >> properties the following error appears: >> >> (1) Page "myPage.html" contains an include that is recursive, or that is >> nested. Aborted processing link information and FrontPage Components after >> including 64 pages at the inclusion of "aPageToInclude.htm". >> >> The error message indicates that there are recursive page includes, but that >> is not the case. What is interesting is that if he edits the page on his >> machine and then publishes it up to the server it works fine. The problem >> only occurs when he reaches 64 includes and tries to save the page while >> working on the server. >> >> I have searched and I cannot find any references anywhere to this error >> message. I have tried increasing the "Include file cache" in the FrontPage >> Server Extensions 2002 configuration with no success. I would like to know >> if there is anyway I can adjust the number of includes allowed before this >> error occurs, or if there is any other way to stop this from happening. >> >> Any help appreciated. Thank you. >> TJ |
|
|
|
#8 |
|
Guest
Posts: n/a
|
I think I have mine set to 128.
-- ============================================== Thomas A. Rowe Microsoft MVP - FrontPage ============================================== Agents Real Estate Listing Network http://www.NReal.com ============================================== "Thomas A. Rowe" <tarowe@mvps.org> wrote in message news:%23TtvuS8xGHA.1256@TK2MSFTNGP04.phx.gbl... >I think I have mind set to 128. > -- > ============================================== > Thomas A. Rowe > Microsoft MVP - FrontPage > ============================================== > Agents Real Estate Listing Network > http://www.NReal.com > ============================================== > > > "TJ" <TJ@discussions.microsoft.com> wrote in message > news:CCB1054E-907C-4797-98AC-6F52369B13AD@microsoft.com... >> The include is not recursive even though the error message indicates that it >> is. I can create a blank webpage and include another any other web page 64 >> times on it with no problems. After the 65th include the page will no longer >> save and the error message can be found in the page's properties. >> >> Also, I tried adjusting the CacheMaxInclude property to allow for more >> includes with no luck. As a side note, it was set to the default of 16 and >> increasing or decreasing it did not seem to have any effect. Am I adjusting >> the correct property? >> >> At this point I think I am just going to ask my user to limit himself to 64 >> includes per page. Still, I am curious to know if anyone else has ever seen >> this problem or found a solution. >> >> Thank you, >> TJ >> >> "TJ" wrote: >> >>> I have a user that is trying to edit his web pages directly on the server >>> through FrontPage. It is a Windows 2003 machine running IIS 6. He uses a >>> lot of page includes through FrontPage. When he tries to include 64 or more >>> pages all of the includes stop functioning on the page and in the page's >>> properties the following error appears: >>> >>> (1) Page "myPage.html" contains an include that is recursive, or that is >>> nested. Aborted processing link information and FrontPage Components after >>> including 64 pages at the inclusion of "aPageToInclude.htm". >>> >>> The error message indicates that there are recursive page includes, but that >>> is not the case. What is interesting is that if he edits the page on his >>> machine and then publishes it up to the server it works fine. The problem >>> only occurs when he reaches 64 includes and tries to save the page while >>> working on the server. >>> >>> I have searched and I cannot find any references anywhere to this error >>> message. I have tried increasing the "Include file cache" in the FrontPage >>> Server Extensions 2002 configuration with no success. I would like to know >>> if there is anyway I can adjust the number of includes allowed before this >>> error occurs, or if there is any other way to stop this from happening. >>> >>> Any help appreciated. Thank you. >>> TJ > > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

