I have the ozio gallery installed and everything worked fine until I moved it to the remote server. The error message that comes from the component is:
Warning: require_once(components/com_oziogallery/settings.php) [function.require-once]: failed to open stream: No such file or directory in /home/lhgarden/public_html/components/com_oziogallery/oziogallery.php on line 37
Fatal error: require_once() [function.require]: Failed opening required 'components/com_oziogallery/settings.php' (include_path='.;C:\xampp\php\pear\') in /home/lhgarden/public_html/components/com_oziogallery/oziogallery.php on line 37
What I notice as an problem right away, is that the include path is set to my localserver not the remote "include_path='.;C:\xampp\php\pear\'"
I'm new to php and MySQL, where do I make to the include_path.
Thank you!