Opencart Quick Install No Formatting (Not loading CSS)

Hestia Control Panel: v1.5.10
Operating System:Ubuntu 20.04 (aarch64)
Default Install (no changes made)
OpenCart Quick Install

As a side note: Wordpress Quick Install and NextCloud Quick Install all work perfectly.

Hello, I installed OpenCart and it renders without any formatting. See:

Tried to set different php versions to see if that was the problem, but to no avail.

There are no error logs present.

Can anyone provide some insight?

Nginx standalone?

Hi @eris. No, its a standard Hestiacp install.

Oh and I am on the latest Hestia Install on Ubuntu 20.04 LTS

Here are my advanced settings:

Looks like your css doesnt get loaded properly, do you have anything in your weblog (/home/user/web/domain.tld/logs)?

I just have access logs, no error logs.

Is SSL enabled?

Yes it is @eris

Will do some testing if I have time…

1 Like

I found the problem. Google chrome was blocking mixed content.

In config.php the line:

// HTTPS
define('HTTPS_SERVER', 'http://yourdomain.com/');

needs to be changed to:

// HTTPS
define('HTTPS_SERVER', 'https://yourdomain.com/');

Is this an install script bug and if so do you want me to create an issue on GitHub? @eris @Raphael

Yes go ahead

Here is the bug report: [BUG] Opencart Quick Install No Formatting (Not loading CSS) · Issue #2468 · hestiacp/hestiacp · GitHub

I noticed…

See my comments…

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.