|
|
|
|
|
|
|
Lost My Password
Database Server Exception
 |
Database Server Exception |
For the moment, this page is not available. The database server throwed an exception error has occurred during the execution of this page. This fail may be temporary, due to heavy network traffic or code maintenance. Please, come back later. A registry of this exception was recorded for future technical intervention.
We apologise for any inconvenience. |
|
| For more details about this exception, click here. |
File: /hsphere/local/home/midreg/midlands.ie/Inc/Functions.inc
Line: 66
Type: Database
Also: Code, Trace
Text: Error in "ShowObjects"("Unknown object class "Link" for object "Link3".").
|
| Source code: |
61 }
62 function ShowError($function, $text='') {
63 $a = 'Database|Error in "' . $function . '"';
64 if ($text) $a .= '("' . $text . '").';
65 //exit($a);
66 trigger_error($a, E_USER_ERROR);
67 }
68 function OnSystemError($level, $text, $file, $line) {
69 global $global;
70 //if ($global['IgnoreError'] == 1) return;
71 $tag = ' A registry of this exception was recorded for future technical intervention.<br><br>We apologise for any inconvenience.';
|
| Debug trace: |
#3 [CForm.class:1690] showerror('ShowObjects', 'Unknown object class "Link" for object "Link3".')
#2 [CForm.class:1152] cform->showobjects()
#1 [MyLost.php:95] cform->showform()
|
|