Error with code 601 in '/var/www/u1863034/data/www/zakazlinzykt.ru/wa-system/cache/waVarExportCache.class.php' around line 23:
18 protected function writeToFile($file, $v)
19 {
20 if ((!file_exists($file) && is_writable(dirname($file))) || is_writable($file)) {
21 return file_put_contents($file, "<?php\nreturn ".var_export($v, true).";\n");
22 } elseif (waSystemConfig::isDebug()) {
>>23 throw new waException("Cannot write to cache file ".$file, 601);
24 }
25 }
26
27 protected function readFromFile($file)
28 {
Call stack
#0 /var/www/u1863034/data/www/zakazlinzykt.ru/wa-system/cache/waFileCache.class.php(60): waVarExportCache->writeToFile('/var/www/u18630...', Array)
#1 /var/www/u1863034/data/www/zakazlinzykt.ru/wa-system/webasyst/lib/models/waAppSettings.model.php(47): waFileCache->set(Array)
#2 /var/www/u1863034/data/www/zakazlinzykt.ru/wa-system/waSystem.class.php(1118): waAppSettingsModel->get('shop', 'currency', 'USD')
#3 /var/www/u1863034/data/www/zakazlinzykt.ru/wa-apps/shop/lib/config/shopConfig.class.php(172): waSystem::getSetting('currency', 'USD', 'shop')
#4 /var/www/u1863034/data/www/zakazlinzykt.ru/wa-apps/shop/lib/model/shopCurrency.model.php(160): shopConfig->getCurrency()
#5 /var/www/u1863034/data/www/zakazlinzykt.ru/wa-apps/shop/lib/model/shopCurrency.model.php(51): shopCurrencyModel->getPrimaryCurrency()
#6 /var/www/u1863034/data/www/zakazlinzykt.ru/wa-apps/shop/lib/config/shopConfig.class.php(180): shopCurrencyModel->getCurrencies(NULL)
#7 /var/www/u1863034/data/www/zakazlinzykt.ru/wa-apps/shop/lib/layouts/shopFrontend.layout.php(52): shopConfig->getCurrencies()
#8 /var/www/u1863034/data/www/zakazlinzykt.ru/wa-system/layout/waLayout.class.php(138): shopFrontendLayout->execute()
#9 /var/www/u1863034/data/www/zakazlinzykt.ru/wa-system/controller/waViewController.class.php(104): waLayout->display()
#10 /var/www/u1863034/data/www/zakazlinzykt.ru/wa-system/controller/waViewController.class.php(47): waViewController->display()
#11 /var/www/u1863034/data/www/zakazlinzykt.ru/wa-system/controller/waFrontController.class.php(158): waViewController->run()
#12 /var/www/u1863034/data/www/zakazlinzykt.ru/wa-system/controller/waFrontController.class.php(58): waFrontController->execute('', 'frontend', NULL)
#13 /var/www/u1863034/data/www/zakazlinzykt.ru/wa-system/waSystem.class.php(590): waFrontController->dispatch()
#14 /var/www/u1863034/data/www/zakazlinzykt.ru/index.php(7): waSystem->dispatch()
#15 {main}