Bug+fix in "Phoca Gallery Simple Plugin"
Posted: 31 Aug 2014, 22:16
Hi there,
I just tried the Phoca Gallery Simple Plugin (current version = 3.1.2) on a Joomla 3.3 and got an internal server error on some of the pages (e.g. the home page). Other pages were displayed correctly. The plugins download site states it is compatible with 1.7 and 2.5, so I assume it has not yet been made fully compatible to Joomla 3?
Anyhow, all that was missing in the code was to define "DS" (I copied the following line from the Phoca Gallery itself ):
if(!defined('DS')) define('DS', DIRECTORY_SEPARATOR);
This way, the require_once(...) always builds up a valid path. Kindly ask you to add this fix to your plugin.
Many thanks and keep up the excellent work
Markus
I just tried the Phoca Gallery Simple Plugin (current version = 3.1.2) on a Joomla 3.3 and got an internal server error on some of the pages (e.g. the home page). Other pages were displayed correctly. The plugins download site states it is compatible with 1.7 and 2.5, so I assume it has not yet been made fully compatible to Joomla 3?
Anyhow, all that was missing in the code was to define "DS" (I copied the following line from the Phoca Gallery itself ):
if(!defined('DS')) define('DS', DIRECTORY_SEPARATOR);
This way, the require_once(...) always builds up a valid path. Kindly ask you to add this fix to your plugin.
Many thanks and keep up the excellent work
Markus