using avatar
Posted: 17 Feb 2010, 13:33
I just upgraded from 2.5.8 to 2.6.2, tested the avatar feature and found a problem.
./components/com_phocagallery/views/categories/view.html.php needs this added as an import:
jimport( 'joomla.filesystem.file' );
Otherwise it cant file JFile located at around line 283.
./components/com_phocagallery/views/categories/view.html.php needs this added as an import:
jimport( 'joomla.filesystem.file' );
Otherwise it cant file JFile located at around line 283.