My webhost does not use apache to configure read-write acesses, so I could not use the .htaccess file.
Instead I changed all php pages containing the include command and inserted on the beginning of each page the line:
ini_set('include_path', '.:/www/.../.../phpopenchat/includes');
Now my chat works, but only in whisper mode.
Is this htacess chage responsible for it, or does anybody have a solution for that problem?
Or should I only change the files in the html folder and its subfolders?
Please help, thanks, Thilo
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
My webhost does not use apache to configure read-write acesses, so I could not use the .htaccess file.
Instead I changed all php pages containing the include command and inserted on the beginning of each page the line:
ini_set('include_path', '.:/www/.../.../phpopenchat/includes');
Now my chat works, but only in whisper mode.
Is this htacess chage responsible for it, or does anybody have a solution for that problem?
Or should I only change the files in the html folder and its subfolders?
Please help, thanks, Thilo