Just to let you know that I transferred my website from localhost (XAMPP) to a web server and everything is working OK now. Empty categories no longer produce error and I am able to multi-add without duplicates
Many thanks,
Stella





This problem occures on PHP 5.4 because it gives a warning when creating empty objects. A simple solution would be to putStellaElphick wrote: Warning: Creating default object from empty value in [...]\administrator\components\com_phocagallery\libraries\phocagallery\image\imagefront.php on line 433
Code: Select all
line 432: $image = new StdClass();



