after doing autoupdate from 4.1.58 to 4.1.60 i have got error messages like 'insertfile=s' nested to much. I could not give you the exact error message, cause i have done a fallback to my last backup. This is 4.1.48.. production system.
This means that one of your templates -- it says which one right there -- still had an [INSERTFILE= after four passes. In order to avoid hitting memory limits or infinite recursion, I added that check to make sure it stops trying there. Fix your template or demonstrate to me that there's nothing wrong with the template and let me test it.
If there's any sort of legitimate use for nesting them five deep, please explain.
nested means to me, I use an INSERTFILE in an inserted file and so on.
But I do not using nested INSERTFILE. In main.tpl there are 5 (linkbit + 4 of mine) INSERTFILE but no nested. In details.tpl I use 3 INSERTFILE... not nested. In displaylinks.tpl I use 9 (4 x linkbit + 5 of mine) INSERTFILE but no nested.
While the error occurs in my production environment, I have deleted all INSERTFILE in main.tpl. After that the main page could be loaded.
I guess it would count the total number in a template actually, not only nested ones. So what would be a fair number to allow per template? I'll set it to 20.
Comments on Error after update from 4.1.58 to 4.1.60
Forum Regular
Usergroup: Customer
Joined: Dec 20, 2007
Location: Germany
Total Topics: 33
Total Comments: 106
Hi Paul,
after doing autoupdate from 4.1.58 to 4.1.60 i have got error messages like 'insertfile=s' nested to much. I could not give you the exact error message, cause i have done a fallback to my last backup. This is 4.1.48.. production system.
I hope you can fix it with those informationes.
Thanx,
Frank
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
This means that one of your templates -- it says which one right there -- still had an [INSERTFILE= after four passes. In order to avoid hitting memory limits or infinite recursion, I added that check to make sure it stops trying there. Fix your template or demonstrate to me that there's nothing wrong with the template and let me test it.
If there's any sort of legitimate use for nesting them five deep, please explain.
Forum Regular
Usergroup: Customer
Joined: Dec 20, 2007
Location: Germany
Total Topics: 33
Total Comments: 106
Hi Paul,
nested means to me, I use an INSERTFILE in an inserted file and so on.
But I do not using nested INSERTFILE. In main.tpl there are 5 (linkbit + 4 of mine) INSERTFILE but no nested. In details.tpl I use 3 INSERTFILE... not nested. In displaylinks.tpl I use 9 (4 x linkbit + 5 of mine) INSERTFILE but no nested.
While the error occurs in my production environment, I have deleted all INSERTFILE in main.tpl. After that the main page could be loaded.
How can I help you miore to find out the reasons?
Thanx an best regards,
Frank
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
I guess it would count the total number in a template actually, not only nested ones. So what would be a fair number to allow per template? I'll set it to 20.
Forum Regular
Usergroup: Customer
Joined: Dec 20, 2007
Location: Germany
Total Topics: 33
Total Comments: 106
Hi Paul,
I think 20 will be a good one for me.
Thanx for solving my problem.
Frank
Forum Regular
Usergroup: Customer
Joined: Dec 20, 2007
Location: Germany
Total Topics: 33
Total Comments: 106
Hi Paul,
update to 4.1.61 works fine for me.
Thanx a lot.
Frank