Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Easy_ContactForm
#23
(2023-11-04, 08:28:29)CathG Wrote: Hi.

I'm using easy_contactform at http://webdesigntry.place/contact and I get the fail message.

When I check the .txt files in data/other/easy_contactform, they're not being updated.

With debug on, I get this before I click submit:



<b>Warning</b>: file_get_contents(/home16/webdesi5/public_html/webdesigntry.place/data/other/massiveToperSettings/turnon.txt): Failed to open stream: No such file or directory in <b>/home16/webdesi5/public_html/webdesigntry.place/plugins/massiveAdmin.php</b> on line <b>146</b><br />

<br />

<b>Warning</b>: file_get_contents(/home16/webdesi5/public_html/webdesigntry.place/data/other/massiveToperSettings/style.txt): Failed to open stream: No such file or directory in <b>/home16/webdesi5/public_html/webdesigntry.place/plugins/massiveAdmin.php</b> on line <b>147</b><br />


<b>Warning</b>: file_get_contents(/home16/webdesi5/public_html/webdesigntry.place/data/other/oneBlock/phone/phone.json): Failed to open stream: No such file or directory in <b>/home16/webdesi5/public_html/webdesigntry.place/plugins/multiBlock/class/oneBlock.class.php</b> on line <b>10</b><br />

<br />

<b>Warning</b>: Attempt to read property "phone" on null in <b>/home16/webdesi5/public_html/webdesigntry.place/plugins/multiBlock/class/oneBlock.class.php</b> on line <b>12</b><br />




I then created a oneblock called phone (it doesn't say in the plugin instructions that that's necessary) and the message before clicking submit is now this:


<b>Warning</b>: file_get_contents(/home16/webdesi5/public_html/webdesigntry.place/data/other/massiveToperSettings/turnon.txt): Failed to open stream: No such file or directory in <b>/home16/webdesi5/public_html/webdesigntry.place/plugins/massiveAdmin.php</b> on line <b>146</b><br />

<br />

<b>Warning</b>: file_get_contents(/home16/webdesi5/public_html/webdesigntry.place/data/other/massiveToperSettings/style.txt): Failed to open stream: No such file or directory in <b>/home16/webdesi5/public_html/webdesigntry.place/plugins/massiveAdmin.php</b> on line <b>147</b><br />


I've Googled massiveToper and get nothing

After I click submit, I get this:


<b>Warning</b>: Undefined array key "hiddencaptcha" in <b>/home16/webdesi5/public_html/webdesigntry.place/plugins/easy_contactform/form.php</b> on line <b>13</b><br />

<br />

<b>Warning</b>: Undefined array key "captcha" in <b>/home16/webdesi5/public_html/webdesigntry.place/plugins/easy_contactform/form.php</b> on line <b>14</b><br />

<div class="easyContactSendNot">IT DIDN'T WORK (sad face!)</div>

<br />

<b>Warning</b>: file_get_contents(/home16/webdesi5/public_html/webdesigntry.place/data/other/massiveToperSettings/turnon.txt): Failed to open stream: No such file or directory in <b>/home16/webdesi5/public_html/webdesigntry.place/plugins/massiveAdmin.php</b> on line <b>146</b><br />

<br />

<b>Warning</b>: file_get_contents(/home16/webdesi5/public_html/webdesigntry.place/data/other/massiveToperSettings/style.txt): Failed to open stream: No such file or directory in <b>/home16/webdesi5/public_html/webdesigntry.place/plugins/massiveAdmin.php</b> on line <b>147</b><br />


I copied the captcha information from Google.

I'm pretty sure I've done the settings correctly. I'm happy to give you the admin login, if that will help.

Thanks!


Hi Cath!

This what i do for fix this.
-added get_footer to footer.inc.php
-change custom style on header.contact.inc.php
-change template default to contact.php
-replaced key for google and choosed captcha.

Now yours contact form should be send message

if you want, you can buy me small coffeSmile Good day for you.
Reply


Messages In This Thread
Easy_ContactForm - by multicolor - 2020-03-31, 21:35:38
RE: Easy_ContactForm - by Felix - 2020-04-01, 03:43:21
RE: Easy_ContactForm - by multicolor - 2020-04-01, 05:45:46
RE: Easy_ContactForm - by bafrali55 - 2020-04-01, 22:53:46
RE: Easy_ContactForm - by multicolor - 2020-04-01, 23:06:49
RE: Easy_ContactForm - by Felix - 2020-04-02, 07:33:09
RE: Easy_ContactForm - by multicolor - 2020-04-02, 18:25:58
RE: Easy_ContactForm - by Felix - 2020-04-03, 04:32:23
RE: Easy_ContactForm - by Felix - 2020-04-03, 05:03:10
RE: Easy_ContactForm - by Felix - 2020-04-03, 05:24:36
RE: Easy_ContactForm - by multicolor - 2020-04-03, 06:29:22
RE: Easy_ContactForm - by Felix - 2020-04-03, 06:50:15
RE: Easy_ContactForm - by multicolor - 2020-04-03, 06:57:27
RE: Easy_ContactForm - by acenda - 2020-04-10, 04:50:14
RE: Easy_ContactForm - by multicolor - 2020-11-18, 02:55:07
RE: Easy_ContactForm - by multicolor - 2022-02-17, 00:21:37
RE: Easy_ContactForm - by Bolkonskij - 2022-02-21, 03:36:45
RE: Easy_ContactForm - by multicolor - 2022-06-23, 04:44:41
RE: Easy_ContactForm - by Jasen - 2023-04-02, 02:48:13
RE: Easy_ContactForm - by multicolor - 2023-04-02, 05:25:57
RE: Easy_ContactForm - by CathG - 2023-11-04, 08:28:29
RE: Easy_ContactForm - by multicolor - 2023-11-05, 03:46:44
RE: Easy_ContactForm - by multicolor - 2023-11-05, 04:31:35
RE: Easy_ContactForm - by CathG - 2023-11-06, 05:43:02
RE: Easy_ContactForm - by CathG - 2023-11-06, 08:10:49
RE: Easy_ContactForm - by multicolor - 2023-11-06, 21:23:14
RE: Easy_ContactForm - by CathG - 2023-11-07, 05:33:25
RE: Easy_ContactForm - by multicolor - 2023-11-07, 06:11:14
RE: Easy_ContactForm - by multicolor - 2023-11-07, 08:14:20
RE: Easy_ContactForm - by CathG - 2023-11-07, 08:47:40
RE: Easy_ContactForm - by multicolor - 2023-11-07, 09:37:39



Users browsing this thread: 2 Guest(s)