in der htaccess hab ich das jetzt mal rein
php_value include_path "..:/var/www/web238/html/dg/library"
ging aber auch nicht - also wieder raus damit.
und dann mal per ini_set versucht.
PHP-Code:
$include_path = ini_get('include_path');
echo $include_path."<br>";
ini_set('include_path','/var/www/web238/html/dg/library');
$include_path = ini_get('include_path');
echo $include_path."<br>";
leider auch keine Änderung.
Was ein SPL macht muss ich erst schauen....