Read more: Emails to GoDaddy mailbox fail with error 550 5.1.0 Address rejected
JoomGallery in one of the most powerful Joomla gallery extensions with countless number of options and settings. I won't go into details on how JoomGallery works, If you are reading this you probably already familiar with this component.
My aim was to give people an easy and quick way to browser images in Category View and SlimBox without going through Detail View. You can achieve this by enabling following option:
Configuration Manager > Category View > General Settings > Entering Detail View > SlimBox
This way people can browse pictures in Category View and clicking on any picture opens a large version in a SlimBox. Unfortunately this removes ability to comment and rate pictures because the only way to do this is open image in the Detail View. So, what we need is ability open Detail View from SlimBox.
To achieve this all you need is a single line of code in a right place:
Read more: Joomla JoomGallery - add link in SlimBox to Detail View (for comments and ratings)
I’ve been experimenting with JoomGallery 2.0 ACL Beta Joomla extension trying to upload large number of images using FTP method. In general I was pretty impressed with this extension and it deals with large uploads pretty well. However, some images failed to import into the gallery with following errors:
Warning: getimagesize(images/joomgallery/ftp_uploads/001 image 1.jpg) [function.getimagesize]: failed to open stream: No such file or directory in (administrator/components/com_joomgallery/helpers/upload.php on line 1684
Filename: 001 image 1.jpg
The uploaded image doesn't seem to be a valid image file.
Read more: JoomGallery – The uploaded image doesn't seem to be a valid image file
Infinite loop detected in JError error very often occurs after moving Joomla website to another hosting company or another server.
Issue is normally caused by incorrect database or path settings in configuration.php file
Open your configuration.php (it is located on your Joomla root folder) and double check settings, especially following lines:
public $host
public $user
public $password
public $db
public $dbprefix
public $log_path
public $tmp_path