Not sure if this is the right place to post this but have just installed the 3.0.0 RC5 for Joomla 1.6.3 and came across the following error:
Notice: Undefined variable: items in C:\wamp\www\projects\thesecondhopecircle\components\com_phocagallery\models\category.php on line 543
Believe typo occurred in current packaged file so just a heads up to change the category.php file above $items to $item. Complete line to fix issue should look like this:
Code: Select all
$extImg = PhocaGalleryImage::isExtImage($item[$i]->extid);
If someone can verify the file and mark this as an actual fix that would be great or maybe correct me if I am posting wrong information