Topic on Project:Support desk

Problems loading CSS in MediaWiki 1.26.2

3
147.147.58.155 (talkcontribs)

Hi all,


Running MediaWiki 1.26.2 hosted by bluehost. In the past month the site has stopped loading its stylesheet. at www.streetwriters.org


i've looked at: Manual:Errors and symptoms#The wiki appears without styles applied and images are missing & Manual:Load.php and my updated htaccess is:


RewriteEngine On

RewriteCond %{HTTP_HOST} ^(www.)?streetwriters.org$

RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$

RewriteCond %{REQUEST_URI} !^/\.well-known/cpanel-dcv/[0-9a-zA-Z_-]+$

RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/(?:\ Ballot169)?

RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$

RewriteRule ^(/)?$ wiki [L]

RewriteCond %{REQUEST_FILENAME} -f

RewriteRule (api|load)\.php - [L]

# php -- BEGIN cPanel-generated handler, do not edit

# Set the “ea-php73” package as the default “PHP” programming language.

<IfModule mime_module>

  AddHandler application/x-httpd-ea-php73 .php .php7 .phtml

</IfModule>

# php -- END cPanel-generated handler, do not edit


But the css is still not being pulled in. Any ideas?

Malyacko (talkcontribs)

Also note that 1.26.2 is an ancient, outdated, unsupported MediaWiki version with security vulnerabilities which has been unsupported since 2016. For your own safety, please upgrade. Note that you might have to upgrade PHP for that.

2001:16B8:102F:C600:EDA8:7819:1945:5D8C (talkcontribs)

The load.php file is accessible correctly. I don't think the problem is in your .htaccess file.

However, load.php currently only returns this error message - and this is your problem:

Exception encountered, of type "Error"

Please enable debugging to get more details about the error message!

Reply to "Problems loading CSS in MediaWiki 1.26.2"