Getting error on my theme. Error showing on header part - wordpress-theming

Hi getting this error.
enter image description here
Notice: Constant DISALLOW_FILE_EDIT already defined in /home/u237757739/domains/dogsshop.in/public_html/wp-config.php on line 85
Is there any solution to fix?

Related

Expected comma or closing bracketjson(517) flutter vsccode

I am working in a JSON file and everything was working well, then suddenly an error showed up: Expected comma or closing bracketjson(517) , I haven't changed anything and also I clicked ctrl+z but it still the same, what is the problem? is it related to another file or the IDE? There is no clue. I appreciate you help.
{
"content":"",
"type":""
}

Got css problem when implementing angular calendar

I'm referred to this thread : all is done.
But I got this bellow the table. It seems that the tag ng-template is not working correctly.
The problem was a css issue. I got as warning:
the stylesheet could not be loaded.
https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/less/normalize.less
Also after clicking on the start date input text: I am getting this error:
ERROR DOMException: CSSStyleSheet.cssRules getter: Not allowed to
access cross-origin stylesheet
I can't figure it out. I don't now what I missed.
Could you please help me solving that issue?.
Thanks in advance.
it seems that you have to add the import #import '../node_modules/flatpickr/dist/flatpickr.min.css'; to your css file.
HTH.

mat-select-search is not a known element

I am using this stackblitz to create mat-select. I copied the whole code including the mat-select folder and module. The whole code compiles perfectly without any error or issues. However, during page rendering time the code breaks and I get error Unexpected directive 'MatSelectSearchComponent' imported by the module 'AngularMaterialModule'. Please add a #NgModule annotation.
In the main HTML page where I am trying to use the mat-select there on mat-select-search tag, I am getting an error that mat-select-search is not a known element.
Although the code compiles without any error.
I tried importing mat-select-searchmodule in layout.component.ts then I am getting the below error
Type MatSelectSearchComponent is part of the declarations of 2 modules: MatSelectSearchModule and InsertModule! Please consider moving MatSelectSearchComponent to a higher module that imports MatSelectSearchModule and InsertModule.

Error posting images from web pages using #Url.Content in MVC

I'm trying to allow users to edit my database by adding images from websites (posting the URL links into a field using the edit view), when trying to deploy my MVC project, I got an error that says a different row in my table cannot be null, it wasn't null, but when I removed this line of code that would present the image on the page, the error went away:
<img src="#Url.Content(item.Picture)" height="100" />
This is the line of code the error pointed out:
#Html.DisplayFor(m => item.Founder)

ERROR: Gateway Timeout on tumblr trying to put widget in the caption. Can be fixed?

I have a problem with Imacros and widget on tumblr. I'm trying to put a widget in the caption of some posts. Basically the widget is 4 columns 1 row. 100px width and 80 height.
Put it on my hosting, shorting url with goo.gl and put it inside a widget in the caption. This widget:
<iframe
frameborder="0"
height="95"
scrolling="no"
src="my widget shorten url"
width="435"
/iframe>
Bu when I run the macro got this error message inside the caption:
ERROR: Gateway Timeout
While trying to retrieve the URL http://www.example.com/widget.html:
Connection timed out
Your cache administrator is webmaster. Generated Fri, 04 Oct 2013
17:23:23 GMT by 58.62.43.131 (Mikrotik HttpProxy)
while in the imacros error message I get this:
RuntimeError: Error loading page http://assets.tumblr.com/javascript/tiny_mce_3_4_7/themes/advanced/source_editor.htm?1097 (HTTP status code 504), line 38 (Error code: -933)
but the line in which it states an error occured is irrilevant cause trying many modifies I got the same error message always after closing html window, no matter in which line it was.