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:
|