Jump to content
  • Status: Moved to Github

Hello recently I have updated my community to 5.0, but when I try to activate "define('IN_DEV', true);" it doesn't load in my CSS styling. In my console log i'm receiving multiple errors, but I am not able to fix them.
Scherm­afbeelding 2025-03-12 om 16.53.26.png

User Feedback

Recommended Comments

teraßyte

Clients

IN_DEV mode loads the data from different locations/files (js, CSS, templates, etc) and requires uploading a separate zip package with the extra files.

You really shouldn't enable it on a production site. If you need it, setup a test site somewhere else not accessible by everyone (either locally or behind a htaccess check maybe).

teraßyte

Clients

Those URLs are correct for IN_DEV, but my guess it that the URL is too long and your server stops it from loading the content.

I've seen it happen sometimes and you must increase a URL length variable (which I don't recall the name of right now).

Thomas Hop

Clients

This sadly did not work. It's still not loading in the styling of the website in debug mode even though I have added this:

  •  LimitRequestFieldSize 16384

  • LimitRequestLine 10000
     
     

teraßyte

Clients

What error do you get when you try to open that link yourself in the browser? I'd try myself but I'm locked out by an htaccess password request.

Thomas Hop

Clients

This is the error which i'm getting when I open the link in the browser. Thanks for taking the time to to take a look.
Scherm­afbeelding 2025-03-17 om 09.02.27.png

Thomas Hop

Clients

Also when I try to navigate to "Applications" in the admin panel, I get this error.

Scherm­afbeelding 2025-03-18 om 10.18.55.png

Thomas Hop

Clients

I have managed to fix the CSS issues, but the issue where the array key "application_title" in undefined still persists.