www.boatbiketours.nl 09-02-2010 03:42:51
Exceptie 'Onbekende fout: "Invalid argument supplied for foreach()"' - Exceptie ID: "00d4398aa1228f3cd3dcb115dd6afa4a":
In '/srv/www/ytw/prod/bikeboat/classes/model/core/AppException.php' op regel 69
  Stap 0 in "/srv/www/ytw/prod/bikeboat/lib/ecss/plugin/class.plugin_browser_specific.php" op regel 55:
    "AppException -> handleError" uitgevoerd:
      Param 0: Integer ( 2 )
      Param 1: String ( Invalid argument supplied for foreach() )
      Param 2: String ( /srv/www/ytw/prod/bikeboat/lib/ecss/plugin/class.plugin_browser_specific.php )
      Param 3: Integer ( 55 )
      Param 4: Array ( Param tree: Array ( size: 7 ) )
  Stap 1 in "/srv/www/ytw/prod/bikeboat/lib/ecss/core/control/function.plugin_handler.php" op regel 185:
    "EcssBrowserSpecificPlugin -> handle" uitgevoerd:
      Param 0: Array ( Param element: String ( input ), Param id: String (  ), Param class: String (  ), Param children: Array ( size: 0 ), Param pseudo: Array ( size: 0 ), Param properties: Array ( size: 5 ), Param directives: Array ( size: 1 ) )
  Stap 2 in "/srv/www/ytw/prod/bikeboat/lib/ecss/core/control/function.plugin_handler.php" op regel 223:
    "onbekend -> ecss_plugin_handler_walk_tree" uitgevoerd:
      Param 0: Array ( Param element: String ( input ), Param id: String (  ), Param class: String (  ), Param children: Array ( size: 0 ), Param pseudo: Array ( size: 0 ), Param properties: Array ( size: 5 ), Param directives: Array ( size: 1 ) )
  Stap 3 in "/srv/www/ytw/prod/bikeboat/lib/ecss/core/control/function.plugin_handler.php" op regel 223:
    "onbekend -> ecss_plugin_handler_walk_tree" uitgevoerd:
      Param 0: Array ( Param element: String (  ), Param id: String (  ), Param class: String ( options ), Param children: Array ( size: 3 ), Param pseudo: Array ( size: 0 ), Param properties: Array ( size: 1 ) )
  Stap 4 in "/srv/www/ytw/prod/bikeboat/lib/ecss/core/control/function.plugin_handler.php" op regel 223:
    "onbekend -> ecss_plugin_handler_walk_tree" uitgevoerd:
      Param 0: Array ( Param element: String (  ), Param id: String (  ), Param class: String ( pricetable_boats ), Param children: Array ( size: 7 ), Param pseudo: Array ( size: 0 ), Param properties: Array ( size: 0 ) )
  Stap 5 in "/srv/www/ytw/prod/bikeboat/lib/ecss/core/control/function.plugin_handler.php" op regel 102:
    "onbekend -> ecss_plugin_handler_walk_tree" uitgevoerd:
      Param 0: Array ( Param children: Array ( size: 1 ), Param plugins: Array ( size: 1 ) )
  Stap 6 in "/srv/www/ytw/prod/bikeboat/lib/ecss/core/control/function.compiler.php" op regel 49:
    "onbekend -> ecss_plugin_handler_handle_plugins" uitgevoerd:
      Param 0: Array ( Param children: Array ( size: 1 ), Param plugins: Array ( size: 1 ) )
  Stap 7 in "/srv/www/ytw/prod/bikeboat/lib/ecss/core/control/function.compiler.php" op regel 69:
    "onbekend -> ecss_compile_string" uitgevoerd:
      Param 0: String ( @use browser_specific;

.pricetable_boats {
	
	h1 {
		padding-left: 8px;
	}
	
	h3 {
		clear: both;
		padding-top: 1em;
		font-size: 13px;
		font-weight: bold;
		padding-left: 8px;
		padding-bottom: 0.2em;
	}

	.options {
		
		line-height: 20px;
		
		input {
			display: block;
			margin-left: 24px;
			margin-right: -48px;
			float: left;
			clear: left;
			
			@browser ie6 {
				margin-left: 12px;
				margin-right: 0px;
			}
		}
		
		label {
			float: left;
			display: block;
			width: 250px;
			margin-left: 48px;
			
			@browser ie6 {
				margin-left: 4px;
			}
		}
		
		.comment {
			clear: left;
			padding-top: 4px;
			line-height: 14px;
			padding-left: 48px;
			font-size: 11px;
			color: #666666;
		}
	}
		
	.prices {
		
		border-top: 1px solid #e0e0e0;
		margin-bottom: 10px;
		margin-top: 5px;
		
		.odd {
			background: #fbfbfb;
		}
		
		.even {
			background: #ffffff;
		}
		
		.prices_row {
			padding: 5px 0 5px 8px;
			border-bottom: 1px solid #e0e0e0;
			display: block;
			padding-right: 80px;
			height:58px;
			@browser ie6 {
				padding-right: 0px;
			}
			
			.prices_row_head {
				display: block;
				float: right;
				width: 80px;
				margin-right: -80px;
				@browser ie6 {
					margin-right: 0px;
				}
				
				/* hack to make things display properly when there are two rows of prices. */
				/* this keeps price items pushed to the left if there is a second row, but since .clear */
				/* only clears things on the left it doesn't make the row taller when there is only 1. */
				margin-bottom: 30px; 
				
				.month {
					margin-top: 10px;
					font-size: 15px;
					font-weight: bold;
					display: block;
					color: #006699;
				}
				
				.year {
					font-size: 11px;
					color: #666666;
				}
			}
			
			.price_item {
				float: left;
				width: 45px;
				display: block;
				text-align: center;
				
				input {
				
				}
				
				label {
					.day {
						line-height: 28px;
						font-size: 25px;
						font-weight: bold;
						color: #ff8400;
						display: block;
					}
					
					.price {
						display: block;
						font-size: 11px;
						color: #666666;
					}
				}
				
			}
			
			.clear {
				display: block;
				height: 0px;
				clear: left;
			}
		}
	
	}
	
	.booklink {
		margin-bottom: 5px;
		padding-left: 8px;
		padding-right: 28px;
		padding-top: 10px;	
		vertical-align: middle;
		display: block;
		clear: both;
		width: 284px;
		height: 44px;
		background: #d0ef9f url(/images/pricetable_book_button.png) no-repeat top left;
		color: #000000;
		text-decoration: none;
		
		@browser ie6 {
			/* IE6 can't overflow the box without expanding it. Try to mask this visually by */
			/* setting a white background. */
			background-color: #ffffff; 
		}
	}
	
	.infolink {
		padding-left: 8px;
		padding-right: 28px;	
		display: block;		
		clear: both;		
		width: 284px;
		height: 28px;		
		background: #e3f5c5 url(/images/pricetable_info_button.png) no-repeat top left;		
		line-height: 28px;		
		color: #666666;
		text-decoration: none;
	}
	
	.info {
		padding-left: 8px;
		color: #666666;
		line-height: 18px;
		
		p {
			clear: right;
			padding-bottom: 10px;
		
			img {
				padding: 5px 0;
			}
		
			.info_caption {
				float: left;
				display: inline;

			}
			.infoitem {
				float: right;
				width: 260px;
				clear: right;
				display: inline;
			}
			
			.phonenumber {
				font-size: 18px;
				font-weight: bold;
				color: #ff8400;
			}
		}
	}
}

 )
  Stap 8 in "/srv/www/ytw/prod/bikeboat/lib/ecss/core/control/function.compiler.php" op regel 73:
    "onbekend -> ecss_compile_file" uitgevoerd:
      Param 0: String ( ../templates/modInviso/widgets/pricetable_boats/style.ecss )
  Stap 9 in "/srv/www/ytw/prod/bikeboat/classes/control/modules/modInviso.php" op regel 515:
    "onbekend -> ecss_compile" uitgevoerd:
      Param 0: String ( ../templates/modInviso/widgets/pricetable_boats/style.ecss )
  Stap 10 in "/srv/www/ytw/prod/bikeboat/classes/control/modules/modInviso.php" op regel 94:
    "modInviso -> build_style_cache" uitgevoerd:
  Stap 11 in "/srv/www/ytw/prod/bikeboat/classes/control/modules/modInviso.php" op regel 108:
    "modInviso -> init" uitgevoerd:
  Stap 12 in "/srv/www/ytw/prod/bikeboat/classes/control/core/controllers/Controller.php" op regel 527:
    "modInviso -> handle_url" uitgevoerd:
      Param 0: String ( /robots.txt )
  Stap 13 in "/srv/www/ytw/prod/bikeboat/classes/control/core/controllers/Controller.php" op regel 399:
    "Controller -> handle_module_priority" uitgevoerd:
      Param 0: String ( /robots.txt )
  Stap 14 in "/srv/www/ytw/prod/bikeboat/classes/control/core/controllers/Controller.php" op regel 162:
    "Controller -> handle_request" uitgevoerd:
  Stap 15 in "/srv/www/ytw/prod/bikeboat/lib/site/web/index.php" op regel 28:
    "Controller -> run" uitgevoerd:
www.boatbiketours.nl 09-02-2010 03:42:51
Exceptie 'Onbekende fout: "Invalid argument supplied for foreach()"' - Exceptie ID: "11ed90d98b1ada26381d3d73e30aa1be":
In '/srv/www/ytw/prod/bikeboat/classes/model/core/AppException.php' op regel 69
  Stap 0 in "/srv/www/ytw/prod/bikeboat/lib/ecss/plugin/class.plugin_browser_specific.php" op regel 55:
    "AppException -> handleError" uitgevoerd:
      Param 0: Integer ( 2 )
      Param 1: String ( Invalid argument supplied for foreach() )
      Param 2: String ( /srv/www/ytw/prod/bikeboat/lib/ecss/plugin/class.plugin_browser_specific.php )
      Param 3: Integer ( 55 )
      Param 4: Array ( Param tree: Array ( size: 7 ) )
  Stap 1 in "/srv/www/ytw/prod/bikeboat/lib/ecss/core/control/function.plugin_handler.php" op regel 185:
    "EcssBrowserSpecificPlugin -> handle" uitgevoerd:
      Param 0: Array ( Param element: String ( label ), Param id: String (  ), Param class: String (  ), Param children: Array ( size: 0 ), Param pseudo: Array ( size: 0 ), Param properties: Array ( size: 4 ), Param directives: Array ( size: 1 ) )
  Stap 2 in "/srv/www/ytw/prod/bikeboat/lib/ecss/core/control/function.plugin_handler.php" op regel 223:
    "onbekend -> ecss_plugin_handler_walk_tree" uitgevoerd:
      Param 0: Array ( Param element: String ( label ), Param id: String (  ), Param class: String (  ), Param children: Array ( size: 0 ), Param pseudo: Array ( size: 0 ), Param properties: Array ( size: 4 ), Param directives: Array ( size: 1 ) )
  Stap 3 in "/srv/www/ytw/prod/bikeboat/lib/ecss/core/control/function.plugin_handler.php" op regel 223:
    "onbekend -> ecss_plugin_handler_walk_tree" uitgevoerd:
      Param 0: Array ( Param element: String (  ), Param id: String (  ), Param class: String ( options ), Param children: Array ( size: 3 ), Param pseudo: Array ( size: 0 ), Param properties: Array ( size: 1 ) )
  Stap 4 in "/srv/www/ytw/prod/bikeboat/lib/ecss/core/control/function.plugin_handler.php" op regel 223:
    "onbekend -> ecss_plugin_handler_walk_tree" uitgevoerd:
      Param 0: Array ( Param element: String (  ), Param id: String (  ), Param class: String ( pricetable_boats ), Param children: Array ( size: 7 ), Param pseudo: Array ( size: 0 ), Param properties: Array ( size: 0 ) )
  Stap 5 in "/srv/www/ytw/prod/bikeboat/lib/ecss/core/control/function.plugin_handler.php" op regel 102:
    "onbekend -> ecss_plugin_handler_walk_tree" uitgevoerd:
      Param 0: Array ( Param children: Array ( size: 1 ), Param plugins: Array ( size: 1 ) )
  Stap 6 in "/srv/www/ytw/prod/bikeboat/lib/ecss/core/control/function.compiler.php" op regel 49:
    "onbekend -> ecss_plugin_handler_handle_plugins" uitgevoerd:
      Param 0: Array ( Param children: Array ( size: 1 ), Param plugins: Array ( size: 1 ) )
  Stap 7 in "/srv/www/ytw/prod/bikeboat/lib/ecss/core/control/function.compiler.php" op regel 69:
    "onbekend -> ecss_compile_string" uitgevoerd:
      Param 0: String ( @use browser_specific;

.pricetable_boats {
	
	h1 {
		padding-left: 8px;
	}
	
	h3 {
		clear: both;
		padding-top: 1em;
		font-size: 13px;
		font-weight: bold;
		padding-left: 8px;
		padding-bottom: 0.2em;
	}

	.options {
		
		line-height: 20px;
		
		input {
			display: block;
			margin-left: 24px;
			margin-right: -48px;
			float: left;
			clear: left;
			
			@browser ie6 {
				margin-left: 12px;
				margin-right: 0px;
			}
		}
		
		label {
			float: left;
			display: block;
			width: 250px;
			margin-left: 48px;
			
			@browser ie6 {
				margin-left: 4px;
			}
		}
		
		.comment {
			clear: left;
			padding-top: 4px;
			line-height: 14px;
			padding-left: 48px;
			font-size: 11px;
			color: #666666;
		}
	}
		
	.prices {
		
		border-top: 1px solid #e0e0e0;
		margin-bottom: 10px;
		margin-top: 5px;
		
		.odd {
			background: #fbfbfb;
		}
		
		.even {
			background: #ffffff;
		}
		
		.prices_row {
			padding: 5px 0 5px 8px;
			border-bottom: 1px solid #e0e0e0;
			display: block;
			padding-right: 80px;
			height:58px;
			@browser ie6 {
				padding-right: 0px;
			}
			
			.prices_row_head {
				display: block;
				float: right;
				width: 80px;
				margin-right: -80px;
				@browser ie6 {
					margin-right: 0px;
				}
				
				/* hack to make things display properly when there are two rows of prices. */
				/* this keeps price items pushed to the left if there is a second row, but since .clear */
				/* only clears things on the left it doesn't make the row taller when there is only 1. */
				margin-bottom: 30px; 
				
				.month {
					margin-top: 10px;
					font-size: 15px;
					font-weight: bold;
					display: block;
					color: #006699;
				}
				
				.year {
					font-size: 11px;
					color: #666666;
				}
			}
			
			.price_item {
				float: left;
				width: 45px;
				display: block;
				text-align: center;
				
				input {
				
				}
				
				label {
					.day {
						line-height: 28px;
						font-size: 25px;
						font-weight: bold;
						color: #ff8400;
						display: block;
					}
					
					.price {
						display: block;
						font-size: 11px;
						color: #666666;
					}
				}
				
			}
			
			.clear {
				display: block;
				height: 0px;
				clear: left;
			}
		}
	
	}
	
	.booklink {
		margin-bottom: 5px;
		padding-left: 8px;
		padding-right: 28px;
		padding-top: 10px;	
		vertical-align: middle;
		display: block;
		clear: both;
		width: 284px;
		height: 44px;
		background: #d0ef9f url(/images/pricetable_book_button.png) no-repeat top left;
		color: #000000;
		text-decoration: none;
		
		@browser ie6 {
			/* IE6 can't overflow the box without expanding it. Try to mask this visually by */
			/* setting a white background. */
			background-color: #ffffff; 
		}
	}
	
	.infolink {
		padding-left: 8px;
		padding-right: 28px;	
		display: block;		
		clear: both;		
		width: 284px;
		height: 28px;		
		background: #e3f5c5 url(/images/pricetable_info_button.png) no-repeat top left;		
		line-height: 28px;		
		color: #666666;
		text-decoration: none;
	}
	
	.info {
		padding-left: 8px;
		color: #666666;
		line-height: 18px;
		
		p {
			clear: right;
			padding-bottom: 10px;
		
			img {
				padding: 5px 0;
			}
		
			.info_caption {
				float: left;
				display: inline;

			}
			.infoitem {
				float: right;
				width: 260px;
				clear: right;
				display: inline;
			}
			
			.phonenumber {
				font-size: 18px;
				font-weight: bold;
				color: #ff8400;
			}
		}
	}
}

 )
  Stap 8 in "/srv/www/ytw/prod/bikeboat/lib/ecss/core/control/function.compiler.php" op regel 73:
    "onbekend -> ecss_compile_file" uitgevoerd:
      Param 0: String ( ../templates/modInviso/widgets/pricetable_boats/style.ecss )
  Stap 9 in "/srv/www/ytw/prod/bikeboat/classes/control/modules/modInviso.php" op regel 515:
    "onbekend -> ecss_compile" uitgevoerd:
      Param 0: String ( ../templates/modInviso/widgets/pricetable_boats/style.ecss )
  Stap 10 in "/srv/www/ytw/prod/bikeboat/classes/control/modules/modInviso.php" op regel 94:
    "modInviso -> build_style_cache" uitgevoerd:
  Stap 11 in "/srv/www/ytw/prod/bikeboat/classes/control/modules/modInviso.php" op regel 108:
    "modInviso -> init" uitgevoerd:
  Stap 12 in "/srv/www/ytw/prod/bikeboat/classes/control/core/controllers/Controller.php" op regel 527:
    "modInviso -> handle_url" uitgevoerd:
      Param 0: String ( /robots.txt )
  Stap 13 in "/srv/www/ytw/prod/bikeboat/classes/control/core/controllers/Controller.php" op regel 399:
    "Controller -> handle_module_priority" uitgevoerd:
      Param 0: String ( /robots.txt )
  Stap 14 in "/srv/www/ytw/prod/bikeboat/classes/control/core/controllers/Controller.php" op regel 162:
    "Controller -> handle_request" uitgevoerd:
  Stap 15 in "/srv/www/ytw/prod/bikeboat/lib/site/web/index.php" op regel 28:
    "Controller -> run" uitgevoerd:
www.boatbiketours.nl 09-02-2010 03:42:51
Exceptie 'Onbekende fout: "Invalid argument supplied for foreach()"' - Exceptie ID: "5c06135cc14e321ab1289b76bbb45818":
In '/srv/www/ytw/prod/bikeboat/classes/model/core/AppException.php' op regel 69
  Stap 0 in "/srv/www/ytw/prod/bikeboat/lib/ecss/plugin/class.plugin_browser_specific.php" op regel 55:
    "AppException -> handleError" uitgevoerd:
      Param 0: Integer ( 2 )
      Param 1: String ( Invalid argument supplied for foreach() )
      Param 2: String ( /srv/www/ytw/prod/bikeboat/lib/ecss/plugin/class.plugin_browser_specific.php )
      Param 3: Integer ( 55 )
      Param 4: Array ( Param tree: Array ( size: 7 ) )
  Stap 1 in "/srv/www/ytw/prod/bikeboat/lib/ecss/core/control/function.plugin_handler.php" op regel 185:
    "EcssBrowserSpecificPlugin -> handle" uitgevoerd:
      Param 0: Array ( Param element: String (  ), Param id: String (  ), Param class: String ( prices_row ), Param children: Array ( size: 3 ), Param pseudo: Array ( size: 0 ), Param properties: Array ( size: 5 ), Param directives: Array ( size: 1 ) )
  Stap 2 in "/srv/www/ytw/prod/bikeboat/lib/ecss/core/control/function.plugin_handler.php" op regel 223:
    "onbekend -> ecss_plugin_handler_walk_tree" uitgevoerd:
      Param 0: Array ( Param element: String (  ), Param id: String (  ), Param class: String ( prices_row ), Param children: Array ( size: 3 ), Param pseudo: Array ( size: 0 ), Param properties: Array ( size: 5 ), Param directives: Array ( size: 1 ) )
  Stap 3 in "/srv/www/ytw/prod/bikeboat/lib/ecss/core/control/function.plugin_handler.php" op regel 223:
    "onbekend -> ecss_plugin_handler_walk_tree" uitgevoerd:
      Param 0: Array ( Param element: String (  ), Param id: String (  ), Param class: String ( prices ), Param children: Array ( size: 3 ), Param pseudo: Array ( size: 0 ), Param properties: Array ( size: 3 ) )
  Stap 4 in "/srv/www/ytw/prod/bikeboat/lib/ecss/core/control/function.plugin_handler.php" op regel 223:
    "onbekend -> ecss_plugin_handler_walk_tree" uitgevoerd:
      Param 0: Array ( Param element: String (  ), Param id: String (  ), Param class: String ( pricetable_boats ), Param children: Array ( size: 7 ), Param pseudo: Array ( size: 0 ), Param properties: Array ( size: 0 ) )
  Stap 5 in "/srv/www/ytw/prod/bikeboat/lib/ecss/core/control/function.plugin_handler.php" op regel 102:
    "onbekend -> ecss_plugin_handler_walk_tree" uitgevoerd:
      Param 0: Array ( Param children: Array ( size: 1 ), Param plugins: Array ( size: 1 ) )
  Stap 6 in "/srv/www/ytw/prod/bikeboat/lib/ecss/core/control/function.compiler.php" op regel 49:
    "onbekend -> ecss_plugin_handler_handle_plugins" uitgevoerd:
      Param 0: Array ( Param children: Array ( size: 1 ), Param plugins: Array ( size: 1 ) )
  Stap 7 in "/srv/www/ytw/prod/bikeboat/lib/ecss/core/control/function.compiler.php" op regel 69:
    "onbekend -> ecss_compile_string" uitgevoerd:
      Param 0: String ( @use browser_specific;

.pricetable_boats {
	
	h1 {
		padding-left: 8px;
	}
	
	h3 {
		clear: both;
		padding-top: 1em;
		font-size: 13px;
		font-weight: bold;
		padding-left: 8px;
		padding-bottom: 0.2em;
	}

	.options {
		
		line-height: 20px;
		
		input {
			display: block;
			margin-left: 24px;
			margin-right: -48px;
			float: left;
			clear: left;
			
			@browser ie6 {
				margin-left: 12px;
				margin-right: 0px;
			}
		}
		
		label {
			float: left;
			display: block;
			width: 250px;
			margin-left: 48px;
			
			@browser ie6 {
				margin-left: 4px;
			}
		}
		
		.comment {
			clear: left;
			padding-top: 4px;
			line-height: 14px;
			padding-left: 48px;
			font-size: 11px;
			color: #666666;
		}
	}
		
	.prices {
		
		border-top: 1px solid #e0e0e0;
		margin-bottom: 10px;
		margin-top: 5px;
		
		.odd {
			background: #fbfbfb;
		}
		
		.even {
			background: #ffffff;
		}
		
		.prices_row {
			padding: 5px 0 5px 8px;
			border-bottom: 1px solid #e0e0e0;
			display: block;
			padding-right: 80px;
			height:58px;
			@browser ie6 {
				padding-right: 0px;
			}
			
			.prices_row_head {
				display: block;
				float: right;
				width: 80px;
				margin-right: -80px;
				@browser ie6 {
					margin-right: 0px;
				}
				
				/* hack to make things display properly when there are two rows of prices. */
				/* this keeps price items pushed to the left if there is a second row, but since .clear */
				/* only clears things on the left it doesn't make the row taller when there is only 1. */
				margin-bottom: 30px; 
				
				.month {
					margin-top: 10px;
					font-size: 15px;
					font-weight: bold;
					display: block;
					color: #006699;
				}
				
				.year {
					font-size: 11px;
					color: #666666;
				}
			}
			
			.price_item {
				float: left;
				width: 45px;
				display: block;
				text-align: center;
				
				input {
				
				}
				
				label {
					.day {
						line-height: 28px;
						font-size: 25px;
						font-weight: bold;
						color: #ff8400;
						display: block;
					}
					
					.price {
						display: block;
						font-size: 11px;
						color: #666666;
					}
				}
				
			}
			
			.clear {
				display: block;
				height: 0px;
				clear: left;
			}
		}
	
	}
	
	.booklink {
		margin-bottom: 5px;
		padding-left: 8px;
		padding-right: 28px;
		padding-top: 10px;	
		vertical-align: middle;
		display: block;
		clear: both;
		width: 284px;
		height: 44px;
		background: #d0ef9f url(/images/pricetable_book_button.png) no-repeat top left;
		color: #000000;
		text-decoration: none;
		
		@browser ie6 {
			/* IE6 can't overflow the box without expanding it. Try to mask this visually by */
			/* setting a white background. */
			background-color: #ffffff; 
		}
	}
	
	.infolink {
		padding-left: 8px;
		padding-right: 28px;	
		display: block;		
		clear: both;		
		width: 284px;
		height: 28px;		
		background: #e3f5c5 url(/images/pricetable_info_button.png) no-repeat top left;		
		line-height: 28px;		
		color: #666666;
		text-decoration: none;
	}
	
	.info {
		padding-left: 8px;
		color: #666666;
		line-height: 18px;
		
		p {
			clear: right;
			padding-bottom: 10px;
		
			img {
				padding: 5px 0;
			}
		
			.info_caption {
				float: left;
				display: inline;

			}
			.infoitem {
				float: right;
				width: 260px;
				clear: right;
				display: inline;
			}
			
			.phonenumber {
				font-size: 18px;
				font-weight: bold;
				color: #ff8400;
			}
		}
	}
}

 )
  Stap 8 in "/srv/www/ytw/prod/bikeboat/lib/ecss/core/control/function.compiler.php" op regel 73:
    "onbekend -> ecss_compile_file" uitgevoerd:
      Param 0: String ( ../templates/modInviso/widgets/pricetable_boats/style.ecss )
  Stap 9 in "/srv/www/ytw/prod/bikeboat/classes/control/modules/modInviso.php" op regel 515:
    "onbekend -> ecss_compile" uitgevoerd:
      Param 0: String ( ../templates/modInviso/widgets/pricetable_boats/style.ecss )
  Stap 10 in "/srv/www/ytw/prod/bikeboat/classes/control/modules/modInviso.php" op regel 94:
    "modInviso -> build_style_cache" uitgevoerd:
  Stap 11 in "/srv/www/ytw/prod/bikeboat/classes/control/modules/modInviso.php" op regel 108:
    "modInviso -> init" uitgevoerd:
  Stap 12 in "/srv/www/ytw/prod/bikeboat/classes/control/core/controllers/Controller.php" op regel 527:
    "modInviso -> handle_url" uitgevoerd:
      Param 0: String ( /robots.txt )
  Stap 13 in "/srv/www/ytw/prod/bikeboat/classes/control/core/controllers/Controller.php" op regel 399:
    "Controller -> handle_module_priority" uitgevoerd:
      Param 0: String ( /robots.txt )
  Stap 14 in "/srv/www/ytw/prod/bikeboat/classes/control/core/controllers/Controller.php" op regel 162:
    "Controller -> handle_request" uitgevoerd:
  Stap 15 in "/srv/www/ytw/prod/bikeboat/lib/site/web/index.php" op regel 28:
    "Controller -> run" uitgevoerd:
www.boatbiketours.nl 09-02-2010 03:42:51
Exceptie 'Onbekende fout: "Invalid argument supplied for foreach()"' - Exceptie ID: "6f0ddf9fdbd9fbc1f420b53da880ea1f":
In '/srv/www/ytw/prod/bikeboat/classes/model/core/AppException.php' op regel 69
  Stap 0 in "/srv/www/ytw/prod/bikeboat/lib/ecss/plugin/class.plugin_browser_specific.php" op regel 55:
    "AppException -> handleError" uitgevoerd:
      Param 0: Integer ( 2 )
      Param 1: String ( Invalid argument supplied for foreach() )
      Param 2: String ( /srv/www/ytw/prod/bikeboat/lib/ecss/plugin/class.plugin_browser_specific.php )
      Param 3: Integer ( 55 )
      Param 4: Array ( Param tree: Array ( size: 7 ) )
  Stap 1 in "/srv/www/ytw/prod/bikeboat/lib/ecss/core/control/function.plugin_handler.php" op regel 185:
    "EcssBrowserSpecificPlugin -> handle" uitgevoerd:
      Param 0: Array ( Param element: String (  ), Param id: String (  ), Param class: String ( prices_row_head ), Param children: Array ( size: 2 ), Param pseudo: Array ( size: 0 ), Param properties: Array ( size: 5 ), Param directives: Array ( size: 1 ) )
  Stap 2 in "/srv/www/ytw/prod/bikeboat/lib/ecss/core/control/function.plugin_handler.php" op regel 223:
    "onbekend -> ecss_plugin_handler_walk_tree" uitgevoerd:
      Param 0: Array ( Param element: String (  ), Param id: String (  ), Param class: String ( prices_row_head ), Param children: Array ( size: 2 ), Param pseudo: Array ( size: 0 ), Param properties: Array ( size: 5 ), Param directives: Array ( size: 1 ) )
  Stap 3 in "/srv/www/ytw/prod/bikeboat/lib/ecss/core/control/function.plugin_handler.php" op regel 223:
    "onbekend -> ecss_plugin_handler_walk_tree" uitgevoerd:
      Param 0: Array ( Param element: String (  ), Param id: String (  ), Param class: String ( prices_row ), Param children: Array ( size: 3 ), Param pseudo: Array ( size: 0 ), Param properties: Array ( size: 5 ), Param directives: Array ( size: 0 ) )
  Stap 4 in "/srv/www/ytw/prod/bikeboat/lib/ecss/core/control/function.plugin_handler.php" op regel 223:
    "onbekend -> ecss_plugin_handler_walk_tree" uitgevoerd:
      Param 0: Array ( Param element: String (  ), Param id: String (  ), Param class: String ( prices ), Param children: Array ( size: 3 ), Param pseudo: Array ( size: 0 ), Param properties: Array ( size: 3 ) )
  Stap 5 in "/srv/www/ytw/prod/bikeboat/lib/ecss/core/control/function.plugin_handler.php" op regel 223:
    "onbekend -> ecss_plugin_handler_walk_tree" uitgevoerd:
      Param 0: Array ( Param element: String (  ), Param id: String (  ), Param class: String ( pricetable_boats ), Param children: Array ( size: 7 ), Param pseudo: Array ( size: 0 ), Param properties: Array ( size: 0 ) )
  Stap 6 in "/srv/www/ytw/prod/bikeboat/lib/ecss/core/control/function.plugin_handler.php" op regel 102:
    "onbekend -> ecss_plugin_handler_walk_tree" uitgevoerd:
      Param 0: Array ( Param children: Array ( size: 1 ), Param plugins: Array ( size: 1 ) )
  Stap 7 in "/srv/www/ytw/prod/bikeboat/lib/ecss/core/control/function.compiler.php" op regel 49:
    "onbekend -> ecss_plugin_handler_handle_plugins" uitgevoerd:
      Param 0: Array ( Param children: Array ( size: 1 ), Param plugins: Array ( size: 1 ) )
  Stap 8 in "/srv/www/ytw/prod/bikeboat/lib/ecss/core/control/function.compiler.php" op regel 69:
    "onbekend -> ecss_compile_string" uitgevoerd:
      Param 0: String ( @use browser_specific;

.pricetable_boats {
	
	h1 {
		padding-left: 8px;
	}
	
	h3 {
		clear: both;
		padding-top: 1em;
		font-size: 13px;
		font-weight: bold;
		padding-left: 8px;
		padding-bottom: 0.2em;
	}

	.options {
		
		line-height: 20px;
		
		input {
			display: block;
			margin-left: 24px;
			margin-right: -48px;
			float: left;
			clear: left;
			
			@browser ie6 {
				margin-left: 12px;
				margin-right: 0px;
			}
		}
		
		label {
			float: left;
			display: block;
			width: 250px;
			margin-left: 48px;
			
			@browser ie6 {
				margin-left: 4px;
			}
		}
		
		.comment {
			clear: left;
			padding-top: 4px;
			line-height: 14px;
			padding-left: 48px;
			font-size: 11px;
			color: #666666;
		}
	}
		
	.prices {
		
		border-top: 1px solid #e0e0e0;
		margin-bottom: 10px;
		margin-top: 5px;
		
		.odd {
			background: #fbfbfb;
		}
		
		.even {
			background: #ffffff;
		}
		
		.prices_row {
			padding: 5px 0 5px 8px;
			border-bottom: 1px solid #e0e0e0;
			display: block;
			padding-right: 80px;
			height:58px;
			@browser ie6 {
				padding-right: 0px;
			}
			
			.prices_row_head {
				display: block;
				float: right;
				width: 80px;
				margin-right: -80px;
				@browser ie6 {
					margin-right: 0px;
				}
				
				/* hack to make things display properly when there are two rows of prices. */
				/* this keeps price items pushed to the left if there is a second row, but since .clear */
				/* only clears things on the left it doesn't make the row taller when there is only 1. */
				margin-bottom: 30px; 
				
				.month {
					margin-top: 10px;
					font-size: 15px;
					font-weight: bold;
					display: block;
					color: #006699;
				}
				
				.year {
					font-size: 11px;
					color: #666666;
				}
			}
			
			.price_item {
				float: left;
				width: 45px;
				display: block;
				text-align: center;
				
				input {
				
				}
				
				label {
					.day {
						line-height: 28px;
						font-size: 25px;
						font-weight: bold;
						color: #ff8400;
						display: block;
					}
					
					.price {
						display: block;
						font-size: 11px;
						color: #666666;
					}
				}
				
			}
			
			.clear {
				display: block;
				height: 0px;
				clear: left;
			}
		}
	
	}
	
	.booklink {
		margin-bottom: 5px;
		padding-left: 8px;
		padding-right: 28px;
		padding-top: 10px;	
		vertical-align: middle;
		display: block;
		clear: both;
		width: 284px;
		height: 44px;
		background: #d0ef9f url(/images/pricetable_book_button.png) no-repeat top left;
		color: #000000;
		text-decoration: none;
		
		@browser ie6 {
			/* IE6 can't overflow the box without expanding it. Try to mask this visually by */
			/* setting a white background. */
			background-color: #ffffff; 
		}
	}
	
	.infolink {
		padding-left: 8px;
		padding-right: 28px;	
		display: block;		
		clear: both;		
		width: 284px;
		height: 28px;		
		background: #e3f5c5 url(/images/pricetable_info_button.png) no-repeat top left;		
		line-height: 28px;		
		color: #666666;
		text-decoration: none;
	}
	
	.info {
		padding-left: 8px;
		color: #666666;
		line-height: 18px;
		
		p {
			clear: right;
			padding-bottom: 10px;
		
			img {
				padding: 5px 0;
			}
		
			.info_caption {
				float: left;
				display: inline;

			}
			.infoitem {
				float: right;
				width: 260px;
				clear: right;
				display: inline;
			}
			
			.phonenumber {
				font-size: 18px;
				font-weight: bold;
				color: #ff8400;
			}
		}
	}
}

 )
  Stap 9 in "/srv/www/ytw/prod/bikeboat/lib/ecss/core/control/function.compiler.php" op regel 73:
    "onbekend -> ecss_compile_file" uitgevoerd:
      Param 0: String ( ../templates/modInviso/widgets/pricetable_boats/style.ecss )
  Stap 10 in "/srv/www/ytw/prod/bikeboat/classes/control/modules/modInviso.php" op regel 515:
    "onbekend -> ecss_compile" uitgevoerd:
      Param 0: String ( ../templates/modInviso/widgets/pricetable_boats/style.ecss )
  Stap 11 in "/srv/www/ytw/prod/bikeboat/classes/control/modules/modInviso.php" op regel 94:
    "modInviso -> build_style_cache" uitgevoerd:
  Stap 12 in "/srv/www/ytw/prod/bikeboat/classes/control/modules/modInviso.php" op regel 108:
    "modInviso -> init" uitgevoerd:
  Stap 13 in "/srv/www/ytw/prod/bikeboat/classes/control/core/controllers/Controller.php" op regel 527:
    "modInviso -> handle_url" uitgevoerd:
      Param 0: String ( /robots.txt )
  Stap 14 in "/srv/www/ytw/prod/bikeboat/classes/control/core/controllers/Controller.php" op regel 399:
    "Controller -> handle_module_priority" uitgevoerd:
      Param 0: String ( /robots.txt )
  Stap 15 in "/srv/www/ytw/prod/bikeboat/classes/control/core/controllers/Controller.php" op regel 162:
    "Controller -> handle_request" uitgevoerd:
  Stap 16 in "/srv/www/ytw/prod/bikeboat/lib/site/web/index.php" op regel 28:
    "Controller -> run" uitgevoerd:
www.boatbiketours.nl 09-02-2010 03:42:51
Exceptie 'Onbekende fout: "Invalid argument supplied for foreach()"' - Exceptie ID: "afbc684b3f505a43361e95fb5f3ce107":
In '/srv/www/ytw/prod/bikeboat/classes/model/core/AppException.php' op regel 69
  Stap 0 in "/srv/www/ytw/prod/bikeboat/lib/ecss/plugin/class.plugin_browser_specific.php" op regel 55:
    "AppException -> handleError" uitgevoerd:
      Param 0: Integer ( 2 )
      Param 1: String ( Invalid argument supplied for foreach() )
      Param 2: String ( /srv/www/ytw/prod/bikeboat/lib/ecss/plugin/class.plugin_browser_specific.php )
      Param 3: Integer ( 55 )
      Param 4: Array ( Param tree: Array ( size: 7 ) )
  Stap 1 in "/srv/www/ytw/prod/bikeboat/lib/ecss/core/control/function.plugin_handler.php" op regel 185:
    "EcssBrowserSpecificPlugin -> handle" uitgevoerd:
      Param 0: Array ( Param element: String (  ), Param id: String (  ), Param class: String ( booklink ), Param children: Array ( size: 0 ), Param pseudo: Array ( size: 0 ), Param properties: Array ( size: 12 ), Param directives: Array ( size: 1 ) )
  Stap 2 in "/srv/www/ytw/prod/bikeboat/lib/ecss/core/control/function.plugin_handler.php" op regel 223:
    "onbekend -> ecss_plugin_handler_walk_tree" uitgevoerd:
      Param 0: Array ( Param element: String (  ), Param id: String (  ), Param class: String ( booklink ), Param children: Array ( size: 0 ), Param pseudo: Array ( size: 0 ), Param properties: Array ( size: 12 ), Param directives: Array ( size: 1 ) )
  Stap 3 in "/srv/www/ytw/prod/bikeboat/lib/ecss/core/control/function.plugin_handler.php" op regel 223:
    "onbekend -> ecss_plugin_handler_walk_tree" uitgevoerd:
      Param 0: Array ( Param element: String (  ), Param id: String (  ), Param class: String ( pricetable_boats ), Param children: Array ( size: 7 ), Param pseudo: Array ( size: 0 ), Param properties: Array ( size: 0 ) )
  Stap 4 in "/srv/www/ytw/prod/bikeboat/lib/ecss/core/control/function.plugin_handler.php" op regel 102:
    "onbekend -> ecss_plugin_handler_walk_tree" uitgevoerd:
      Param 0: Array ( Param children: Array ( size: 1 ), Param plugins: Array ( size: 1 ) )
  Stap 5 in "/srv/www/ytw/prod/bikeboat/lib/ecss/core/control/function.compiler.php" op regel 49:
    "onbekend -> ecss_plugin_handler_handle_plugins" uitgevoerd:
      Param 0: Array ( Param children: Array ( size: 1 ), Param plugins: Array ( size: 1 ) )
  Stap 6 in "/srv/www/ytw/prod/bikeboat/lib/ecss/core/control/function.compiler.php" op regel 69:
    "onbekend -> ecss_compile_string" uitgevoerd:
      Param 0: String ( @use browser_specific;

.pricetable_boats {
	
	h1 {
		padding-left: 8px;
	}
	
	h3 {
		clear: both;
		padding-top: 1em;
		font-size: 13px;
		font-weight: bold;
		padding-left: 8px;
		padding-bottom: 0.2em;
	}

	.options {
		
		line-height: 20px;
		
		input {
			display: block;
			margin-left: 24px;
			margin-right: -48px;
			float: left;
			clear: left;
			
			@browser ie6 {
				margin-left: 12px;
				margin-right: 0px;
			}
		}
		
		label {
			float: left;
			display: block;
			width: 250px;
			margin-left: 48px;
			
			@browser ie6 {
				margin-left: 4px;
			}
		}
		
		.comment {
			clear: left;
			padding-top: 4px;
			line-height: 14px;
			padding-left: 48px;
			font-size: 11px;
			color: #666666;
		}
	}
		
	.prices {
		
		border-top: 1px solid #e0e0e0;
		margin-bottom: 10px;
		margin-top: 5px;
		
		.odd {
			background: #fbfbfb;
		}
		
		.even {
			background: #ffffff;
		}
		
		.prices_row {
			padding: 5px 0 5px 8px;
			border-bottom: 1px solid #e0e0e0;
			display: block;
			padding-right: 80px;
			height:58px;
			@browser ie6 {
				padding-right: 0px;
			}
			
			.prices_row_head {
				display: block;
				float: right;
				width: 80px;
				margin-right: -80px;
				@browser ie6 {
					margin-right: 0px;
				}
				
				/* hack to make things display properly when there are two rows of prices. */
				/* this keeps price items pushed to the left if there is a second row, but since .clear */
				/* only clears things on the left it doesn't make the row taller when there is only 1. */
				margin-bottom: 30px; 
				
				.month {
					margin-top: 10px;
					font-size: 15px;
					font-weight: bold;
					display: block;
					color: #006699;
				}
				
				.year {
					font-size: 11px;
					color: #666666;
				}
			}
			
			.price_item {
				float: left;
				width: 45px;
				display: block;
				text-align: center;
				
				input {
				
				}
				
				label {
					.day {
						line-height: 28px;
						font-size: 25px;
						font-weight: bold;
						color: #ff8400;
						display: block;
					}
					
					.price {
						display: block;
						font-size: 11px;
						color: #666666;
					}
				}
				
			}
			
			.clear {
				display: block;
				height: 0px;
				clear: left;
			}
		}
	
	}
	
	.booklink {
		margin-bottom: 5px;
		padding-left: 8px;
		padding-right: 28px;
		padding-top: 10px;	
		vertical-align: middle;
		display: block;
		clear: both;
		width: 284px;
		height: 44px;
		background: #d0ef9f url(/images/pricetable_book_button.png) no-repeat top left;
		color: #000000;
		text-decoration: none;
		
		@browser ie6 {
			/* IE6 can't overflow the box without expanding it. Try to mask this visually by */
			/* setting a white background. */
			background-color: #ffffff; 
		}
	}
	
	.infolink {
		padding-left: 8px;
		padding-right: 28px;	
		display: block;		
		clear: both;		
		width: 284px;
		height: 28px;		
		background: #e3f5c5 url(/images/pricetable_info_button.png) no-repeat top left;		
		line-height: 28px;		
		color: #666666;
		text-decoration: none;
	}
	
	.info {
		padding-left: 8px;
		color: #666666;
		line-height: 18px;
		
		p {
			clear: right;
			padding-bottom: 10px;
		
			img {
				padding: 5px 0;
			}
		
			.info_caption {
				float: left;
				display: inline;

			}
			.infoitem {
				float: right;
				width: 260px;
				clear: right;
				display: inline;
			}
			
			.phonenumber {
				font-size: 18px;
				font-weight: bold;
				color: #ff8400;
			}
		}
	}
}

 )
  Stap 7 in "/srv/www/ytw/prod/bikeboat/lib/ecss/core/control/function.compiler.php" op regel 73:
    "onbekend -> ecss_compile_file" uitgevoerd:
      Param 0: String ( ../templates/modInviso/widgets/pricetable_boats/style.ecss )
  Stap 8 in "/srv/www/ytw/prod/bikeboat/classes/control/modules/modInviso.php" op regel 515:
    "onbekend -> ecss_compile" uitgevoerd:
      Param 0: String ( ../templates/modInviso/widgets/pricetable_boats/style.ecss )
  Stap 9 in "/srv/www/ytw/prod/bikeboat/classes/control/modules/modInviso.php" op regel 94:
    "modInviso -> build_style_cache" uitgevoerd:
  Stap 10 in "/srv/www/ytw/prod/bikeboat/classes/control/modules/modInviso.php" op regel 108:
    "modInviso -> init" uitgevoerd:
  Stap 11 in "/srv/www/ytw/prod/bikeboat/classes/control/core/controllers/Controller.php" op regel 527:
    "modInviso -> handle_url" uitgevoerd:
      Param 0: String ( /robots.txt )
  Stap 12 in "/srv/www/ytw/prod/bikeboat/classes/control/core/controllers/Controller.php" op regel 399:
    "Controller -> handle_module_priority" uitgevoerd:
      Param 0: String ( /robots.txt )
  Stap 13 in "/srv/www/ytw/prod/bikeboat/classes/control/core/controllers/Controller.php" op regel 162:
    "Controller -> handle_request" uitgevoerd:
  Stap 14 in "/srv/www/ytw/prod/bikeboat/lib/site/web/index.php" op regel 28:
    "Controller -> run" uitgevoerd:
www.boatbiketours.nl 09-02-2010 03:42:51
Exceptie 'Onbekende fout: "Cannot modify header information - headers already sent by (output started at /srv/www/ytw/prod/bikeboat/classes/model/core/AppException.php:182)"' - Exceptie ID: "d0237bc91f8de5b9d9b49441ba342945":
In '/srv/www/ytw/prod/bikeboat/classes/model/core/AppException.php' op regel 69
  Stap 1 in "/srv/www/ytw/prod/bikeboat/classes/control/core/Response.php" op regel 33:
    "onbekend -> header" uitgevoerd:
      Param 0: String ( HTTP/1.0 404 Not Found )
  Stap 2 in "/srv/www/ytw/prod/bikeboat/classes/view/_GUI.php" op regel 108:
    "Response -> set_status" uitgevoerd:
      Param 0: Integer ( 404 )
  Stap 3 in "/srv/www/ytw/prod/bikeboat/classes/control/core/controllers/Controller.php" op regel 406:
    "_GUI -> show_error_page" uitgevoerd:
      Param 0: Integer ( 404 )
  Stap 4 in "/srv/www/ytw/prod/bikeboat/classes/control/core/controllers/Controller.php" op regel 162:
    "Controller -> handle_request" uitgevoerd:
  Stap 5 in "/srv/www/ytw/prod/bikeboat/lib/site/web/index.php" op regel 28:
    "Controller -> run" uitgevoerd:
:: Boat-Bike Tours