Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: 1 [2]   Go Down

Author Topic: CF-Error  (Read 21884 times)

0 Members and 1 Guest are viewing this topic.

lordiefe

  • Coppermine newbie
  • Offline Offline
  • Posts: 15
Re: CF-Error
« Reply #20 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.
« Last Edit: April 16, 2007, 10:06:25 pm by vuud »
Logged

lordiefe

  • Coppermine newbie
  • Offline Offline
  • Posts: 15
Re: CF-Error
« Reply #21 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
Logged

vuud

  • Moderator
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 1803
  • [cpmfetch.fistfullofcode.com]
    • Fist Full Of Code
Re: CF-Error
« Reply #22 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.
Logged
Please post for help to the forum... PM me only if you are sending security related items (passwords, security problems, etc).

cpmFetch - Images, RSS feeds from CPG from outside CPG
New release notification signup also. 
See http://cpmfetch.fistfullofco

lordiefe

  • Coppermine newbie
  • Offline Offline
  • Posts: 15
Re: CF-Error
« Reply #23 on: April 17, 2007, 01:20:14 am »

Logged

vuud

  • Moderator
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 1803
  • [cpmfetch.fistfullofcode.com]
    • Fist Full Of Code
Re: CF-Error
« Reply #24 on: April 17, 2007, 01:35:15 am »

Logged
Please post for help to the forum... PM me only if you are sending security related items (passwords, security problems, etc).

cpmFetch - Images, RSS feeds from CPG from outside CPG
New release notification signup also. 
See http://cpmfetch.fistfullofco

vuud

  • Moderator
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 1803
  • [cpmfetch.fistfullofcode.com]
    • Fist Full Of Code
Re: CF-Error
« Reply #25 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
Logged
Please post for help to the forum... PM me only if you are sending security related items (passwords, security problems, etc).

cpmFetch - Images, RSS feeds from CPG from outside CPG
New release notification signup also. 
See http://cpmfetch.fistfullofco
Pages: 1 [2]   Go Up
 

Page created in 0.026 seconds with 19 queries.