我是symfony框架的新手。在localhost中下载完整项目时遇到以下错误,但它在服务器中有效。
致命错误:Class' Symfony \ Bridge \ Doctrine \ ManagerRegistry'未找到 在D:\ wamp \ www \ DOFE \ edin \ vendor \ doctrine \ doctrine-bundle \ Registry.php 在第28行
提前致谢。
答案 0 :(得分:0)
您可能希望执行from pptx.dml.color import RGBColor
# cell is a table cell
# set fill type to solid color first
cell.fill.solid()
# set foreground (fill) color to a specific RGB color
cell.fill.fore_color.rgb = RGBColor(0xFB, 0x8F, 0x00)
以强制编辑器为您的应用重新生成自动加载名称空间。
关于您的评论,如果您收到此消息,则表示您处于产品状态,您应切换到开发环境以获取有关错误的详细信息(访问symfony探查器)。
只需在网址中的主机后添加app_dev.php。