XF 2.1 Style or stylesheet went missing??

You will need to contact your host as it is a server issue.

If you didn't make any changes prior to the issue starting, then it's something they changed.

1579996988830.webp
 
Ok so my host said they upgraded to PHP 7.2. How do I set up the forum to be running on that the best way? They said I can put it back to 5 but it is unsafe.
 
Very helpful link to install/re-install add-ons.
 
I paid so much money to run with this forum and all I get is problems one after another. It is extremly complex solution while it has easy interface. I tried now to unistall plugins, clear out, reinstall the solution, changed back to PHP 5.6 - nothing is working. This is so frustrating.
 
Alright guys - I was on this case all day today and finally I was able to get somewhere. I now run on 7.4 and had to upload the full upgrade zip to the server and run the admin. Now the only error that I experience is server errors such as:

Can someone please assist?


Code:
    ErrorException: [E_WARNING] Cannot modify header information - headers already sent by (output started at /home/sunsetbe/public_html/css.php:1) src/XF/Http/Response.php:386

    Generated by: Unknown account Jan 27, 2020 at 7:11 PM

Code:
Stack trace

#0 [internal function]: XF::handlePhpError(2, '[E_WARNING] Can...', '/home/sunsetbe/...', 386, Array)
#1 src/XF/Http/Response.php(386): header('X-Frame-Options...', false)
#2 src/XF/Http/Response.php(283): XF\Http\Response->sendHeaders()
#3 css.php(40): XF\Http\Response->send(Object(XF\Http\Request))
#4 {main}

Code:
Request state

array(4) {
  ["url"] => string(140) "/css.php?css=public%3Anormalize.css%2Cpublic%3Acore.less%2Cpublic%3Aapp.less&s=1&l=1&d=1580170182&k=9850cb2f48e47893784bc95a659dff0aed21c3b5"
  ["referrer"] => string(50) "https://sunsetbeachonline.com/help/privacy-policy/"
  ["_GET"] => array(5) {
    ["css"] => string(53) "public:normalize.css,public:core.less,public:app.less"
    ["s"] => string(1) "1"
    ["l"] => string(1) "1"
    ["d"] => string(10) "1580170182"
    ["k"] => string(40) "9850cb2f48e47893784bc95a659dff0aed21c3b5"
  }
  ["_POST"] => array(0) {
  }
}
 
Is that error still occurring? The style-sheet seems to load fine when I visit it.

For what it's worth, your extra.css file is linked relative rather than absolute, so it won't load on most pages. You should change it to /extra.css (or better yet, move the rules to your extra.less template), or contact your style designer to fix it if you're unfamiliar.
 
Back
Top Bottom