Unhandled Error!
Error saving partial checkout:postcode_lookup to file. File is not writable: views/mhv3/partials/checkout;postcode_lookup.php
| Document |
/modules/cms/models/cms_partial.php |
| Document type |
PHP document |
| Line |
203 |
| Exception class |
Phpr_ApplicationException |
Code Highlight
$this->save_to_file(
$this->html_code,
$this->get_file_path($file_name)
);
} catch (exception $ex)
{
throw new Phpr_ApplicationException('Error saving partial '.$this->name.' to file. '.$ex->getMessage());
}
if (!$this->file_name)
$this->save_file_name_to_db($file_name);
}
| # |
Call Stack Code |
Document |
Line |
| 11 |
Cms_Partial->copy_to_file(()) |
/modules/cms/models/cms_partial.php |
148 |
| 10 |
Cms_Partial->after_save(()) |
/phproad/modules/db/classes/db_activerecord.php |
977 |
| 9 |
Db_ActiveRecord->save(()) |
/modules/postcodedistancelookup/classes/postcodedistancelookup_module.php |
58 |
| 8 |
PostcodeDistanceLookup_Module->registerPartials(()) |
/modules/postcodedistancelookup/classes/postcodedistancelookup_module.php |
24 |
| 7 |
PostcodeDistanceLookup_Module->subscribeEvents(()) |
/modules/core/classes/core_modulemanager.php |
64 |
| 6 |
Core_ModuleManager::listModules(()) |
/modules/backend/init/custom_helpers.php |
13 |
| 5 |
include('/var/www/vhosts/mammoth-hire.co.uk/staging/modules/backend/init/custom_helpers.php') |
/phproad/system/initialize.php |
180 |
| 4 |
init_lemonstand_modules(()) |
/phproad/system/initialize.php |
188 |
| 3 |
include('/var/www/vhosts/mammoth-hire.co.uk/staging/phproad/system/initialize.php') |
/phproad/system/phproad.php |
24 |
| 2 |
include('/var/www/vhosts/mammoth-hire.co.uk/staging/phproad/system/phproad.php') |
/boot.php |
114 |
| 1 |
require_once('/var/www/vhosts/mammoth-hire.co.uk/staging/boot.php') |
/index.php |
3 |