[Warning] fopen(/tmp/silverstripe-cache-php5.6.40-home-u5812631-public_html-saunalesavanchets.com/u5812631/.cache.themes.sauna.templates.Layout.PricelistPage.ss): failed to open stream: Disk quota exceeded

GET /liste-de-prix/?locale=fr_FR

Line 1205 in /home/u5812631/public_html/saunalesavanchets.com/framework/view/SSViewer.php

Source

1196 
1197 		$cacheFile = TEMP_FOLDER . "/.cache"
1198 			. str_replace(array('\\','/',':'), '.', Director::makeRelative(realpath($template)));
1199 		$lastEdited = filemtime($template);
1200 
1201 		if(!file_exists($cacheFile) || filemtime($cacheFile) < $lastEdited) {
1202 			$content = file_get_contents($template);
1203 			$content = $this->parseTemplateContent($content, $template);
1204 
1205 			$fh = fopen($cacheFile,'w');
1206 			fwrite($fh, $content);
1207 			fclose($fh);
1208 		}
1209 
1210 		$underlay = array('I18NNamespace' => basename($template));
1211 

Trace

GET /liste-de-prix/?locale=fr_FR

[Warning] fwrite() expects parameter 1 to be resource, boolean given

GET /liste-de-prix/?locale=fr_FR

Line 1206 in /home/u5812631/public_html/saunalesavanchets.com/framework/view/SSViewer.php

Source

1197 		$cacheFile = TEMP_FOLDER . "/.cache"
1198 			. str_replace(array('\\','/',':'), '.', Director::makeRelative(realpath($template)));
1199 		$lastEdited = filemtime($template);
1200 
1201 		if(!file_exists($cacheFile) || filemtime($cacheFile) < $lastEdited) {
1202 			$content = file_get_contents($template);
1203 			$content = $this->parseTemplateContent($content, $template);
1204 
1205 			$fh = fopen($cacheFile,'w');
1206 			fwrite($fh, $content);
1207 			fclose($fh);
1208 		}
1209 
1210 		$underlay = array('I18NNamespace' => basename($template));
1211 
1212 		// Makes the rendered sub-templates available on the parent item,

Trace

GET /liste-de-prix/?locale=fr_FR

[Warning] fclose() expects parameter 1 to be resource, boolean given

GET /liste-de-prix/?locale=fr_FR

Line 1207 in /home/u5812631/public_html/saunalesavanchets.com/framework/view/SSViewer.php

Source

1198 			. str_replace(array('\\','/',':'), '.', Director::makeRelative(realpath($template)));
1199 		$lastEdited = filemtime($template);
1200 
1201 		if(!file_exists($cacheFile) || filemtime($cacheFile) < $lastEdited) {
1202 			$content = file_get_contents($template);
1203 			$content = $this->parseTemplateContent($content, $template);
1204 
1205 			$fh = fopen($cacheFile,'w');
1206 			fwrite($fh, $content);
1207 			fclose($fh);
1208 		}
1209 
1210 		$underlay = array('I18NNamespace' => basename($template));
1211 
1212 		// Makes the rendered sub-templates available on the parent item,
1213 		// through $Content and $Layout placeholders.

Trace

GET /liste-de-prix/?locale=fr_FR

[Warning] include(/tmp/silverstripe-cache-php5.6.40-home-u5812631-public_html-saunalesavanchets.com/u5812631/.cache.themes.sauna.templates.Layout.PricelistPage.ss): failed to open stream: No such file or directory

GET /liste-de-prix/?locale=fr_FR

Line 1164 in /home/u5812631/public_html/saunalesavanchets.com/framework/view/SSViewer.php

Source

1155 				echo str_pad($num+1,5) . htmlentities($line, ENT_COMPAT, 'UTF-8');
1156 			}
1157 			echo "</pre>";
1158 		}
1159 
1160 		$cache = $this->getPartialCacheStore();
1161 		$scope = new SSViewer_DataPresenter($item, $overlay, $underlay, $inheritedScope);
1162 		$val = '';
1163 
1164 		include($cacheFile);
1165 
1166 		return $val;
1167 	}
1168 
1169 	/**
1170 	 * The process() method handles the "meat" of the template processing.

Trace

GET /liste-de-prix/?locale=fr_FR

[Warning] include(/tmp/silverstripe-cache-php5.6.40-home-u5812631-public_html-saunalesavanchets.com/u5812631/.cache.themes.sauna.templates.Layout.PricelistPage.ss): failed to open stream: No such file or directory

GET /liste-de-prix/?locale=fr_FR

Line 1164 in /home/u5812631/public_html/saunalesavanchets.com/framework/view/SSViewer.php

Source

1155 				echo str_pad($num+1,5) . htmlentities($line, ENT_COMPAT, 'UTF-8');
1156 			}
1157 			echo "</pre>";
1158 		}
1159 
1160 		$cache = $this->getPartialCacheStore();
1161 		$scope = new SSViewer_DataPresenter($item, $overlay, $underlay, $inheritedScope);
1162 		$val = '';
1163 
1164 		include($cacheFile);
1165 
1166 		return $val;
1167 	}
1168 
1169 	/**
1170 	 * The process() method handles the "meat" of the template processing.

Trace

GET /liste-de-prix/?locale=fr_FR

[Warning] include(): Failed opening '/tmp/silverstripe-cache-php5.6.40-home-u5812631-public_html-saunalesavanchets.com/u5812631/.cache.themes.sauna.templates.Layout.PricelistPage.ss' for inclusion (include_path='.:/home/u5812631/public_html/saunalesavanchets.com/framework:/home/u5812631/public_html/saunalesavanchets.com/framework/parsers:/home/u5812631/public_html/saunalesavanchets.com/framework/thirdparty:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')

GET /liste-de-prix/?locale=fr_FR

Line 1164 in /home/u5812631/public_html/saunalesavanchets.com/framework/view/SSViewer.php

Source

1155 				echo str_pad($num+1,5) . htmlentities($line, ENT_COMPAT, 'UTF-8');
1156 			}
1157 			echo "</pre>";
1158 		}
1159 
1160 		$cache = $this->getPartialCacheStore();
1161 		$scope = new SSViewer_DataPresenter($item, $overlay, $underlay, $inheritedScope);
1162 		$val = '';
1163 
1164 		include($cacheFile);
1165 
1166 		return $val;
1167 	}
1168 
1169 	/**
1170 	 * The process() method handles the "meat" of the template processing.

Trace

Liste de prix | Sauna Les Avanchets

Liste de prix