htmly icon indicating copy to clipboard operation
htmly copied to clipboard

new Install white page no theme

Open riaanp78 opened this issue 1 year ago • 7 comments

Don't know if this is a bug or a missing step in the documentation, but after the online installer saves the config and I refresh the page the page shows basic html without any themes. Almost like it is not finding it.

Just want to point out again that this is a initial install, nothing else has been done yet (no changes made expect the online installer)

php version: 8.2 nginx Debian 12

riaanp78 avatar May 13 '24 14:05 riaanp78

Hello,

Please install php-fpm, php-mbstring, php-xml, php-common, php-cli, php-curl, php-zip, and php-intl.

Example nginx configuration

danpros avatar May 13 '24 16:05 danpros

I was missing this package from your list: php-curl, still only a white screen instead of theme.

image

riaanp78 avatar May 14 '24 08:05 riaanp78

info.pdf

If it helps. I created a php info pdf to show all the modules.

riaanp78 avatar May 14 '24 08:05 riaanp78

Seems the CSS not loaded, please check the server error log. Is this visiting the site using https URL? if yes make sure the site url in admin also using the https and not just http.

danpros avatar May 14 '24 09:05 danpros

Server log has no 404 errors. I was testing it on LAN without https .e.g http://192.168.1.101:8080/.

riaanp78 avatar May 14 '24 09:05 riaanp78

It doesn't have to be an error 404, it can be another error message related to theme resources. Try to visiting the CSS file using the browser. Example:

https://www.htmly.com/themes/htmly/assets/css/bootstrap.min.css

danpros avatar May 14 '24 09:05 danpros

I got a 404 error when i tried to access the CSS directly. let me try something first. Could be my PHP install is not working 100%, will install wordpress or any other PHP based application and check quick.

riaanp78 avatar May 15 '24 07:05 riaanp78

You seem to have access error for direct files and resources. That is why the theme or anything else is not loading. Do a clean install after a system reboot. See what happens.

vdbhb59 avatar May 19 '24 18:05 vdbhb59