captcha image not showing

15 years 5 months ago #81076 by Journeyman
Replied by Journeyman on topic Re:captcha image not showing
hey there...


=================================================
you said:

Looks like your PHP doesn't like /.. in file paths...

Solution:

Replace:

//require_once( dirname( __FILE__ ) . '/../../../../../administrator/components/com_comprofiler/library/cb/cb.session.php' );

with:

require_once( preg_replace( '%(/[^/]+){5}$%', '', str_replace( '\', '/', dirname( __FILE__ ) ) ) . '/administrator/components/com_comprofiler/library/cb/cb.session.php' );

in

components/com_comprofiler/plugin/user/plug_cbcaptcha/captchaindex.php



=================================================


I went to:

components/com_comprofiler/plugin/user/plug_cbcaptcha/captchaindex.php

but... there neither line exists that you have in the example... still no captcha image..

pleeeze help... :)

Please Log in to join the conversation.

15 years 5 months ago #81077 by Journeyman
Replied by Journeyman on topic Re:captcha image not showing
ps... on the registration page where the image should appear, it just says:

"Image with security code embedded in it"

If that helps...

I will IM you with the url if needed

Thanx

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.137 seconds

Facebook Twitter LinkedIn