kupala / joomla15captcha

Automatically exported from code.google.com/p/joomla15captcha
0 stars 0 forks source link

Double JCaptcha and Right Column #42

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What page URL will reproduce the problem?
http://www.harvestauction.com/index.php?option=com_user&view=register

What is the expected output? What do you see instead?
Should only see ONE JCaptcha module AND the right column should show up on
the top of the right column.

What version of the product are you using? On what operating system?
Using Joomla 1.5.11 with the newst JCaptcha and the patches. (JCaptcha
4.5.1 rev. 186 and Joomla 1.5.11 Patch rev. 233)

Please provide any additional information below.
Just would like a redo of the file that creates the Registration page to
use only one Captcha and to fix the Right Column.

Original issue reported on code.google.com by johnathan.morlock on 13 Jun 2009 at 4:37

GoogleCodeExporter commented 8 years ago
На вашей странице много ошибок синтаксиса 
HTML.
Внимательно проверьте текст модулей. Или 
проконсультируйтесь со специалистом.

Это фрагмент кода вашей страницы. Первая 
ошибка это незакрытый тег "<!--"

            <!-- <script type="text/javascript">
<!--
    Window.onDomReady(function(){
        document.formvalidator.setHandler('passverify', function (value) { return
($('password').value == value); }   );
    });
// -->
</script>

Original comment by grus...@gmail.com on 13 Jun 2009 at 5:20

GoogleCodeExporter commented 8 years ago
On your page, many errors of syntax HTML.
Carefully check the text modules. Or consult a specialist.

This is a snippet of your page. The first problem is unclosed tag "<!--"

Original comment by grus...@gmail.com on 13 Jun 2009 at 5:21

GoogleCodeExporter commented 8 years ago
@grusinv,

Thank you for looking into this.

When I disable the JCapthca... this isn't there, the page looks fine.

So this has to be inserted when the JCaptcha is enabled.

I've also confirmed this as I have used another template and the issue is still 
there.

Please check the code for the "register account" page.

Again you can see what I mean by going here:
http://www.harvestauction.com/index.php?option=com_user&view=register

Thank you,
Johnathan

Original comment by johnathan.morlock on 13 Jun 2009 at 4:13

GoogleCodeExporter commented 8 years ago
I should have checked this, but it also happens on the 'Forgot' pages:
http://www.harvestauction.com/index.php?option=com_user&view=reset
http://www.harvestauction.com/index.php?option=com_user&view=remind

Original comment by johnathan.morlock on 14 Jun 2009 at 2:06

GoogleCodeExporter commented 8 years ago
К сожалению вы не устранили ошибку с 
неверным использованием "<!--" и "-->"

Вот фрагмент кода с ваших страниц:

            <!-- <script type="text/javascript">
<!--
    Window.onDomReady(function(){
        document.formvalidator.setHandler('passverify', function (value) { return
($('password').value == value); }   );
    });
// -->
</script>

Я настоятельно рекомендую обратиться к 
специалисту, который проверит правильно ли
применены патчи, и проверит правильно ли 
проведена ручная правки кода на страницах.

Удачи!

Original comment by grus...@gmail.com on 14 Jun 2009 at 6:07

GoogleCodeExporter commented 8 years ago
I've got the same problem with 1.5.7 on Apache. This is happening in the 
register
page. However, while on one site I get 2 Captcha input boxes (even though these 
is
only code for one) and I only see "joomlacaptcha", on another Apache server 
running
1.5.7 it is working perfectly. I just have no idea what could be doing this, 
when
both version are the same and both are running on Apache. 

Original comment by brightth...@gmail.com on 25 Jul 2009 at 12:36