• Resolved androbourne

    (@androbourne)


    Hello,

    After I updated wordpress on my website to the newest version and also verified my WF was updated as well. I get random text all over every single page in wordpress.. I went through plugin troubleshooting and found this to be with WF plugin only when active. Here is a text example of what I’m seeing on my site.

    “/************************************************************************* * WSS UX FeedBack Class * New format *************************************************************************/ /************************************************************************* * Constructor *********************************************************** *************************************************************************/ function FeedBack ( _Alias, _Product, _Deliverable, _ProductVersion, _DocumentationVersion, _FeedBackDivID ) { this.Alias = _Alias; this.Product = _Product; this.Deliverable = _Deliverable; this.ProductVersion = _ProductVersion; this.DocumentationVersion = _DocumentationVersion; this.FeedBackDivID = _FeedBackDivID; this.DefaultBody = this.DefaultBody; } /************************************************************************* *Member Properties ****************************************************** *************************************************************************/ //START: Text Regions FeedBack.prototype.FeedbackIntroduction = L_fbintroduction; // END: Text Regions //START: Button Text FeedBack.prototype.Submit = L_fbsend; FeedBack.prototype.AltSubmit = L_fbaltsend; // END: Button Text //START: Default Mail Body Text FeedBack.prototype.DefaultBody = L_fddefaultbody; // END: Default Mail Body Text //CSS Class FeedBack.prototype.table_CSS = “fbtable”; FeedBack.prototype.tdtitle_CSS = “fbtitletd”; FeedBack.prototype.input_CSS = “fbinputtd”; FeedBack.prototype.textarea_CSS = “fbtextarea”; FeedBack.prototype.verbatimtable_CSS = “fbverbatimtable”; FeedBack.prototype.button_CSS = “fbinputbutton”; //BTN IDs FeedBack.prototype.YesButton_ID = “YesButton”; FeedBack.prototype.NoButton_ID = “NoButton”; FeedBack.prototype.BackButton_ID = “BackButton”; FeedBack.prototype.NextButton_ID = “NextButton”; FeedBack.prototype.SubmitButton_ID = “SubmitButton”; FeedBack.prototype.Verbatim_ID = “VerbatimTextArea”; FeedBack.prototype.Radio_ID = “fbRating”; //FeedBack Location ID’s FeedBack.prototype.SpanTag_ID = “fb”; FeedBack.prototype.DivTag_ID = “feedbackarea”; //BTN Event Methods FeedBack.prototype.startfeedback_EVENT = “document.feedback.StartFeedBack([feedback])”; FeedBack.prototype.submitfeedback_EVENT = “document.feedback.SubmitFeedBack([feedback])”; //Default FeedBack Values FeedBack.prototype.Rating = 3; // default is 3. 3 is satisfied. 0-3 scale FeedBack.prototype.Verbatim = “”; FeedBack.prototype.Title = document.title; FeedBack.prototype.URL = location.href.replace(location.hash,””); FeedBack.prototype.SystemLanguage = navigator.systemLanguage; FeedBack.prototype.Version = 2004; /************************************************************************* * Member Methods ******************************************************** *************************************************************************/ FeedBack.prototype.StartFeedBack = _StartFeedBack; function _StartFeedBack(FeedBackSpanTag,first) { //build feedback div if (first==true) { var stream = ‘”

    Note that is only the header section… it takes up the whole page unless I deactivate WF plugin. It also make it so I cant log into WPadmin to make any changes. I have to disable manually by renaming the plug.

    I tried a full plugin deletion and reinstall. Same issue.

    I love wordfence and would like to continue using it if possible. Anyone else having this issue? If it’s just me I’ll troubleshoot my theme but it has been working for for years on this theme with no issues until now…

    Hopefully WF devs know of this issue and are working on a patch to resolve the problem.

    • This topic was modified 6 years, 9 months ago by androbourne.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @androbourne
    Sorry for my late reply, is your website hosted on a Windows server? any special server environment setup there?

    Thanks.

    Thread Starter androbourne

    (@androbourne)

    Nothing special. It was just one windows server 2012 running IIS.

    Everything was fine until I updated the plugin. However, I removed it for a few months and came back after there was some plugin updates. It appears fixed now.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Site broken after recent WP and WF Updates’ is closed to new replies.