forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 cpmFetch by vuud => Topic started by: hozyali on April 11, 2007, 10:08:05 am

Title: CF-Error
Post by: hozyali on April 11, 2007, 10:08:05 am
my site suddenly start to give CF-Error at http://www.myrescueteam.com
please help
Title: Re: CF-Error
Post by: vuud on April 11, 2007, 04:20:58 pm

Just started to? or you are just building the site and its not working?

Also, what version?


Title: Re: CF-Error
Post by: hozyali on April 11, 2007, 08:40:44 pm
actually, its the latest version and was working fine earlier on the same site. not sure what happened with it and it stopped working.

Ali
Title: Re: CF-Error
Post by: vuud on April 11, 2007, 08:55:35 pm
actually, its the latest version and was working fine earlier on the same site. not sure what happened with it and it stopped working.

Ali

For some reason it seems as though it no longer knows the path through the filesystem.

Did you put on a new version without running the installer?
Title: Re: CF-Error
Post by: almararn on April 12, 2007, 02:42:42 am
I also hace a CF_Error, the script knows the filenames and how many time the pictures have been viewed. but no image is being displayed.  I had this workin on my previos lynux webhosting, but am installing this on a windows server 2003, have coppermine workin, but not this script yet.  Is there any known problems for windows?

sample : http://www.hrollur.net/coppermine/cpmfetch/randompic.php (http://www.hrollur.net/coppermine/cpmfetch/randompic.php)
Title: Re: CF-Error
Post by: vuud on April 12, 2007, 03:06:31 am
I also hace a CF_Error, the script knows the filenames and how many time the pictures have been viewed. but no image is being displayed.  I had this workin on my previos lynux webhosting, but am installing this on a windows server 2003, have coppermine workin, but not this script yet.  Is there any known problems for windows?

sample : http://www.hrollur.net/coppermine/cpmfetch/randompic.php (http://www.hrollur.net/coppermine/cpmfetch/randompic.php)

This error means that CpmFetch did not correctly determine the full filesystem path to your albums directory.  If you get the CF_ERROR, you can view source and see what it is thinking the file location should have been.

Title: Re: CF-Error
Post by: almararn on April 12, 2007, 04:53:29 pm
Thank you, It worked. It was obvious when reading the "view source" file.
It ditnīt know the location of my pictures, thougt it was C:\ whilst it was C:\Inetpub\wwwroot\coppermi....

 :)
Title: Re: CF-Error
Post by: vuud on April 12, 2007, 05:47:47 pm
Thank you, It worked. It was obvious when reading the "view source" file.
It ditnīt know the location of my pictures, thougt it was C:\ whilst it was C:\Inetpub\wwwroot\coppermi....

 :)

I used to output everything, but it makes a horrific mess.  So it gets hidden in the source
Title: Re: CF-Error
Post by: hozyali on April 12, 2007, 08:55:03 pm
For some reason it seems as though it no longer knows the path through the filesystem.

Did you put on a new version without running the installer?


I first ran the script without installer but then ran the installer too. and it started to work fine. now I am not sure whats the problem. I am quoting the code below which is being used on my site.

Regards
Ali

Code: [Select]
<?php
include "./gallery/cpmfetch/cpmfetch.php";
$objCpm = new cpm('./gallery/cpmfetch/cpmfetch_config.php');
$options = array( 
//'subtitle' => '%t <br> %S KB' , 
"tablestyle" => "thumbnails",
"cellstyle" => "cellwidth",
"linkstyle" => "thumb_caption",
"alttag" => "%c",
"subtitle" => "<span class=thumb_caption><b>%t </b><br>{{pCtimeFormatted}}</span>",
"imagestyle" => "image",
"imagesize" => 'thumb');
//$objCpm->cpm_viewRandomMedia (1,4);
/*$styleguide = array(
"linkstyle" => "photoclip",
"alttag" => "views: %h",
"subtitle" => "%h views",
"imagestyle" => "photoclip",
"imagesize" => 'thumb');
*/
$objCpm->cpm_viewLastAddedMedia (2,4,$options);
//$objCpm->cpm_close();
?>
Title: Re: CF-Error
Post by: vuud on April 12, 2007, 09:29:21 pm
I first ran the script without installer but then ran the installer too. and it started to work fine. now I am not sure whats the problem. I am quoting the code below which is being used on my site.

Regards
Ali

Code: [Select]
<?php
include "./gallery/cpmfetch/cpmfetch.php";
$objCpm = new cpm('./gallery/cpmfetch/cpmfetch_config.php');
$options = array( 
//'subtitle' => '%t <br> %S KB' , 
"tablestyle" => "thumbnails",
"cellstyle" => "cellwidth",
"linkstyle" => "thumb_caption",
"alttag" => "%c",
"subtitle" => "<span class=thumb_caption><b>%t </b><br>{{pCtimeFormatted}}</span>",
"imagestyle" => "image",
"imagesize" => 'thumb');
//$objCpm->cpm_viewRandomMedia (1,4);
/*$styleguide = array(
"linkstyle" => "photoclip",
"alttag" => "views: %h",
"subtitle" => "%h views",
"imagestyle" => "photoclip",
"imagesize" => 'thumb');
*/
$objCpm->cpm_viewLastAddedMedia (2,4,$options);
//$objCpm->cpm_close();
?>

PM Me the debug output from when you run the installer on this site.

Something is screwy and I am guessing it may be that your ISP has upgraded something.

Thanks
Title: Re: CF-Error
Post by: hozyali on April 12, 2007, 10:24:25 pm
PM Me the debug output from when you run the installer on this site.

Something is screwy and I am guessing it may be that your ISP has upgraded something.

Thanks

sent the debug info in PM.
Title: Re: CF-Error
Post by: vuud on April 12, 2007, 10:56:57 pm
actually, its the latest version and was working fine earlier on the same site. not sure what happened with it and it stopped working.

I looked at your code, ran your installer and the site works fine.

A few things:

1) You are not running the latest version.  You are at least 3 versions back. 

2) If you did upgrade to 2.0.0, you did not upload the installer.


Title: Re: CF-Error
Post by: hozyali on April 13, 2007, 06:57:37 am
I looked at your code, ran your installer and the site works fine.

A few things:

1) You are not running the latest version.  You are at least 3 versions back. 

2) If you did upgrade to 2.0.0, you did not upload the installer.




Thanks a lot

Ali
Title: Re: CF-Error
Post by: lordiefe on April 14, 2007, 06:35:10 am
Hi guys
 i need your help

i have the copperminne and cpmfetch latest version.

in this link you can view error

... Link deleted by moderator ...

thanks for all
Title: Re: CF-Error
Post by: vuud on April 14, 2007, 06:40:37 am
Hi guys
 i need your help

i have the copperminne and cpmfetch latest version.

in this link you can view error

... Link deleted by moderator ...

thanks for all

You have one of those funny servers that return php.cgi as the script filename.

Open up your cpmfetch_config.php file in an editor...

Look for this:


// File system path to your Coppermine Photo Gallery
//  $cfg['filesystem_path_to_cpg'] = '/var/www/cpg/htdocs/';

(The second line may be different for you)

Change it to be


// File system path to your Coppermine Photo Gallery
$cfg['filesystem_path_to_cpg'] = '/home/diegosanchez/pixelmotions.net/cpg';

(note the path name change, and the removal of the // from the start)

Do NOT re-run the install, it will overwrite your changes if you force it.













Title: Re: CF-Error
Post by: vuud on April 14, 2007, 05:10:12 pm
Hi guys
 i need your help

i have the copperminne and cpmfetch latest version.

in this link you can view error

... Link deleted by moderator ...

thanks for all

Hey,

If I put a fix into the next dev version for this, would you be willing to test it?


Title: Re: CF-Error
Post by: lordiefe on April 14, 2007, 09:17:29 pm
of course.

hank for your help

Title: Re: CF-Error
Post by: vuud on April 14, 2007, 09:46:18 pm
of course.

hank for your help


I appreciate it!   

Anyway, I am hopefully moving CpmFetch into its new SVN home today, then i can start on new development versions.  Probably be a few days before I get time to do the coding for that.  I have two other features that I need added for another project, and one I promised to someone.  And this one.

Thanks again,

Vuud
Title: Re: CF-Error
Post by: lordiefe on April 15, 2007, 07:22:26 am
Reinstall my actual version for the 1.9.0 version, but now have this error

Error in getImageTouse: Extension (strtolower):






Title: Re: CF-Error
Post by: vuud on April 15, 2007, 05:35:30 pm
Reinstall my actual version for the 1.9.0 version, but now have this error

Error in getImageTouse: Extension (strtolower):


Just stay at CpmFetch 2.0.0

That error is the exact same, but I though it was too ugly to print out.  So I did CF-Error and hid the rest as HTML comments.

Didn't I send you a fix?  Yesterday I sent you some instructions to edit your config file.  That should work around it.
Title: Re: CF-Error
Post by: lordiefe on April 16, 2007, 10:02:00 pm
look

I use your changes in two different sites, but this CF ERROR Continues..... 


------------------------------------------------------------------------------------------------

<?php

$CONFIG_WRITTEN_VERSION="2.0.0";

/*
Date generated: Mon Apr 16 12:42:05 PDT 2007

This is your configuration file.  I recommend only editing the userDefined and the
override section.  There should be no earthly reason to touch any other part.

*/


/*
===========================================
USER DEFINED CONFIGURATION SETTINGS GO HERE
===========================================

This allows you to set your own information into the configuration
by simply expanding this associative array
*/
$config_userDefined = array();



/*
==============================
USER OVERRIDE SETTINGS GO HERE
==============================

These settings placed here will override settings elsewhere in the
config file.  I have placed commented out copies of the cpmFetch created
values for convienence along with a brief comment.
*/


$config_overrides = array();
// if not bridged leave as false, if is bridged you can put in a valid bridge name or just true for a default approach to bridging.
//  $config_overrides['cfBridgedTo'] = 'false';

// Consider non-public albums as displayable
//  $config_overrides['cfShowPrivate'] = 'false';

// Toggles debug mode on / off - put inline as HTML comments
//  $config_overrides['cfDebugMode'] = 'false';

// How to format dates
//  $config_overrides['cfDateFormatString'] = 'd-M-Y';

// A date format as defined at http://www.php.net/manual/en/function.date.php
//  $config_overrides['cfDefaultDateFormatString'] = 'd-M-Y';

// What percentage will be evaluated as being top rated
//  $config_overrides['cfTopPercentForTopRated'] = '10';

// What percentage will be evaluated as being most viewed
//  $config_overrides['cfTopPercentForMostViewed'] = '25';

// Filters out file types to display or not-display
//  $config_overrides['cfFileTypeFilter'] = '';

// Do not touch unless you really need too
//  $config_overrides['cfShowPrivateOnSqlDefault'] = ' ';

// Do not touch unless you really need too
//  $config_overrides['cfShowPrivateOffSqlDefault'] = 'AND ((a.visibility = 0 OR a.visibility IS NULL) AND (a.alb_password IS NULL OR a.alb_password = "")) ';

// What size image to show?
//  $config_overrides['cfDefaultImageSize'] = 'thumb';

//
//  $config_overrides['cfENABLE_cfrssget'] = 'false';

//
//  $config_overrides['cfENABLE_cfimageget'] = 'false';

//
//  $config_overrides['cfUseExistingDBConnection'] = 'false';

//  $config_overrides['cfSQLPictureSelect'] = 'p.filepath AS pFilepath, p.filename AS pFilename, p.aid AS pAid, p.filesize AS pFilesize, p.title AS pTitle, p.caption AS pCaption, p.owner_name AS pOwner_name, p.owner_id as pOwnerId, p.ctime AS pCtime, p.hits AS pHits, p.pid AS pPid, p.pic_rating AS pPic_Rating,  p.votes AS pVotes, p.pwidth AS pWidth, p.pheight AS pHeight, p.user1 as pUser1, p.user2 as pUser2, p.user3 as pUser3, p.user4 as pUser4, c.cid as cCid, c.name as cName, c.description as cDescription, c.pos as cPos, c.parent as cParent, c.thumb as cThumb';

//  $config_overrides['cfSQLAlbumSelect'] = 'a.aid AS aAid, a.title AS aTitle, a.description AS aDescription, a.visibility as aVisibility, a.pos as aPos, a.category as aCategory, a.thumb as aThumb, a.keyword as aKeyword';

//  $config_overrides['cfSQLUserSelect13'] = 'u.user_lastvisit AS uUser_lastvisit, u.user_regdate AS uUser_regdate, u.user_email AS uUser_email, u.user_website AS uUser_website, u.user_location AS uUser_location, u.user_interests AS uUser_interest, u.user_occupation AS uUser_occupation';

//  $config_overrides['cfSQLUserSelect'] = 'u.user_lastvisit AS uUser_lastvisit,u.user_regdate AS uUser_regdate,u.user_email AS uUser_email,u.user_profile1 AS uUser_profile1,u.user_profile2 AS uUser_profile2,u.user_profile3 AS uUser_profile3,u.user_profile4 AS uUser_profile4,u.user_profile5 AS uUser_profile5,u.user_profile6 AS uUser_profile6';

// **CAREFUL** SQL to link picture to user
//  $config_overrides['cfSQLUserDataLink'] = ' ';

// **CAREFUL** Name of user table to seek user information in
//  $config_overrides['cfSQLUserTableName'] = 'cpg1410_users';

// File system path to your Coppermine Photo Gallery
$cfg['filesystem_path_to_cpg'] = '/home/anc/ancsports.info/portfolio_mambo';

// Your sites domain name
//  $config_overrides['domain_name'] = 'www.ancsports.info';

// Full URL to your CPG gallerys album directory
//  $config_overrides['cpg_album_url'] = 'http://www.ancsports.info/portfolio_mambo/albums/';

// Full URL to your CPG gallery
//  $config_overrides['cpg_url'] = 'http://www.ancsports.info/portfolio_mambo/';



/*
===========================================
CPMFETCH DEFAULT VALUES - NO NEED TO CHANGE
===========================================

These settings were created by the cpmFetch install program.  If you want to override
any of these, you can add them into the config_overrides section.

*/
$config_cpmfetchSettings = array(
   'cfBridgedTo' => 'false',
   'cfShowPrivate' => 'false',
   'cfDebugMode' => 'false',
   'cfDateFormatString' => 'd-M-Y',
   'cfDefaultDateFormatString' => 'd-M-Y',
   'cfTopPercentForTopRated' => '10',
   'cfTopPercentForMostViewed' => '25',
   'cfFileTypeFilter' => '',
   'cfShowPrivateOnSqlDefault' => ' ',
   'cfShowPrivateOffSqlDefault' => 'AND ((a.visibility = 0 OR a.visibility IS NULL) AND (a.alb_password IS NULL OR a.alb_password = "")) ',
   'cfDefaultImageSize' => 'thumb',
   'cfENABLE_cfrssget' => 'false',
   'cfENABLE_cfimageget' => 'false',
   'cfUseExistingDBConnection' => 'false',
   'cfSQLPictureSelect' => 'p.filepath AS pFilepath, p.filename AS pFilename, p.aid AS pAid, p.filesize AS pFilesize, p.title AS pTitle, p.caption AS pCaption, p.owner_name AS pOwner_name, p.owner_id as pOwnerId, p.ctime AS pCtime, p.hits AS pHits, p.pid AS pPid, p.pic_rating AS pPic_Rating,  p.votes AS pVotes, p.pwidth AS pWidth, p.pheight AS pHeight, p.user1 as pUser1, p.user2 as pUser2, p.user3 as pUser3, p.user4 as pUser4, c.cid as cCid, c.name as cName, c.description as cDescription, c.pos as cPos, c.parent as cParent, c.thumb as cThumb',
   'cfSQLAlbumSelect' => 'a.aid AS aAid, a.title AS aTitle, a.description AS aDescription, a.visibility as aVisibility, a.pos as aPos, a.category as aCategory, a.thumb as aThumb, a.keyword as aKeyword',
   'cfSQLUserSelect13' => 'u.user_lastvisit AS uUser_lastvisit, u.user_regdate AS uUser_regdate, u.user_email AS uUser_email, u.user_website AS uUser_website, u.user_location AS uUser_location, u.user_interests AS uUser_interest, u.user_occupation AS uUser_occupation',
   'cfSQLUserSelect' => 'u.user_lastvisit AS uUser_lastvisit,u.user_regdate AS uUser_regdate,u.user_email AS uUser_email,u.user_profile1 AS uUser_profile1,u.user_profile2 AS uUser_profile2,u.user_profile3 AS uUser_profile3,u.user_profile4 AS uUser_profile4,u.user_profile5 AS uUser_profile5,u.user_profile6 AS uUser_profile6',
   'cfSQLUserDataLink' => ' ',
   'cfSQLUserTableName' => 'cpg1410_users',
   'filesystem_path_to_cpg' => '/',
   'domain_name' => 'www.ancsports.info',
   'cpg_album_url' => 'http://www.ancsports.info/portfolio_mambo/albums/',
   'cpg_url' => 'http://www.ancsports.info/portfolio_mambo/'
);





/*
================================================
SETTINGS RETRIEVED FROM COPPERMINE PHOTO GALLERY
================================================

These settings were copied from your CPG database.  If you want to override
any of these, you can add them into the config_overrides section.
*/
$config_cpgSettings = array(

[... snip ...]


   'table_prefix' => 'cpg1410_',
   'albums_per_page' => '12',
   'album_list_cols' => '2',
   'display_pic_info' => '0',
   'alb_list_thumb_size' => '50',
   'allowed_mov_types' => 'ALL',
   'allowed_doc_types' => 'doc/txt/rtf/pdf/xls/pps/ppt/zip/gz/mdb',
   'allowed_snd_types' => 'mp3/midi/mid/wma/wav/ogg',
   'allowed_img_types' => 'ALL',
   'allow_private_albums' => '1',
   'allow_user_registration' => '0',
   'allow_unlogged_access' => '1',
   'allow_duplicate_emails_addr' => '0',
   'caption_in_thumbview' => '1',
   'views_in_thumbview' => '1',
   'charset' => 'utf-8',
   'cookie_name' => 'cpg143',
   'cookie_path' => '/',
   'debug_mode' => '0',
   'debug_notice' => '0',
   'default_dir_mode' => '0755',
   'default_file_mode' => '0644',
   'default_sort_order' => 'na',
   'ecards_more_pic_target' => 'http://www.ancsports.info/portfolio_mambo/',
   'home_target' => 'index.php',
   'custom_lnk_name' => '',
   'custom_lnk_url' => '',
   'enable_smilies' => '1',
   'filter_bad_words' => '0',
   'fullpath' => 'albums/',
   'gallery_admin_email' => 'dsanchez@ancsports.com',
   'gallery_description' => 'Your online photo album',
   'gallery_name' => 'Coppermine Photo Gallery',
   'im_options' => '-antialias',
   'impath' => '',
   'jpeg_qual' => '80',
   'keep_votes_time' => '30',
   'lang' => 'english',
   'main_page_layout' => 'breadcrumb/catlist/alblist/random,2/lastup,2',
   'main_table_width' => '100%',
   'make_intermediate' => '1',
   'max_com_lines' => '10',
   'max_com_size' => '512',
   'max_com_wlength' => '38',
   'max_img_desc_length' => '512',
   'max_tabs' => '12',
   'max_upl_size' => '1024',
   'max_upl_width_height' => '2048',
   'auto_resize' => '0',
   'min_votes_for_rating' => '1',
   'normal_pfx' => 'normal_',
   'offline' => '0',
   'picture_table_width' => '600',
   'picture_width' => '400',
   'read_exif_data' => '0',
   'reg_requires_valid_email' => '1',
   'subcat_level' => '2',
   'theme' => 'anc',
   'thumbcols' => '4',
   'thumbrows' => '3',
   'thumb_method' => 'gd2',
   'thumb_pfx' => 'thumb_',
   'thumb_width' => '100',
   'userpics' => 'userpics/',
   'vanity_block' => '1',
   'user_profile1_name' => 'Location',
   'user_profile2_name' => 'Interests',
   'user_profile3_name' => 'Website',
   'user_profile4_name' => 'Occupation',
   'user_profile5_name' => '',
   'user_profile6_name' => 'Biography',
   'user_field1_name' => '',
   'user_field2_name' => '',
   'user_field3_name' => '',
   'user_field4_name' => '',
   'display_comment_count' => '0',
   'show_private' => '0',
   'first_level' => '1',
   'display_film_strip' => '1',
   'display_film_strip_filename' => '0',
   'max_film_strip_items' => '5',
   'thumb_use' => 'any',
   'read_iptc_data' => '0',
   'reg_notify_admin_email' => '0',
   'disable_comment_flood_protect' => '0',
   'upl_notify_admin_email' => '0',
   'display_uploader' => '0',
   'display_filename' => '0',
   'language_list' => '0',
   'language_flags' => '0',
   'theme_list' => '0',
   'language_reset' => '1',
   'theme_reset' => '1',
   'allow_memberlist' => '0',
   'display_faq' => '0',
   'show_bbcode_help' => '1',
   'log_ecards' => '0',
   'email_comment_notification' => '0',
   'enable_zipdownload' => '1',
   'slideshow_interval' => '5000',
   'log_mode' => '0',
   'media_autostart' => '1',
   'enable_encrypted_passwords' => '1',
   'time_offset' => '0',
   'ban_private_ip' => '0',
   'smtp_host' => '',
   'smtp_username' => '',
   'smtp_password' => '',
   'enable_plugins' => '1',
   'enable_help' => '2',
   'categories_alpha_sort' => '0',
   'login_threshold' => '5',
   'login_expiry' => '10',
   'allow_email_change' => '0',
   'clickable_keyword_search' => '1',
   'users_can_edit_pics' => '0',
   'show_which_exif' => '|0|0|0|0|0|0|0|0|1|0|1|1|0|0|0|0|0|0|0|0|0|0|0|1|0|0|0|1|0|0|0|1|1|0|0|0|0|1|0|0|0|1|0|0|1|1|0|0|0|0|0|1|0|1|1',
   'alb_desc_thumb' => '1',
   'link_pic_count' => '0',
   'bridge_enable' => '0',
   'language_fallback' => '1',
   'vote_details' => '0',
   'hit_details' => '0',
   'browse_batch_add' => '0',
   'custom_header_path' => '',
   'custom_footer_path' => '',
   'comments_sort_descending' => '0',
   'report_post' => '0',
   'comments_anon_pfx' => 'Guest_',
   'admin_activation' => '0',
   'bridge_short_name' => '',
   'bridge_license_number' => '',
   'bridge_db_database_name' => '',
   'bridge_db_hostname' => '',
   'bridge_db_username' => '',
   'bridge_db_password' => '',
   'bridge_full_forum_url' => '',
   'bridge_relative_path_of_forum_from_webroot' => '',
   'bridge_relative_path_to_config_file' => '',
   'bridge_logout_flag' => '',
   'bridge_use_post_based_groups' => '',
   'bridge_cookie_prefix' => '',
   'bridge_table_prefix' => '',
   'bridge_user_table' => '',
   'bridge_session_table' => '',
   'bridge_group_table' => '',
   'bridge_group_relation_table' => '',
   'bridge_group_mapping_table' => '',
   'bridge_use_standard_groups' => '1',
   'bridge_validating_group' => '',
   'bridge_guest_group' => '',
   'bridge_member_group' => '',
   'bridge_admin_group' => '',
   'bridge_banned_group' => '',
   'bridge_global_moderators_group' => '',
   'bridge_recovery_logon_failures' => '0',
   'bridge_recovery_logon_timestamp' => '',
   'coppermine_version' => '1.4.10'
);




?>

-----------------------------------------------------------------------------------------------------------

visit zignoz.com/mambo

the images no load in this page.  this is a joomla site.

Thanks.
Title: Re: CF-Error
Post by: lordiefe on April 16, 2007, 11:33:02 pm
I cant see the pictures test.....

http://www.ancsports.info/portfolio_mambo/cpmfetch/screen.php

i need your help please
Title: Re: CF-Error
Post by: vuud on April 17, 2007, 12:40:33 am
I cant see the pictures test.....

http://www.ancsports.info/portfolio_mambo/cpmfetch/screen.php

i need your help please

Code: [Select]
Not Found
The requested URL /portfolio_mambo/cpmfetch/screen.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Title: Re: CF-Error
Post by: lordiefe on April 17, 2007, 01:20:14 am
http://www.ancsports.info/portfolio_mambo/cpmfetch/screen.php

this is a link
Title: Re: CF-Error
Post by: vuud on April 17, 2007, 01:35:15 am
http://www.ancsports.info/portfolio_mambo/cpmfetch/screen.php

this is a link


You have all movies?

Title: Re: CF-Error
Post by: vuud on April 17, 2007, 01:39:40 am
http://www.ancsports.info/portfolio_mambo/cpmfetch/screen.php

this is a link

I think this is a bug.  I added it to my list of things to look at.

Should be finding your pictures