• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.
  • Chevereto Support CLST

    Support response

    Support checklist

    • ⚠️ Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • ✅ Confirm that the server meets the System Requirements
    • 🔥 Check for any available Hotfix - your issue could be already reported/fixed
    • 📚 Read documentation - It will be required to Debug and understand Errors for a faster support response

V4 / stylesheet and script tags point to "physical" path (not URL)

Version
V4.0.5
Website URL
https://service.schultz.ch/gallery4
PHP version
PHP 8.0.10
Database driver
MariaDB
Database version
10.6.8
Web browser
firefox (latest)

schultz-it-solutions

Chevereto Member
*️⃣ Must open one ticket per issue. If you are experiencing multiple issues don't hesitate to create multiple tickets for each issue.

▶ Reproduction steps
  1. Install V4 in subdirectory on Windows server
  2. update HOSTNAME_PATH to use subdirectory
  3. configure database connection (successful)
😢 Unexpected result

Install page does not render correctly

📃 Error log message

none


Details:
The /install page does show up, however without any styling.
Looking at the source code of that page, I see that all links to CSS files, Javascripts, and references to images (favicon, "meta og:image", ...) do reference the physical path to that resource, rather than the URI (see attachment).

I suspect this has to do with the WINDOWS (server) environment I use.

Any ideas how I can fix this issue (environment variable or ...)

Kind regards
Ruediger Schultz


N.B: I am reverting back to PHP 7.4 and Chevereto 3 for the time being, so you cannot visit this site without me changing this again...
 

Attachments

  • 2022-12-11_12-08-59.png
    2022-12-11_12-08-59.png
    99.8 KB · Views: 17
Chevereto V4 self-reference all URIs, it chops the hostname from the URLs when it has to do that. The full path you see for some resources is because these are assets, which follow the asset configuration.
 
Back
Top