Page 1 of 1
Joomla 1.6 and phocagallery
Posted: 09 Feb 2011, 18:14
by egnilp
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
Re: Joomla 1.6 and phocagallery
Posted: 10 Feb 2011, 22:05
by Benno
Hi,
which version of Phoca Gallery did you try install?
Kind regards,
Benno
Re: Joomla 1.6 and phocagallery
Posted: 30 Mar 2011, 06:13
by anibalom
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 ??
Re: Joomla 1.6 and phocagallery
Posted: 30 Mar 2011, 23:06
by Jan
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
Re: Joomla 1.6 and phocagallery
Posted: 03 May 2011, 00:47
by broti
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
Re: Joomla 1.6 and phocagallery
Posted: 03 May 2011, 10:00
by Jan
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 ?)
Re: Joomla 1.6 and phocagallery
Posted: 03 May 2011, 11:34
by broti
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.

Re: Joomla 1.6 and phocagallery
Posted: 06 May 2011, 00:43
by broti
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
Re: Joomla 1.6 and phocagallery
Posted: 10 May 2011, 14:28
by Jan
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