Warchamp7
Active member
I suddenly have this error showing on my normal pages and even admin pages
It's coming from this rule
/** Error output **/
body:before
{
background-color: #ccc;
color: black;
font-weight: bold;
display: block;
padding: 10px;
margin: 10px;
border: solid 1px #aaa;
-webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;
content: 'CSS Error: PHP: ';
}
and I have no idea why
Edit: I found this post
I attempted this and it didn't solve the issue.
What does "the PHP code output something somewhere." mean?
It's coming from this rule
/** Error output **/
body:before
{
background-color: #ccc;
color: black;
font-weight: bold;
display: block;
padding: 10px;
margin: 10px;
border: solid 1px #aaa;
-webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;
content: 'CSS Error: PHP: ';
}
and I have no idea why
Edit: I found this post
That would indicate the PHP code output something somewhere. Try rebuilding the master data via <url>/install/. If that doesn't help, you will likely need to look at disabling add-ons to see if that changes it.
I attempted this and it didn't solve the issue.
What does "the PHP code output something somewhere." mean?
Last edited: