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.
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
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.