Problems with url in symfony - symfony

I'm not sure where it comes this bug but now if I try to load my project in the browser with this url "http://localhost:8000" appears just a blank page. I tried to put a die("message") in the first line of app.php and also in the app_dev.php but nothing happens. It's like is not loading these files.
If I use http://localhost:8000/app.php or http://localhost:8000/app_dev.php it works very well and shows what's suppose to show.
I'm wondering why is this happening now. I'm not sure how to fix this problem. I updated recently from 3.3 to 3.4 but not sure if this is affecting.
Anyone could help me?

https://github.com/symfony/symfony/issues/25515
The problem was updating to 3.4. We will have to wait to a more stable version.

Related

New website won't load with error message HTTP 500.0 and urlscan failed

I am getting following error on a new website created on IIS. I am able to see URL Rewrite deployed on this IIS instance. But the new website is not configured to use it. Please find the screen shot of the error message also attached. I searched across numerous forums and no find. I vaguely remember somehow fixed this issue previously, may be 1 year back or so . Since there is no log of the solution traced anywhere, I am in the same bad situation once gain. Please help me if anybody solved this kind of problem.
Thanks in advance
Praveen
Finally I was able to make out what is going wrong. IIS is adding dependency on URLScan by default when a new website is created, but not sure why. I was able to see this in ISAPI Filters (Please refer attached screen shot). Everything worked fine once I removed URLScan from ISAPI filters.

Plone error: This page does not seem to exist…

I am new to Plone and I just installed version 4.3.5. Everything works fine except for viewing uploaded files (PDF, PNG, Word, Excel, etc). When I click on the file link to view it, I get the following error: This page does not seem to exist…
Does anyone know how to fix this error?
This is a known issue affecting file downloads in Plone 4.3.5. You can downgrade to Plone 4.3.4, or wait for Plone 4.3.6 to be released.
First check basic things...
Checkout the link which is hitting your file is correct or not.
If Link is correct then see your configuration that actually hitting your file class.
If Link is hitting your file then to check its correctly hitting your class debbug it.
just print anything under __call__() method of class.
Another option is to, in your buildout, pin the latest plone.app.blob:
plone.app.blob = 1.5.15

When I try to use grunt serve to view a locally stored web app, the CSS doesn't work. What are the common causes for this?

I think I have installed everything needed and installed it correctly, but I am obviously missing something; or had a misstep somwhere along the line. I am on a Linux and I know for a fact the site works when viewed elsewhere. Here is a screenshot of what I see when I view the site locally: http://imgur.com/yPWcanu What are the common causes for this?
There might be some problems with paths. Open the Chrome development toolbar and check if there's a problem with loading the css files.
You should see them under the "Network" tab after reloading the page.

Symfony 2 - at the welcome page images and styles are loaded but not rendered

I have this weird issue with Symfony 2, right after installation on my VPS. The welcome page is loaded properly except... that some images and some styles are loaded, but not rendered. Can You please help me with solving this mistery?
Hints:
* During the installation, I had a problem with 'data-time zone' - I don't know is that has anything to do with it but... may be it'll be a clue...
Thanx in advance for any advice!
UPDATE:
Things that are not loading properly throws the following messages under the console
Apparently it appeared that it's truly the Apache's installation fault.

symfony 1.4 action does not exist in prod not in dev

I'm completely lost here... Everything works fine in my dev environnement, but, for some reason I have a 404 error "Action "xxx" does not exist when I'm trying to access a module in my prod env.
I don't even know where to search...
Everything is up to date on my server, in the corresponding actions.class file, the corresponding action does exist along with the template...
I've cleared the cache many times...
If someone has an idea, it will be much appreciated !!!
Thanks all
If it works fine with development environment than only one issue that is cache please remove cache folder manually and than try it.
Try to put this code in de settings.yml on your application:
prod:
.settings:
no_script_name: false
and then clear the cache...
I had the same issue, route exists, everything works in dev environment, cache cleared, etc.
What I've not realized is that I had no .htaccess file so obviously the routing system didn't work with Apache.
I requested the help of a colleague and he immediately spotted the missing .htaccess file :-)

Resources