Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Captcha error in log file

Asked Modified Viewed 5,764 times
L
lonk
L
lonk 10
  • Junior Member, joined since
  • Contributed 13 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
asked
Junior Member

error log shows this :
[syntaxhighlighter brush=php,first-line=1,highlight=0,collapse=false,html-script=false]echo "<option value='red'".($settings['recaptcha_theme'] == "red" ? " selected='selected'" : ""wink.">".$locale['697r']."</option>n"; [/syntaxhighlighter]

on the administration/settings_security.php

line 110
[syntaxhighlighter brush=php,first-line=1,highlight=0,collapse=false,html-script=false]echo "<option value='red'".($settings['recaptcha_theme'] == "red" ? " selected='selected'" : ""wink.">".$locale['697r']."</option>n";[/syntaxhighlighter]

I use a custom theme. but my theme does not have this in there. I am not really sure why i am getting this error.

thanks for the help
Lonk
Edited by Craig on 12-05-2011 18:33,
0 replies

15 posts

L
lonk
L
lonk 10
  • Junior Member, joined since
  • Contributed 13 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
answered
Junior Member

i notice that when i go to the contact us page the Validation Code image has a red X. but if i hit refresh it will load an image.
0 replies
P
PolarFox
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums
answered
Veteran Member

your browser, PF version?
And you have version 7.02.x from our site?
0 replies
K
khalid545
K
  • Junior Member, joined since
  • Contributed 38 posts on the community forums.
  • Started 11 threads in the forums
answered
Junior Member

Maybe you didn't update the DB to 7.02.01. You can do it from: Control Panel - Sytem Admin - Upgrade.
Because this feature (choosing recaptcha theme) was introduced in PHPFusion 7.02.01.
0 replies
L
lonk
L
lonk 10
  • Junior Member, joined since
  • Contributed 13 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
answered
Junior Member

i did a clean install of PHPFusion_7-02-01_full. i am using IE 8 with all the updates
0 replies
L
lonk
L
lonk 10
  • Junior Member, joined since
  • Contributed 13 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
answered
Junior Member

IE 8, PHPFusion_7-02-01_full
yes i downloaded it from this website. please note this is a brand installation. i just changed webhosts and this was the first thing i put on the new host. so nothing has been installed there before.

PolarFox if you would be willing to look at it, you could register and i can prompt you to an admin. here is the link, thank you

http://www.eqcaelum.com


Quote

PolarFox wrote:

your browser, PF version?
And you have version 7.02.x from our site?
0 replies
P
PolarFox
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums
answered
Veteran Member

The first link (before update) _http://www.eqcaelum.com/includes/captchas/securimage2/securimage_show.php?signature=http://www.eqcaelum.com/
makes an error:

Quote

Forbidden

You don't have permission to access /includes/captchas/securimage2/securimage_show.php on this server.

the second (after refreshing) - is ok

Something wrong with your hosting?
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

Changed Thread Title to "Captcha error in log file" before you had "Security error in log file" IMO that was a bit misleading as users might think an actually Security Error in the log file opposed to an error in your site because of Captcha.
0 replies
G
gh0st2k
G
Ex Senior Dev.
  • Member, joined since
  • Contributed 131 posts on the community forums.
answered
Member

[syntaxhighlighter brush=php,first-line=1,highlight=0,collapse=false,html-script=false]<?php
$result = dbquery("INSERT INTO ".$db_prefix."settings (settings_name, settings_value) VALUES ('recaptcha_theme', 'red'wink"wink;
?>[/syntaxhighlighter]

Custom pages... enter this code, enter a title and your admin password, press 1x preview, don't save it.
0 replies
L
lonk
L
lonk 10
  • Junior Member, joined since
  • Contributed 13 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
answered
Junior Member

ok when i look at the permission of /includes/captchas/securimage2 everything in this folder has 644.

Ghost2k, i am not sure where you want me to enter this in? Are you talking about doing in phpmysql on the sql tab?
0 replies
G
gh0st2k
G
Ex Senior Dev.
  • Member, joined since
  • Contributed 131 posts on the community forums.
answered
Member

No... in your page administration => content admin => custom pages.
0 replies
L
lonk
L
lonk 10
  • Junior Member, joined since
  • Contributed 13 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
answered
Junior Member

ok i put in just how your wrote in your post and i get this error

Parse error: syntax error, unexpected T_STRING in /home/lonk/public_html/administration/custom_pages.php(114) : eval()'d code on line 1




Quote

gh0st2k wrote:

No... in your page administration => content admin => custom pages.
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

Try this...

<?php
$result = dbquery("INSERT INTO ".$db_prefix."settings (settings_name, settings_value) VALUES ('recaptcha_theme', 'red')")";
?>
0 replies
L
lonk
L
lonk 10
  • Junior Member, joined since
  • Contributed 13 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
answered
Junior Member

ok i did that just like your in you post and i get this

Parse error: syntax error, unexpected '"' in /home/lonk/public_html/administration/custom_pages.php(114) : eval()'d code on line 4
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

OK We will wait for Ghost2k to come back, he'll soon fix it for you.
0 replies
D
Daywalker
D
"Might and Greed will never outweigh Honor and Loyalty"

Come join us for IRC Support: Here
  • Member, joined since
  • Contributed 152 posts on the community forums.
  • Started 31 threads in the forums
answered
Member

As the others have said, take the below code and place it into Custom Pages admin area. To get there click on Admin Panel, then click on Custom Pages. Input a Title and your admin password and then copy and paste the below code into the Body portion. Hit the preview button 1 time.
[syntaxhighlighter brush=php,first-line=1,highlight=0,collapse=false,html-script=false]<?php
$result = dbquery("INSERT INTO ".$db_prefix."settings (settings_name, settings_value) VALUES ('recaptcha_theme', 'red'wink"wink;
?>
[/syntaxhighlighter]
0 replies

Category Forum

Installation Issues - 8

Labels

None yet

Statistics

  • Views 0 views
  • Posts 15 posts
  • Votes 0 votes
  • Topic users 6 members

6 participants

D
D
"Might and Greed will never outweigh Honor and Loyalty"

Come join us for IRC Support: Here
  • Member, joined since
  • Contributed 152 posts on the community forums.
  • Started 31 threads in the forums
C
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
P
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums
G
G
Ex Senior Dev.
  • Member, joined since
  • Contributed 131 posts on the community forums.
K
K
  • Junior Member, joined since
  • Contributed 38 posts on the community forums.
  • Started 11 threads in the forums
L
L
lonk 10
  • Junior Member, joined since
  • Contributed 13 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet