Have a look hereNew Version
Hello, take a look at this: https://forum.WebsiteBaker.org/index.php/topic,31921.msg223520.html#msg223520Maybe https is not loading images
Please try the default template.I assume that it works with it.
<?php }// automatically include optional WB module files (frontend.css) register_frontend_modfiles('css');// automatically include optional WB module files (frontend.js, jQuery) enable OldModFiles in OutputFilter register_frontend_modfiles('jquery'); register_frontend_modfiles('js');?> </head>
I noticed that the GET request to load the captcha is actually succeeding. I tried to load the captcha php directly and received this error: https://frantik-web.co.uk/include/captcha/captchas/create_ttf_image.php
Blank Template
There was an uncatched exceptionmalformed document created, missing head areain line (67) of (/modules/output_filter/Filters/filterCssToHead.php)
please take a look into the database and there to the table "TP_mod_mpform_settings" (TP == Table_Prefix) and there to the value of the setting "use_captcha". Must be 0 or 1 (zero or one).It is not possible, to change the default value == 0, if the server run's in mysql-strict-modeif your value in the database == 1, try to change the Type of CAPTCHA in AdminTools -> Captcha Spam Protectif your value in the database == 0 (zero), try to change it directly in the database to 1 and try it againCode: [Select]Blank Template the old blank template can not work with the default WB-Installation (since WB 2.10.x). WB use a filter to make some corrections in the code, for example: move a <link>-Definition from the body-area into the <head>-Area, but the old blank-template has no <body>- and no <head>-Area, it display only the page contentP.S.: i'm sure, your captcha-Problem has nothing to do with the used frontend-template
In backend top buttons you have info, there you will find Server info where you can find if gd library is is already preinstalled on your server. So maybe there is conflict between server gd library and the one from module
"created: [Tue, 15 Nov 2022 06:29:57 +0000]Tue, 15 Nov 2022 06:33:58 +0000 [E_DEPRECATED] /modules/mpform/save_field.php:[448] from /modules/mpform/save_field.php:[448] str_replace "str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated"Tue, 15 Nov 2022 06:34:32 +0000 [E_USER_DEPRECATED] /framework/class.wb.php:[537] from /framework/class.wb.php:[537] trigger_error "invalid method call: bin\wb::get_user_id change it to getUserId()"
And the server details are correct ? Is the mail sent from other modules or forgotten password form ?
Quote from: crnogorac081 on November 14, 2022, 09:28:26 AMAnd the server details are correct ? Is the mail sent from other modules or forgotten password form ?So I created a test user to demo this with, entered the email address but got the following error when pressing the forgot button There was an uncatched exceptionClass "PasswordHash" not foundin line (66) of (/admin/login/forgot/index.php):I think this already a known issue?
html body#dummybodyid div#container div.content div.limiter div.col.wide div#wb_10.section.m-mpform div.mpform form#form_10 p.nixhier
email address:<label for="email_10">Leave this field email-address blank:</label><input id="email_10" name="email" size="56" value=""><br>Homepage:<label for="homepage_10">Leave this field homepage blank:</label><input id="homepage_10" name="homepage" size="55" value=""><br>URL:<label for="url_10">Do not fill out this field url:</label><input id="url_10" name="url" size="63" value=""><br>Comment:<label for="comment_10">Leave this field comment blank:</label><textarea id="comment_10" name="comment" cols="50" rows="10"></textarea><br>