Joomla.it Forum

Componenti per Joomla! => Gallerie di immagini => : ldarlach 28 Feb 2009, 00:38:39

: Moved site from localhost to remote server, ozio gallery doesn't work
: ldarlach 28 Feb 2009, 00:38:39
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!
: Re: Moved site from localhost to remote server, ozio gallery doesn't work
: maicolstaip 28 Feb 2009, 00:52:51
Welcome aboard ldarlach  :)

For this problem
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
it seems not all of your files have been uploaded correctly.
I suggest to reupload via ftp.

For your second question check your ozio gallery settings and change them according to your server path.

Hope this can help you