I finally got it to work on the 1and1 hosting 


After calling the technicall department and them having no idea at all i came across FAQ on the 1and1 website:
So what i did was create a local php.ini file with an include_path to the local Zend folder on my hosted space and copied the php.ini to the Root and the subfolders /LetoDMS_Lucene /LetoDMS_Core /adodb
also changed the .htaccess file aswell
and now it works






After calling the technicall department and them having no idea at all i came across FAQ on the 1and1 website:
Quote:Every version of PHP has a default or global php.ini file for the default PHP settings. Normally it is suggested to leave the default or global php.ini file unaltered and to simply create your own php.ini file wherever needed to override the default settings. You can create the php.ini file using a text editor and saving the file to the folder where the settings should apply. Please note that using a php.ini file to override the default settings will only alter the PHP settings for all PHP files in the directory where it is saved. This means that any PHP files in subfolders will not recognize the changes you've made in the php.ini file. You will have to copy the file to any subdirectories needed or created symbolic links in subfolders to the custom php.ini file.
So what i did was create a local php.ini file with an include_path to the local Zend folder on my hosted space and copied the php.ini to the Root and the subfolders /LetoDMS_Lucene /LetoDMS_Core /adodb
also changed the .htaccess file aswell
and now it works



