Page 1 of 1

Missing component on install?

Posted: 20 Jun 2008, 01:57
by traceyh
We've installed Phoca Gallery Plugin 1.8 'successfully', however when it's enabled we see this error on our Joomla 1.5.3 site -

Code: Select all

Warning: include_once() [function.include-once]: Unable to access /var/www/vhosts/officebuilders.com.au/httpdocs/components/com_phocagallery/helpers/phocagallery.php in /var/www/vhosts/officebuilders.com.au/httpdocs/plugins/content/phocagallery.php on line 16

Warning: include_once(/var/www/vhosts/officebuilders.com.au/httpdocs/components/com_phocagallery/helpers/phocagallery.php) [function.include-once]: failed to open stream: No such file or directory in /var/www/vhosts/officebuilders.com.au/httpdocs/plugins/content/phocagallery.php on line 16

Warning: include_once() [function.include]: Failed opening '/var/www/vhosts/officebuilders.com.au/httpdocs/components/com_phocagallery/helpers/phocagallery.php' for inclusion (include_path='.:.:') in /var/www/vhosts/officebuilders.com.au/httpdocs/plugins/content/phocagallery.php on line 16 
What can we do to get this working?

Thanks

Re: Missing component on install?

Posted: 20 Jun 2008, 15:37
by Jan
Maybe your version of component and plugin are different, you need the same version, e.g.:

- component: 1.8.x
- plugin: 1.8.x

Jan