ILIAS
release_8 Revision v8.19
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
a
b
c
d
e
f
g
h
j
l
m
p
s
t
u
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Ö
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Ö
+
Files
File List
+
Globals
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
g
h
i
m
n
p
r
s
t
u
v
x
+
Variables
$
a
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
raiseError.php
Go to the documentation of this file.
1
<?php
2
3
chdir(
"./../../../"
);
4
$ini
=
new
ilIniFile
(
"ilias.ini.php"
);
5
$ini
->read();
6
7
$http
=
$ini
->readVariable(
"server"
,
"http_path"
);
8
$http
= preg_replace(
"/^(https:\/\/)|(http:\/\/)+/"
,
""
,
$http
);
9
10
$_SERVER
[
'HTTP_HOST'
] =
$http
;
11
$_SERVER
[
'REQUEST_URI'
] =
""
;
12
13
ilInitialisation::initILIAS
();
14
15
global
$DIC
;
16
17
$ilErr
= $DIC[
'ilErr'
];
18
19
$ilErr
->raiseError(
"This is your error message"
,
$ilErr
->FATAL);
$ilErr
$ilErr
Definition:
raiseError.php:17
ilInitialisation\initILIAS
static initILIAS()
ilias initialisation
Definition:
class.ilInitialisation.php:1225
$_SERVER
$_SERVER['HTTP_HOST']
Definition:
raiseError.php:10
$http
$http
Definition:
raiseError.php:7
$DIC
global $DIC
Definition:
raiseError.php:15
ilIniFile
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilIniFile.php:47
$ini
$ini
Definition:
raiseError.php:4
Services
Logging
Testrail
raiseError.php
Generated on Fri Apr 4 2025 22:02:48 for ILIAS by
1.8.13 (using
Doxyfile
)