When i use the placeholder [+form.captcha+] in the registration form, the image is not being created...
Instead, i see in the path to the veriword script in the source of the img tag, like so:
<img id="wlpeCaptchaImage" src="/var/www/mysite.com/httpdocs/manager/includes/veriword.php" width="148" height="60" alt="If you have trouble reading the code, click on the code itself to generate a new random code." />
This seems like it should be so obvious, but I can’t think as to why it’s not working!
It looks like the file is not being executed. The vericode file has permissions 755, which should allow it to be run by anyone.
There is only one call to the webloginregister , here is the snippet call:
[!WebLoginPE? &type=`register` ®Type=`instant` ®isterTpl=`wlpe_websignup` ®HomeId=`48` &customFields=`website,business_name,suburb,postcode,region` ®SuccessId=`55` &groups=`Pending Memberships` ¬ify=`{{email_recipient}}` ¬ifySubject=`New Member Web Details` ¬ifyTpl =`wlpe_notify_web` &inputHandler=`{{wlpe_handler_region}}` ®Required=`name,email,fullname,password,suburb,postcode,region` &profileHomeID=`44` !]
Has anyone else come across this, or do you have any suggestions to help me?
Thanks
Modx 9.6.1
PHP 5.2
Apache 2
Linux