Getting /ASSETS_URL_WEB_FULL/home when starting website within browser bar
Permalink 1 user found helpfulOh, and when I post a reply I get a spinning wheel in black and the dialog looks like it is hung up. Probably not the effect you are looking for on your company website... just sayin...
Is there a live site we could have a look at?
"We think people need to communicate better."
"Things need to work. No software in history has ever been bug free, but you've got a right to expect things to mostly work well. If you're installing some new add-ons on your site, they should do what they said they would, and they certainly shouldn't break your site if it was working before. If you do find bugs, there should be some mechanism to get them addressed."
blah, blah, blah.
Now, how do you recover from this crap?
Here is what I get when I try any URL in our website now: ���
Your system of upgrades and restores needs major work. I hate concrete5.
Sorry to here about the frustration you've been feeling trying to upgrade. I'm going to try a few pointers to get you going in the right direction.
I see that you are getting redirected to "ASSETS_URL_WEB_FULL". There is not actually a concrete5 core constant named that. I searched the source for 5.6.1.2 and 5.4.2.2 and did not see that constant defined or used anywhere. It's likely an addition to your site for some custom functionality. If you remembered how and why that was added, it might help get you sorted out. Or if there was a previous developer who assisted in creating the site, you might want to contact them. The reason you are seeing the string is because in PHP if a constant is not defined and the error level is set below a certain point, that constant actually gets turned into a string.
You said this was located in /concrete/config/base.php
https://github.com/concrete5/concrete5/blob/master/web/concrete/conf...
I am not seeing that constant defined there. I wonder if you have some custom modifications going on in the core concrete5 code in your site? Again, this might be something worth contacting the previous developer about.
Let me know what version you are seeing that constant in so we can determine for sure if your core code has been modified and we'll take it from there.
Best Wishes,
Mike
It has been removed years ago: seehttps://github.com/concrete5/concrete5/commit/3d436f34d8d0ff156f4523...
This is an old constant that doesn't appear to be used in more recent versions.