![]() |
System Core Exception |
| For the moment, this page is not available. An unexpected exception ocurred during the execution of this script. A registry of this exception was recorded for future technical intervention. We apologise for any inconvenience. | |
| Exception details: | |
File: /hsphere/local/home/germanho/germanhomes.ie/Custom.inc Line: 287 Type: Code Warning filesize(): Stat failed for /hsphere/local/home/germanho/germanhomes.ie/Files/kelly_green.php (errno=2 - No such file or directory) |
| Source code: |
282 //'<div style="padding: 10px 0; color: #888;">(No associated documents were found)</div>';
283 $s = '<h2>Associated documents</h2>' . CR;
284 $s .= '<table class="files" cellpadding="0" cellspacing="0" style="width: 100%; margin: 0 0 20px 0;">' . CR;
285 foreach ($rows as $row) {
286 $name = basename($row['Target']);
287 $size = GetSize(FileSize(DR . $row['Target']));
288 $info = pathinfo($row['Target']);
289 $icon = '/Inc/Images/Mimes/' . $info['extension'] . '.png';
290 if (!file_exists(DR . $icon)) $icon = '/Inc/Images/Mimes/default.png';
291
292 $s .= '<tr>';
|
| Debug trace: |
#2 [CSystem.class:497] printdocuments('Pages', '65')
#1 [Index.php:6] csystem->showpage()
|