Captcha (Visual Confirmation) for comments/registration/reporting/login/ecard - Page 21 Captcha (Visual Confirmation) for comments/registration/reporting/login/ecard - Page 21
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Captcha (Visual Confirmation) for comments/registration/reporting/login/ecard

Started by Sami, September 17, 2006, 07:04:22 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

uvgoth

Hmmm, the user has all privileges available on the database.

How would I go about creating it manually?

Nibbler


CREATE TABLE  `cpg1411_plugin_captcha` (
  `time` datetime NOT NULL default '0000-00-00 00:00:00',
  `ip_addr` tinytext NOT NULL,
  `code` char(32) NOT NULL default ''
) TYPE=MyISAM COMMENT='Used to store captcha code and user ip';

uvgoth



uvgoth

Thanks. All works now.

Shall note down that code in case I need it at a later date.

adamsky.net

Thanks for this great plugin, works really nice.

I just thought that - as there's a polish language file for the entire gallery - it would be nice to attach one to this captcha plugin also.
So here it is :)

LauriN

Hi!

I'm using Coppermine 1.4.16 and just installed your captcha plugin. My gallery is in German but unfortunately the plugin doesn't use the German language file. :( Of course I could rename the English language file to german.php, but that would not be the best solution in my opinion. :)

Thanks in advance!

kxp

hmm i updated to cpg 1.4.16 a few days ago and i've been using the script for over a week now but since yesterday i started having trouble with it. I can't see the confirmation image no more (it worked fine yesterday morning). my server holder says that they haven't changed anything since then. The last update they did was about a week ago when i first installed captha and then it worked perfectly (update to php 5, apache 2.2 and mysql 5.0). I tryed reinstalling it by manually removing the tables, reuploading the files and reinstalled it from the plugin manager but the same problem occurs

I'm trying to get to you as much information as i know... so i hope i'm not overdoing it :D
When i turned on the notices in debug mode i noticed something weard though... This is shown both, on the login page and on the comments page.
/include/plugin_api.inc.php
Warning line 71: mysql_fetch_assoc(): 12 is not a valid MySQL result resource
Warning line 104: mysql_free_result(): 12 is not a valid MySQL result resource

I just checked my phpinfo aswell... and GD (2.0.34) with freetype (2.2.1) is enabled


Problem solved by uninstalling update history plugin

EDIT: adding you estonian translation file

François Keller

Quoteunfortunately the plugin doesn't use the German language file.
from the very first post
Quotelanguage:
========
- Italian Thanks to lontano
- Dutch Thanks to Hein
- French Thanks to spikeweb
- German Thanks to m@rk
- Brazilian portuguese Thanks to Bonato
- Spanish thanks to pepemosca
- Turkish thanks to Benim

if it don't work, look what's the default lang set up in the config and in your browser
Avez vous lu la DOC ? la FAQ ? et cherché sur le forum avant de poster ?
Did you read the DOC ? the FAQ ? and search the board before posting ?
Mon Blog

LauriN

Thanks, I figured it out already. My Coppermine language was set to "german_sie" and not to "german" so I just copied the captcha plugin language file "german.php" to "german_sie.php" and now it works! :)

ladyofthelight

 :D

Like before, in another post, just wanted to say : THANK YOU.

Sam

jesusarmy

This plug in looks promising. It installed easily and displays the CAPTCHA, but whatever I do, I get "Confirmation code didn't match".

On visual inspection, the data in the database seems to match what is being compared to it, but the sql doesn't return a match

What to do next?

Site: http://www.jesus.org.uk/gallery
Test user: CPGtest
Password: ******

CAPTCHA only required for commenting. Only registered users can comment.

[Edit: Sorted by Sami, many thanks. Captcha timeout was insufficient. User account and Password removed.]

PPNSteve

OK we also just installed this on our 1.1.14 CPG install and none of it works.. no image, post/register button still shows, AND the post comments is now broken..... no other plugins installed.

ANY ideas?

http://gallery.ppnstudio.com/  is the page

HELP!

Sami

@ jesusarmy and PPNSteve
both of you guys , please enable debug mode and let us know
‍I don't answer to PM with support question
Please post your issue to related board

PPNSteve

Quote from: Sami on March 07, 2008, 02:22:45 PM
@ jesusarmy and PPNSteve
both of you guys , please enable debug mode and let us know
Done..

hopefully you can see the problem.. i couldn't.... and had to uninstall this so people could join/post comments etc..

thanks.

register page
USER:
------------------
Array
(
    [ID] => 9551c6e6c6ae614xxxxxxxxxx4676e7
    [am] => 1
    [lang] => english
)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 0
    [user_name] => Guest
    [groups] => Array
        (
            [0] => 3
        )

    [group_quota] => 1512
    [can_rate_pictures] => 1
    [can_send_ecards] => 0
    [can_post_comments] => 0
    [can_upload_pictures] => 1
    [can_create_albums] => 0
    [pub_upl_need_approval] => 1
    [priv_upl_need_approval] => 1
    [upload_form_config] => 3
    [num_file_upload] => 2
    [num_URI_upload] => 1
    [custom_user_upload] => 0
    [disk_max] => 1512
    [disk_min] => 1512
    [ufc_max] => 3
    [ufc_min] => 3
    [has_admin_access] => 0
    [group_name] => Guests
    [can_see_all_albums] => 0
    [group_id] => 3
)

==========================
Queries:
------------------
Array
(
    [0] => SELECT extension, mime, content, player FROM cpg11d_filetypes; (0s)
    [1] => select * from cpg11d_plugins order by priority asc; (0s)
    [2] => delete from `ppnstudi_gallery`.cpg11d_sessions where time<1204904018 and remember=0; (0.001s)
    [3] => delete from `ppnstudi_gallery`.cpg11d_sessions where time<1203698018; (0.001s)
    [4] => select user_id from `ppnstudi_gallery`.cpg11d_sessions where session_id=md5("0688f55c6c1b41c3982831502axxxxxxxxxxxxxxxxee8d8ccb565665d2cd"); (0.001s)
    [5] => select user_id as id, user_password as password from `ppnstudi_gallery`.cpg11d_users where user_id=0 (0s)
    [6] => SELECT MAX(group_quota) as disk_max, MIN(group_quota) as disk_min, MAX(can_rate_pictures) as can_rate_pictures, MAX(can_send_ecards) as can_send_ecards, MAX(upload_form_config) as ufc_max, MIN(upload_form_config) as ufc_min, MAX(custom_user_upload) as custom_user_upload, MAX(num_file_upload) as num_file_upload, MAX(num_URI_upload) as num_URI_upload, MAX(can_post_comments) as can_post_comments, MAX(can_upload_pictures) as can_upload_pictures, MAX(can_create_albums) as can_create_albums, MAX(has_admin_access) as has_admin_access, MIN(pub_upl_need_approval) as pub_upl_need_approval, MIN( priv_upl_need_approval) as  priv_upl_need_approval FROM cpg11d_usergroups WHERE group_id in (3) (0s)
    [7] => SELECT group_name FROM  cpg11d_usergroups WHERE group_id= 3 (0s)
    [8] => update `ppnstudi_gallery`.cpg11d_sessions set time='1204907618' where session_id=md5('0688f55c6c1b41c3982831502axxxxxxxxxxxxxxxxe8d8ccb565665d2cd'); (0.001s)
    [9] => DELETE FROM cpg11d_banned WHERE expiry < '2008-03-07 16:33:39' (0.011s)
    [10] => SELECT * FROM cpg11d_banned WHERE (ip_addr='24.xxx.xxx.170' OR ip_addr='24.xxx.xxx.170' OR user_id=0) AND brute_force=0 (0s)
    [11] => SELECT aid FROM cpg11d_albums WHERE visibility != '0' AND visibility !='10000' AND visibility NOT IN (3) (0s)
)

==========================
GET :
------------------
Array
(
)

==========================
POST :
------------------
Array
(
    [agree] => I agree
)

==========================
Page generated in 0.193 seconds - 12 queries in 0.015 seconds - Album set : AND aid NOT IN (34,38,150,257,284,327,372,745,760,824,750,673,675,711,741,783,784,786,795,817,830) ; Meta set: ;


on a picture page, where there SHOULD be comments field, there is none (it breaks the comments)
(see screenshot as well)
USER:
------------------
Array
(
    [ID] => 9551c6e6c6ae614f3f986c888d4676e7
    [am] => 1
    [lang] => english
    [liv] => Array
        (
            [0] => 25994
        )

)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 0
    [user_name] => Guest
    [groups] => Array
        (
            [0] => 3
        )

    [group_quota] => 1512
    [can_rate_pictures] => 1
    [can_send_ecards] => 0
    [can_post_comments] => 0
    [can_upload_pictures] => 1
    [can_create_albums] => 0
    [pub_upl_need_approval] => 1
    [priv_upl_need_approval] => 1
    [upload_form_config] => 3
    [num_file_upload] => 2
    [num_URI_upload] => 1
    [custom_user_upload] => 0
    [disk_max] => 1512
    [disk_min] => 1512
    [ufc_max] => 3
    [ufc_min] => 3
    [has_admin_access] => 0
    [group_name] => Guests
    [can_see_all_albums] => 0
    [group_id] => 3
)

==========================
Queries:
------------------
Array
(
    [0] => SELECT extension, mime, content, player FROM cpg11d_filetypes; (0s)
    [1] => select * from cpg11d_plugins order by priority asc; (0s)
    [2] => delete from `ppnstudi_gallery`.cpg11d_sessions where time<1204904415 and remember=0; (0.001s)
    [3] => delete from `ppnstudi_gallery`.cpg11d_sessions where time<1203698415; (0s)
    [4] => select user_id from `ppnstudi_gallery`.cpg11d_sessions where session_id=md5("0688f55c6c1b41c3982831502a1bcabxxxxxxxxxxxxxxe8d8ccb565665d2cd"); (0s)
    [5] => select user_id as id, user_password as password from `ppnstudi_gallery`.cpg11d_users where user_id=0 (0s)
    [6] => SELECT MAX(group_quota) as disk_max, MIN(group_quota) as disk_min, MAX(can_rate_pictures) as can_rate_pictures, MAX(can_send_ecards) as can_send_ecards, MAX(upload_form_config) as ufc_max, MIN(upload_form_config) as ufc_min, MAX(custom_user_upload) as custom_user_upload, MAX(num_file_upload) as num_file_upload, MAX(num_URI_upload) as num_URI_upload, MAX(can_post_comments) as can_post_comments, MAX(can_upload_pictures) as can_upload_pictures, MAX(can_create_albums) as can_create_albums, MAX(has_admin_access) as has_admin_access, MIN(pub_upl_need_approval) as pub_upl_need_approval, MIN( priv_upl_need_approval) as  priv_upl_need_approval FROM cpg11d_usergroups WHERE group_id in (3) (0s)
    [7] => SELECT group_name FROM  cpg11d_usergroups WHERE group_id= 3 (0s)
    [8] => update `ppnstudi_gallery`.cpg11d_sessions set time='1204908015' where session_id=md5('0688f55c6c1b41c3982831502a1bcabxxxxxxxxxxxxxxxxxxxxxccb565665d2cd'); (0s)
    [9] => DELETE FROM cpg11d_banned WHERE expiry < '2008-03-07 16:40:15' (0s)
    [10] => SELECT * FROM cpg11d_banned WHERE (ip_addr='24.xxx.xxx.170' OR ip_addr='24.xxx.xxx.170' OR user_id=0) AND brute_force=0 (0s)
    [11] => SELECT aid FROM cpg11d_albums WHERE visibility != '0' AND visibility !='10000' AND visibility NOT IN (3) (0s)
    [12] => SELECT aid FROM cpg11d_albums (0.001s)
    [13] => SELECT COUNT(*) from cpg11d_pictures WHERE approved = 'YES' AND aid IN (1,2,3,4,9,10,14,15,16,17,19,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,39,40,41,42,43,44,49,53,58,59,61,62,64,65,66,67,70,72,77,80,93,100,105,113,117,118,119,121,122,123,124,125,126,127,128,129,130,131,132,136,137,138,139,140,141,142,143,144,146,147,148,151,152,156,159,160,161,162,163,165,168,169,170,171,172,173,174,175,176,177,178,179,181,182,183,184,185,186,187,188,189,190,192,193,194,196,197,198,203,204,205,206,207,208,211,212,213,214,215,216,222,223,224,225,226,227,229,230,231,232,233,234,239,241,242,243,244,245,246,250,251,252,253,255,258,262,264,265,266,267,268,269,270,271,274,276,279,280,282,285,286,287,288,289,290,291,292,293,295,296,297,298,300,301,308,309,310,314,315,319,320,321,323,324,326,330,331,332,333,334,339,341,343,344,346,347,349,352,353,354,356,357,358,359,360,361,362,363,364,365,366,369,370,371,373,381,383,384,386,387,389,390,391,399,400,415,417,418,419,421,424,427,429,430,431,432,433,434,436,439,440,441,442,443,444,445,446,449,450,451,452,453,454,455,458,459,460,461,463,464,466,467,468,469,470,473,475,478,479,480,481,483,485,487,490,491,494,495,496,497,498,499,500,502,506,507,516,518,519,520,521,523,524,527,529,530,533,534,535,536,538,539,541,543,547,548,549,551,552,553,555,558,563,567,568,573,575,577,581,584,585,586,588,589,592,593,594,596,597,599,602,606,609,613,617,619,620,621,634,635,637,638,644,647,648,649,650,651,652,653,654,655,657,660,661,664,665,666,668,670,671,672,674,676,677,678,679,681,682,686,689,691,693,694,695,696,697,698,699,703,704,705,706,710,713,715,716,717,718,719,720,721,722,723,724,725,727,728,729,730,731,736,737,738,740,742,743,746,749,752,753,754,756,757,758,759,761,762,763,764,765,767,768,769,770,771,777,778,779,781,782,787,788,789,790,791,792,793,796,797,798,799,803,804,805,807,808,809,810,811,812,813,814,818,819,822,825,826,827,828,829,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853)  (0s)
    [14] => SELECT * FROM cpg11d_pictures WHERE approved = 'YES' AND aid IN (1,2,3,4,9,10,14,15,16,17,19,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,39,40,41,42,43,44,49,53,58,59,61,62,64,65,66,67,70,72,77,80,93,100,105,113,117,118,119,121,122,123,124,125,126,127,128,129,130,131,132,136,137,138,139,140,141,142,143,144,146,147,148,151,152,156,159,160,161,162,163,165,168,169,170,171,172,173,174,175,176,177,178,179,181,182,183,184,185,186,187,188,189,190,192,193,194,196,197,198,203,204,205,206,207,208,211,212,213,214,215,216,222,223,224,225,226,227,229,230,231,232,233,234,239,241,242,243,244,245,246,250,251,252,253,255,258,262,264,265,266,267,268,269,270,271,274,276,279,280,282,285,286,287,288,289,290,291,292,293,295,296,297,298,300,301,308,309,310,314,315,319,320,321,323,324,326,330,331,332,333,334,339,341,343,344,346,347,349,352,353,354,356,357,358,359,360,361,362,363,364,365,366,369,370,371,373,381,383,384,386,387,389,390,391,399,400,415,417,418,419,421,424,427,429,430,431,432,433,434,436,439,440,441,442,443,444,445,446,449,450,451,452,453,454,455,458,459,460,461,463,464,466,467,468,469,470,473,475,478,479,480,481,483,485,487,490,491,494,495,496,497,498,499,500,502,506,507,516,518,519,520,521,523,524,527,529,530,533,534,535,536,538,539,541,543,547,548,549,551,552,553,555,558,563,567,568,573,575,577,581,584,585,586,588,589,592,593,594,596,597,599,602,606,609,613,617,619,620,621,634,635,637,638,644,647,648,649,650,651,652,653,654,655,657,660,661,664,665,666,668,670,671,672,674,676,677,678,679,681,682,686,689,691,693,694,695,696,697,698,699,703,704,705,706,710,713,715,716,717,718,719,720,721,722,723,724,725,727,728,729,730,731,736,737,738,740,742,743,746,749,752,753,754,756,757,758,759,761,762,763,764,765,767,768,769,770,771,777,778,779,781,782,787,788,789,790,791,792,793,796,797,798,799,803,804,805,807,808,809,810,811,812,813,814,818,819,822,825,826,827,828,829,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853)  ORDER BY pid DESC  LIMIT 0 ,1 (0.024s)
    [15] => SELECT title, comments, votes, category, aid FROM cpg11d_albums WHERE aid='4' LIMIT 1 (0s)
    [16] => UPDATE cpg11d_pictures SET hits=hits+1, lasthit_ip='24.xxx.xxx.170', mtime=CURRENT_TIMESTAMP WHERE pid='25994' (0.002s)
    [17] => SELECT msg_id, msg_author, msg_body, UNIX_TIMESTAMP(msg_date) AS msg_date, author_id, author_md5_id, msg_raw_ip, msg_hdr_ip, pid FROM cpg11d_comments WHERE pid='25994' ORDER BY msg_id ASC (0.001s)
    [18] => SELECT COUNT(*) from cpg11d_pictures WHERE approved = 'YES' AND aid IN (1,2,3,4,9,10,14,15,16,17,19,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,39,40,41,42,43,44,49,53,58,59,61,62,64,65,66,67,70,72,77,80,93,100,105,113,117,118,119,121,122,123,124,125,126,127,128,129,130,131,132,136,137,138,139,140,141,142,143,144,146,147,148,151,152,156,159,160,161,162,163,165,168,169,170,171,172,173,174,175,176,177,178,179,181,182,183,184,185,186,187,188,189,190,192,193,194,196,197,198,203,204,205,206,207,208,211,212,213,214,215,216,222,223,224,225,226,227,229,230,231,232,233,234,239,241,242,243,244,245,246,250,251,252,253,255,258,262,264,265,266,267,268,269,270,271,274,276,279,280,282,285,286,287,288,289,290,291,292,293,295,296,297,298,300,301,308,309,310,314,315,319,320,321,323,324,326,330,331,332,333,334,339,341,343,344,346,347,349,352,353,354,356,357,358,359,360,361,362,363,364,365,366,369,370,371,373,381,383,384,386,387,389,390,391,399,400,415,417,418,419,421,424,427,429,430,431,432,433,434,436,439,440,441,442,443,444,445,446,449,450,451,452,453,454,455,458,459,460,461,463,464,466,467,468,469,470,473,475,478,479,480,481,483,485,487,490,491,494,495,496,497,498,499,500,502,506,507,516,518,519,520,521,523,524,527,529,530,533,534,535,536,538,539,541,543,547,548,549,551,552,553,555,558,563,567,568,573,575,577,581,584,585,586,588,589,592,593,594,596,597,599,602,606,609,613,617,619,620,621,634,635,637,638,644,647,648,649,650,651,652,653,654,655,657,660,661,664,665,666,668,670,671,672,674,676,677,678,679,681,682,686,689,691,693,694,695,696,697,698,699,703,704,705,706,710,713,715,716,717,718,719,720,721,722,723,724,725,727,728,729,730,731,736,737,738,740,742,743,746,749,752,753,754,756,757,758,759,761,762,763,764,765,767,768,769,770,771,777,778,779,781,782,787,788,789,790,791,792,793,796,797,798,799,803,804,805,807,808,809,810,811,812,813,814,818,819,822,825,826,827,828,829,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853)  (0.04s)
    [19] => SELECT * FROM cpg11d_pictures WHERE approved = 'YES' AND aid IN (1,2,3,4,9,10,14,15,16,17,19,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,39,40,41,42,43,44,49,53,58,59,61,62,64,65,66,67,70,72,77,80,93,100,105,113,117,118,119,121,122,123,124,125,126,127,128,129,130,131,132,136,137,138,139,140,141,142,143,144,146,147,148,151,152,156,159,160,161,162,163,165,168,169,170,171,172,173,174,175,176,177,178,179,181,182,183,184,185,186,187,188,189,190,192,193,194,196,197,198,203,204,205,206,207,208,211,212,213,214,215,216,222,223,224,225,226,227,229,230,231,232,233,234,239,241,242,243,244,245,246,250,251,252,253,255,258,262,264,265,266,267,268,269,270,271,274,276,279,280,282,285,286,287,288,289,290,291,292,293,295,296,297,298,300,301,308,309,310,314,315,319,320,321,323,324,326,330,331,332,333,334,339,341,343,344,346,347,349,352,353,354,356,357,358,359,360,361,362,363,364,365,366,369,370,371,373,381,383,384,386,387,389,390,391,399,400,415,417,418,419,421,424,427,429,430,431,432,433,434,436,439,440,441,442,443,444,445,446,449,450,451,452,453,454,455,458,459,460,461,463,464,466,467,468,469,470,473,475,478,479,480,481,483,485,487,490,491,494,495,496,497,498,499,500,502,506,507,516,518,519,520,521,523,524,527,529,530,533,534,535,536,538,539,541,543,547,548,549,551,552,553,555,558,563,567,568,573,575,577,581,584,585,586,588,589,592,593,594,596,597,599,602,606,609,613,617,619,620,621,634,635,637,638,644,647,648,649,650,651,652,653,654,655,657,660,661,664,665,666,668,670,671,672,674,676,677,678,679,681,682,686,689,691,693,694,695,696,697,698,699,703,704,705,706,710,713,715,716,717,718,719,720,721,722,723,724,725,727,728,729,730,731,736,737,738,740,742,743,746,749,752,753,754,756,757,758,759,761,762,763,764,765,767,768,769,770,771,777,778,779,781,782,787,788,789,790,791,792,793,796,797,798,799,803,804,805,807,808,809,810,811,812,813,814,818,819,822,825,826,827,828,829,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853)  ORDER BY pid DESC  LIMIT 0 ,10 (0.022s)
)

==========================
GET :
------------------
Array
(
    [album] => lastup
    [cat] => 0
    [pos] => 0
)

==========================
POST :
------------------
Array
(
)

==========================
Page generated in 0.22 seconds - 20 queries in 0.091 seconds - Album set : AND aid IN (1,2,3,4,9,10,14,15,16,17,19,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,39,40,41,42,43,44,49,53,58,59,61,62,64,65,66,67,70,72,77,80,93,100,105,113,117,118,119,121,122,123,124,125,126,127,128,129,130,131,132,136,137,138,139,140,141,142,143,144,146,147,148,151,152,156,159,160,161,162,163,165,168,169,170,171,172,173,174,175,176,177,178,179,181,182,183,184,185,186,187,188,189,190,192,193,194,196,197,198,203,204,205,206,207,208,211,212,213,214,215,216,222,223,224,225,226,227,229,230,231,232,233,234,239,241,242,243,244,245,246,250,251,252,253,255,258,262,264,265,266,267,268,269,270,271,274,276,279,280,282,285,286,287,288,289,290,291,292,293,295,296,297,298,300,301,308,309,310,314,315,319,320,321,323,324,326,330,331,332,333,334,339,341,343,344,346,347,349,352,353,354,356,357,358,359,360,361,362,363,364,365,366,369,370,371,373,381,383,384,386,387,389,390,391,399,400,415,417,418,419,421,424,427,429,430,431,432,433,434,436,439,440,441,442,443,444,445,446,449,450,451,452,453,454,455,458,459,460,461,463,464,466,467,468,469,470,473,475,478,479,480,481,483,485,487,490,491,494,495,496,497,498,499,500,502,506,507,516,518,519,520,521,523,524,527,529,530,533,534,535,536,538,539,541,543,547,548,549,551,552,553,555,558,563,567,568,573,575,577,581,584,585,586,588,589,592,593,594,596,597,599,602,606,609,613,617,619,620,621,634,635,637,638,644,647,648,649,650,651,652,653,654,655,657,660,661,664,665,666,668,670,671,672,674,676,677,678,679,681,682,686,689,691,693,694,695,696,697,698,699,703,704,705,706,710,713,715,716,717,718,719,720,721,722,723,724,725,727,728,729,730,731,736,737,738,740,742,743,746,749,752,753,754,756,757,758,759,761,762,763,764,765,767,768,769,770,771,777,778,779,781,782,787,788,789,790,791,792,793,796,797,798,799,803,804,805,807,808,809,810,811,812,813,814,818,819,822,825,826,827,828,829,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853) ; Meta set: AND aid IN (1,2,3,4,9,10,14,15,16,17,19,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,39,40,41,42,43,44,49,53,58,59,61,62,64,65,66,67,70,72,77,80,93,100,105,113,117,118,119,121,122,123,124,125,126,127,128,129,130,131,132,136,137,138,139,140,141,142,143,144,146,147,148,151,152,156,159,160,161,162,163,165,168,169,170,171,172,173,174,175,176,177,178,179,181,182,183,184,185,186,187,188,189,190,192,193,194,196,197,198,203,204,205,206,207,208,211,212,213,214,215,216,222,223,224,225,226,227,229,230,231,232,233,234,239,241,242,243,244,245,246,250,251,252,253,255,258,262,264,265,266,267,268,269,270,271,274,276,279,280,282,285,286,287,288,289,290,291,292,293,295,296,297,298,300,301,308,309,310,314,315,319,320,321,323,324,326,330,331,332,333,334,339,341,343,344,346,347,349,352,353,354,356,357,358,359,360,361,362,363,364,365,366,369,370,371,373,381,383,384,386,387,389,390,391,399,400,415,417,418,419,421,424,427,429,430,431,432,433,434,436,439,440,441,442,443,444,445,446,449,450,451,452,453,454,455,458,459,460,461,463,464,466,467,468,469,470,473,475,478,479,480,481,483,485,487,490,491,494,495,496,497,498,499,500,502,506,507,516,518,519,520,521,523,524,527,529,530,533,534,535,536,538,539,541,543,547,548,549,551,552,553,555,558,563,567,568,573,575,577,581,584,585,586,588,589,592,593,594,596,597,599,602,606,609,613,617,619,620,621,634,635,637,638,644,647,648,649,650,651,652,653,654,655,657,660,661,664,665,666,668,670,671,672,674,676,677,678,679,681,682,686,689,691,693,694,695,696,697,698,699,703,704,705,706,710,713,715,716,717,718,719,720,721,722,723,724,725,727,728,729,730,731,736,737,738,740,742,743,746,749,752,753,754,756,757,758,759,761,762,763,764,765,767,768,769,770,771,777,778,779,781,782,787,788,789,790,791,792,793,796,797,798,799,803,804,805,807,808,809,810,811,812,813,814,818,819,822,825,826,827,828,829,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853) ;

Notices
/include/themes.inc.php
Notice line 2240: Undefined index: uid
Notice line 2316: Undefined variable: ecard_tgt
Notice line 2317: Undefined variable: ecard_title
Notice line 2324: Undefined variable: report_tgt
Notice line 1943: Undefined index: uid

login page (see screenshot as well)

Sami

I don't see anything on your posted debug output BTW it would be better to enable plugin just one more time and let me know to check it ;)
‍I don't answer to PM with support question
Please post your issue to related board

PPNSteve

OK the plugin is re-installed and the debug is back on...  take a look...  try to register / (log out) then log in...  comment on any image..


Sami

if you try this http://gallery.ppnstudio.com/captcha.php you'll see a blank html page (I also check the headers and it was text/html ) and that means you do not have on of requirement for this plugin :
- GD 2.0.28 or later is recommended
- Freetype support
‍I don't answer to PM with support question
Please post your issue to related board

PPNSteve

Quote from: Sami on March 07, 2008, 11:21:33 PM
if you try this http://gallery.ppnstudio.com/captcha.php you'll see a blank html page (I also check the headers and it was text/html ) and that means you do not have on of requirement for this plugin :
- GD 2.0.28 or later is recommended
- Freetype support

Umm... wrong...  the gallery USES GD for the thumbnails and so forth...  it works fine... (also other of my sites on this server [I admin this server] have no issues with captcha image generation) so perhaps it's something else.

when i go to the captcha.php page, I see: Fatal error: Call to undefined function imageftbbox() in /home/ppnstudi/public_html/gallery/plugins/captcha/include/captcha.class.php on line 119

edit: also let me double check the php build..  make sure ttf / freetype is indeed supported.

Sami

Well I don't see the Fatal error , I just get a blank page but if you do then
check php.net
http://us3.php.net/manual/en/function.imageftbbox.php
you'll find two notes about this function
-     This function requires GD 2.0.1 or later (2.0.28 or later is recommended).
-     This function is only available if PHP is compiled with freetype support (--with-freetype-dir=DIR)

maybe you need to re-build php with --with-freetype-dir=DIR option
‍I don't answer to PM with support question
Please post your issue to related board