wenn ich z. B. auf einem Domain-Controller den SUS-Service eingerichtet habe, dann möchte in i-doit auch irgendwie dokumentieren welcher Client diesen Service nutzt
Posts made by Cybot
-
Nutzung von Services durch Clients
-
RE: Fehler bei der Installation
oder eben, wie ich im anderen Beitrag schon erwähnte, PEAR::PHP_Compat probieren
-
Notices und Warnings
entfernt irh die Notices auch noch?
Notice: Undefined variable: offline in index.php on line 17
if($offline != 0){
if ( isset( $offline ) && true == $offline ) {
Undefined variable: ext in modules/docman/menu_inner.inc.php on line 111
Undefined variable: ext in modules/docman/menu_inner.inc.php on line 81#6 if ( ! isset( $ext ) ) $ext = '';
Use of undefined constant ident - assumed 'ident' in modules/archive/menu_inner.inc.php on line 23
$links[] = array($translate["de"][$archive_item[ident]],"index.php?action=$archive_item[ident]");
$links[] = array( $translate["de"][$archive_item['ident']], 'index.php?action=' . $archive_item['ident'] );
Use of undefined constant ident - assumed 'ident' in modules/archive/menu_inner.inc.php on line 55
$links[] = array($translate["de"][$archive_item[ident]],"index.php?action=$archive_item[ident]&s=d");
$links[] = array( $translate["de"][$archive_item['ident']], 'index.php?action=' . $archive_item['ident'] . '&s=d');
Undefined variable: node in menu.php on line 101
((is_numeric($node))?$node:0)
isset( $node ) && is_numeric( $node ) ? $node : 0
Undefined variable: data in menu.php on line 110
$data
isset( $data ) ? $data : ''
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of runtime function name. If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /www/idoit/modules/checklists/mychecks_inner.inc.php on line 32,33,34,35,36,37,44, …
Notice: Use of undefined constant action - assumed 'action' in modules/checklists/mychecks_inner.inc.php on line 10
Notice: Undefined variable: checks in modules/checklists/mychecks_inner.inc.php on line 44
Notice: Use of undefined constant word - assumed 'word' in modules/tasks/task_functions.inc.php on line 199
Notice: Use of undefined constant translation - assumed 'translation' in modules/tasks/task_functions.inc.php on line 199
naja, und ewig so weiter
-
Templatesystem
ein Templatesystem wäre auch nicht schlecht, mir persönlich natürlich am liebsten Smarty …
auf jeden Fall ist diese momentane Mischung von PHP und HTML doch etwas altbacken und unflexibel
-
RE: Überprüfung der Schreibrechte von config.inc.php
naja, sie war gar nicht vorhanden … und in dem Verzeichniss gab es keine schreibrechte
ich hatte allerdings auch nicht das install-script aufgerufen, sondern lediglich entpackt und dann die install.html
-
RE: Versionsproblem PHP
naja, also 4.1 und 4.2 … tss weis auch nicht, wenn mann immer gleich die Versionssprünge mitmacht stellt das eigentlich überhaupt kein Problem dar ...
... aber egal:
wie wärs denn mit PEAR::PHP_Compat ?