- Mitglied seit
- 06. Mai 2012
- Beiträge
- 255
- Punkte für Reaktionen
- 0
- Punkte
- 0
DSM 5.0-4482 with non-working Baikal admin UI.
This is the response of 'http://.../baikal/zaza.php':
Rich (BBCode):Array ( [...] [DOCUMENT_ROOT] => /var/services/web [REQUEST_URI] => /baikal/zaza.php )
Hmmm, this is looking good too :-/
Can you please move "zaza.php" to the underlying "admin" folder and test again, this time with admin in the path of course:
Rich (BBCode):
http://.../baikal/admin/zaza.php'
Thanks keyhan for the hint to use <pre> tags, for getting newlines.
The zaza.php file should better be like this indeed:
PHP:
<pre>
<?php
print_r($_SERVER);
?>
</pre>
Thx,
Erik