Hi all,
I've just installed the 'extreme blogger' in a fresh new 1.5.2 joomla instalation, I've followed the setup guides, instaled first the mambot (plugin) - got the API Key from Flickr, instaled the module mod_flickr4j_pics, configured as in the setup guide :
# Login to Joomla admin and go to "Installers > Modules"
# Browse for the mod_flickr4j_pics.zip file in the Modules folder.
# Click "Upload File and Install".
# Open the module to specify the parameters as below
# Set to left module position
# Add your flickr username
# Set the suffix to -flickr
# Picture size square
In my home page this is what I get :
Warning: require_once(/home/alcidesf/public_html/andreamarolt/mambots/flickr4j/phpFlickr/phpFlickr.php) [function.require-once]: failed to open stream: No such file or directory in /home/alcidesf/public_html/andreamarolt/modules/mod_flickr4j_pics/mod_flickr4j_pics.php on line 46
Fatal error: require_once() [function.require]: Failed opening required '/home/alcidesf/public_html/andreamarolt/mambots/flickr4j/phpFlickr/phpFlickr.php' (include_path='.:/usr/lib/php:/usr/local/lib/php'

in /home/alcidesf/public_html/andreamarolt/modules/mod_flickr4j_pics/mod_flickr4j_pics.php on line 46
Please change line 46 - where you have :
require_once($mosConfig_absolute_path."/mambots/flickr4j/phpFlickr/phpFlickr.php"

;
Change to
require_once($mosConfig_absolute_path."/plugins/flickr4j/phpFlickr/phpFlickr.php"

;
Mambots dir in 1.5 does not exist