No Thanks ERROR!!!
-
Multiline files upload for contact form 7 plugin.ERROR , No Thanks ! ?
-
Hello @ivan2019
can you let us know more about the error?Hello zluck (@zluck
Clicking “No Thanks!” Ooops … Error 404
We are sorry, but the page you are looking for does not exist.
wp-admin /? mfcf7_zl_pro_ver_notice_ignor = 0Hi @ivan2019
please go to file multiline-admin.php
change the code at line no. 162
from
$current_url = home_url($_SERVER['REQUEST_URI']);
to
$current_url = trim(home_url($_SERVER['REQUEST_URI']));Let me know if this fixes it, I will fix this in next release.
Thanks
Negative error remains
hmm its strange that this is happening, do we have any special plugin which works with url redirect or similar things?
I am web has more than 10 sites that I applied the plugin the error is the same ok
Ok
try changing this
from
$current_url = home_url($_SERVER['REQUEST_URI']);
to
$current_url = get_admin_url();let me know
OK perfect. But (Rate it Now, Maybe Later, Already Rated) continues without leaving
(Rate it Now, Maybe Later, Already Rated)
wp-admin/?mfcf7_zl_pro_ver_notice_ignor=0&mfcf7_zl_rating_notice_ignor=7
Ooops… Error 404
We are sorry, but the page you are looking for does not exist.for that too try changing line number 189
from
$current_url = home_url($_SERVER['REQUEST_URI']);
to
$current_url = get_admin_url();Perfect friend zluck, everything ok perfect support, thank you
Perfect correction for No Thanks ERROR!!!
Multiline files upload for contact form 7 plugin.ERROR , No Thanks ! ?(Upgrade)
go to file multiline-admin.php
change the code at line no. 162
from
$current_url = home_url($_SERVER[‘REQUEST_URI’]);
to
$current_url = get_admin_url();go to file multiline-admin.php
change the code at line no. 189
from
$current_url = home_url($_SERVER[‘REQUEST_URI’]);
to
$current_url = get_admin_url();Perfect thank you
IvanThanks
The topic ‘No Thanks ERROR!!!’ is closed to new replies.