Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Cache Issues


Go to End


963 Views

Avatar
swaiba

Forum Moderator, 1899 Posts

12 August 2010 at 12:31am

Edited: 12/08/2010 12:31am

Hi,

I am getting the following very often in dev mode of my site.. it disappears when setting to live... any ideas?

[Warning] include(C:\Windows\TEMP\/silverstripe-cacheC--wamp-www-aoa/.cacheC..wamp.www.aoa.themes.demo.templates.Page.ss) [function.include]: failed to open stream: No such file or directory
POST /aoa/paymentpage

Line 392 in C:\wamp\www\aoa\sapphire\core\SSViewer.php

Source

383 					$subtemplate => $subtemplateViewer->process($item, $cache)
384 				));
385 			}
386 		}
387 		
388 		$itemStack = array();
389 		$val = "";
390 		$valStack = array();
391 		
392 		include($cacheFile);
393 
394 		$output = $val;		
395 		$output = Requirements::includeInHTML($template, $output);
396 		
397 		array_pop(SSViewer::$topLevel);
398 
Trace

SSViewer::process 
Line 392 of SSViewer.php
SSViewer->process(ConfirmationPage_Controller) 
Line 202 of Controller.php
Controller->handleAction(SS_HTTPRequest) 
Line 134 of RequestHandler.php
RequestHandler->handleRequest(SS_HTTPRequest) 
Line 147 of Controller.php
Controller->handleRequest(SS_HTTPRequest) 
Line 199 of ContentController.php
ContentController->handleRequest(SS_HTTPRequest) 
Line 67 of ModelAsController.php
ModelAsController->handleRequest(SS_HTTPRequest) 
Line 283 of Director.php
Director::handleRequest(SS_HTTPRequest,Session) 
Line 127 of Director.php
Director::direct(confirmationpage) 
Line 258 of BookingManager.php
BookingManager->checkout_stage_1(7sdiqimbhc5krpar1aguski8i0,69.95) 
Line 159 of PaymentPage.php
PaymentPage_Controller->DoAdminStageTwo() 
Line 369 of ViewableData.php
ViewableData->obj(DoAdminStageTwo,,,1) 
Line 445 of ViewableData.php
ViewableData->XML_val(DoAdminStageTwo,,1) 
Line 265 of .cacheC..wamp.www.aoa.mysite.templates.Layout.PaymentPage.ss
include(C:\Windows\Temp\silverstripe-cacheC--wamp-www-aoa\.cacheC..wamp.www.aoa.mysite.templates.Layout.PaymentPage.ss) 
Line 392 of SSViewer.php
SSViewer->process(PaymentPage_Controller,Zend_Cache_Frontend_Output) 
Line 383 of SSViewer.php
SSViewer->process(PaymentPage_Controller) 
Line 202 of Controller.php
Controller->handleAction(SS_HTTPRequest) 
Line 134 of RequestHandler.php
RequestHandler->handleRequest(SS_HTTPRequest) 
Line 147 of Controller.php
Controller->handleRequest(SS_HTTPRequest) 
Line 199 of ContentController.php
ContentController->handleRequest(SS_HTTPRequest) 
Line 67 of ModelAsController.php
ModelAsController->handleRequest(SS_HTTPRequest) 
Line 283 of Director.php
Director::handleRequest(SS_HTTPRequest,Session) 
Line 127 of Director.php
Director::direct(/paymentpage) 
Line 127 of main.php