English 中文(简体)
4. 诗歌1.4. 对行政失败的背书
原标题:Symfony 1.4 Backend app for admin fail on Prod environment

在我的发展中环境中,我的工作十分出色,但环境却不幸地失败。 具体来说,出现了一系列问题:

  1. 它无法阅读假名/网站/sf/目录,因此没有装上所需的图像,因为它称该项目已经成功建立。 然而,在前线我看来,问题比表面上更严重。

  2. 虽然它装上了行政网页,但是这些单体并没有装上,尽管行政上有网页/目录。

I did an inspect element and the problem seems to be this, instead of routing to /web/css or /sfDoctrinePlugin or /web/js it prefixes the name of the app [controlcenter in my case] to everything, essentially rendering the HTML as: href = "/controlcenter/web/css" or href = "/controlcenter/js" or href = "/controlcenter/js" . And this does not happen at all on my dev environment and things render the way they do.

Fixits anyone?

问题回答

这是我完全rid笑的。 我只是试图控制cent子/摩.,这基本上使大多数人得到支持。

本案的索引文件是控制中心.php,在查阅该索引后,我获得网站,以便使其达到应有的程度。 混淆人的生活。 希望有人自己放弃,亲眼看到答案。

I should set up defaults in my routing.yml so that it automatically redirects without me having to type controlcenter.php Thanks





相关问题
Django - update a model won t delete the old FileField

I am implementing an application with django, which has a model with a FileField: class Slideshow(models.Model): name = models.CharField(max_length=30,unique=True) thumbnail = models....

SQL Server 2005 DBA Learning Resource

So I have some experience with Microsoft Access, building database apps for people, vba, etc for different folks at work....different divisions. And I have actually learned a lot in that realm......

using properties in Django Admin

I have a model with field defined as p = models.DecimalField(max_digits=12, decimal_places=6) But the decimal_places=6 is only for internal accuracy. I only want 2 decimal_places to show up in the ...

Magento product images new option

Hey guys, how do i add one more option to product image list? like Exclude & Remove checkboxes

App Engine Authentication Error

I have an app hosted by google app engine, and I am having trouble with authentication. When I login using my admin account and try to access the admin page or members pages, I just get a blank ...

热门标签