Quote:
Today at 02:06 AM winky6 said this in Post #82
ricoche & Kurayami,
You need to add the full server path in all the files in the include folder for the included files.
include('sql-' . $cfgDataBaseType . '.php');
should be
include('/your/server/path/forums/gallery/include/sql-' . $cfgDataBaseType . '.php');
I did this to all the files in the include folder that had the include statement & it fixed all my errors.
:banana:
|
As Bergman said, this is not the way to go. Fix the include_path in your php.ini instead!
include_path = "."