I installed phocagallery succesfully but is still not working. Receive the following message:
Warning: require_once(C:\xampp\htdocs\Joomla16\administrator\components\com_phocagallery\libraries\loader.php) [function.require-once]: failed to open stream: No such file or directory in C:\xampp\htdocs\Joomla16\administrator\components\com_phocagallery\phocagallery.php on line 16
Fatal error: require_once() [function.require]: Failed opening required 'C:\xampp\htdocs\Joomla16\administrator\components\com_phocagallery\libraries\loader.php' (include_path='.;C:\xampp\php\PEAR') in C:\xampp\htdocs\Joomla16\administrator\components\com_phocagallery\phocagallery.php on line 16
What can be done?
By the way, I do not find the file: C:\xampp\htdocs\Joomla16\administrator\components\com_phocagallery\libraries\loader.php'
I does not seem to exist.
Thank you in advance for your reply.
Rainer
Joomla 1.6 and phocagallery
- Benno
- Phoca Hero

- Posts: 9985
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: Joomla 1.6 and phocagallery
Hi,
which version of Phoca Gallery did you try install?
Kind regards,
Benno
which version of Phoca Gallery did you try install?
Kind regards,
Benno
-
anibalom
- Phoca Newbie

- Posts: 1
- Joined: 30 Mar 2011, 06:07
Re: Joomla 1.6 and phocagallery
Hi, i have same problem. Installed phocagallery image v3.0.0 in Joomla 1.6.1 and have that error message:
Warning: require_once(D:\xxxxxxxxxx\administrator\components\com_phocagallery\libraries\loader.php) [function.require-once]: failed to open stream: No such file or directory in D:\xxxxxxxxxx\modules\mod_phocagallery_image\models\fields\phocagallerycategory.php on line 13
Fatal error: require_once() [function.require]: Failed opening required 'D:\xxxxxxxxxx\administrator\components\com_phocagallery\libraries\loader.php' (include_path='.;C:\php5\pear') in D:\xxxxxxxxxx\modules\mod_phocagallery_image\models\fields\phocagallerycategory.php on line 13
Can please help me ??
Warning: require_once(D:\xxxxxxxxxx\administrator\components\com_phocagallery\libraries\loader.php) [function.require-once]: failed to open stream: No such file or directory in D:\xxxxxxxxxx\modules\mod_phocagallery_image\models\fields\phocagallerycategory.php on line 13
Fatal error: require_once() [function.require]: Failed opening required 'D:\xxxxxxxxxx\administrator\components\com_phocagallery\libraries\loader.php' (include_path='.;C:\php5\pear') in D:\xxxxxxxxxx\modules\mod_phocagallery_image\models\fields\phocagallerycategory.php on line 13
Can please help me ??
- Jan
- Phoca Hero

- Posts: 49198
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Joomla 1.6 and phocagallery
Hi, then check if your server does not have problems with permissions and ownership so it can upload files and move them on the server.
Jan
Jan
If you find Phoca extensions useful, please support the project
-
broti
- Phoca Newbie

- Posts: 3
- Joined: 03 May 2011, 00:40
Re: Joomla 1.6 and phocagallery
and again, same problem here. hoster is all-inkl.com, joomla is installed in a subfolder (/joomla) for testing purposes. is there an easy way to check permissions, ownership or whatever could be the reason ?
Code: Select all
Warning: require_once(/www/htdocs/w00*****/joomla/administrator/components/com_phocagallery/libraries/loader.php) [function.require-once]: failed to open stream: No such file or directory in /www/htdocs/w00*****/joomla/plugins/content/phocagallery/phocagallery.php on line 20
Fatal error: require_once() [function.require]: Failed opening required '/www/htdocs/w00*****/joomla/administrator/components/com_phocagallery/libraries/loader.php' (include_path='.:/usr/share/php:..') in /www/htdocs/w00*****/joomla/plugins/content/phocagallery/phocagallery.php on line 20- Jan
- Phoca Hero

- Posts: 49198
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Joomla 1.6 and phocagallery
Hi, did you check if the files are stored on the server, try to find them per ftp, if they are not included, there was some problem while installing. If the files are included, then seems like this is a permissions or ownership problem - then this is a qeustion on the webhosting operator
(maybe enabling/disabling ftp layer in global configuration can help ?)
If you find Phoca extensions useful, please support the project
-
broti
- Phoca Newbie

- Posts: 3
- Joined: 03 May 2011, 00:40
Re: Joomla 1.6 and phocagallery
hm, no. the folder "administrator/components/com_phocagallery" doesnt exist, strange. the installation told me everything is fine and phoca gallery is listed in the plugins. by the way, this errormessage occurs when i try to add a new menu-point. tried to install it again via "upload & install", but the problem persists. 
-
broti
- Phoca Newbie

- Posts: 3
- Joined: 03 May 2011, 00:40
Re: Joomla 1.6 and phocagallery
no idea? it sounds as if its NOT a server problem ...
If the files are included, then seems like this is a permissions or ownership problem
- Jan
- Phoca Hero

- Posts: 49198
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Joomla 1.6 and phocagallery
Hi, then try to create the folders manually, the folders are not created by Phoca itself, this is done by Joomla! framework methods JFile and JFolder, which try to find the way how to successfully create the folder (with php script or ftp layer, etc.)
Jan
Jan
If you find Phoca extensions useful, please support the project