mherger wrote: 
> > Thanks again, Michael. I located the file and edited it as per your
> > instructions. Unfortunately, it did not fix the problem - I am still
> > getting the error message
> > [19-08-10 17:43:46.4622]
> Slim::Web::Template::SkinManager::_fillTemplate
> > (337) Error: undef error - WHILE loop terminated (> 1000 iterations)
> 
> That message says the value was still 1000, not the 10000 you claim it 
> is set to.
> 
> -- 
> 
> Michael

This is a copy/paste of what I see when I

Code:
--------------------
    nano /usr/share/squeezeboxserver/CPAN/Template/Directive.pm
  
--------------------
     


Code:
--------------------
    our $VERSION   = 2.20;
  our $DEBUG     = 0 unless defined $DEBUG;
  our $WHILE_MAX = 10000 unless defined $WHILE_MAX;
  our $PRETTY    = 0 unless defined $PRETTY;
  our $OUTPUT    = '$output .= ';
  
--------------------


Have I missed something?


------------------------------------------------------------------------
mruano's Profile: http://forums.slimdevices.com/member.php?userid=66925
View this thread: http://forums.slimdevices.com/showthread.php?t=110264

_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to