Can't start symfony server

Viktor

I'm new to symfony and while following the video tutorial, I ran into the problem. The guy in the video started his server without any problems, but for me, while trying to run php bin/console server:start I get a huge error message. Please bear with me as Im the begginer and thank you for all the help.

Error I get

tkausl

You're missing the DOM library. As the first comment on Installing/Configuring notices, on some linux-distributions this library is not included in the minimal PHP package.

Certain Linux distributions do not have this extension included in the minimum PHP package. It can usually be found in one of the "optional" php-* packages.

For CentOS, you will need to run "yum install php-xml", which provides this extension.

As this looks like ubuntu, sudo apt-get install php-xml should do the job.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

flask - Server can't start

From Dev

RSelenium, Can't start server

From Dev

Foreverjs can't start server

From Dev

Can't start Symfony 2.7 on the localhost

From Dev

JBoss AS 7 and MySQL - Can't start server

From Dev

Can't start the karma server in angular

From Dev

Wamp server can't start (orange icon)

From Dev

Can't start MySQL server for the first time

From Dev

isc-dhcp-server can't start

From Dev

I can't get rails server to start

From Dev

Ruby error, can't start the rails server

From Dev

Can't start MySQL server (database corruption)

From Dev

Can't start Minecraft server in tmux with systemctl

From Dev

SAP Can't start application server

From Dev

Symfony2 can't connect to MySQL server on '192.168.1.50' (113)

From Dev

Symfony2 can't connect to MySQL server on '192.168.1.50' (113)

From Dev

Meteor:Can't start idle monitor until synced to server

From Dev

Why can't I start my gunicorn server? "Connection in use"

From Dev

Can't start Rails Server - Could not find a JavaScript runtime

From Dev

Can't start Rails server with aws-sdk gem

From Dev

Can't start jboss server; NoClassDefFoundError: com/tibco/tibrv/TibrvException

From Dev

TightVNC server on ubuntu can't start with `vncconfig: not found`

From Dev

Can't start GlassFish server - The module has not been deployed

From Dev

Can't start jboss server; NoClassDefFoundError: com/tibco/tibrv/TibrvException

From Dev

aerospike server can't start with unrecognized service information

From Dev

Can't start Rails server! "getaddrinfo: Name or service not known (SocketError)"

From Dev

Can't Start Nginx: "server" directive is not allowed here

From Dev

Can't start mysql server after update on Ubuntu 16.04

From Dev

Ambari server can not start

Related Related

  1. 1

    flask - Server can't start

  2. 2

    RSelenium, Can't start server

  3. 3

    Foreverjs can't start server

  4. 4

    Can't start Symfony 2.7 on the localhost

  5. 5

    JBoss AS 7 and MySQL - Can't start server

  6. 6

    Can't start the karma server in angular

  7. 7

    Wamp server can't start (orange icon)

  8. 8

    Can't start MySQL server for the first time

  9. 9

    isc-dhcp-server can't start

  10. 10

    I can't get rails server to start

  11. 11

    Ruby error, can't start the rails server

  12. 12

    Can't start MySQL server (database corruption)

  13. 13

    Can't start Minecraft server in tmux with systemctl

  14. 14

    SAP Can't start application server

  15. 15

    Symfony2 can't connect to MySQL server on '192.168.1.50' (113)

  16. 16

    Symfony2 can't connect to MySQL server on '192.168.1.50' (113)

  17. 17

    Meteor:Can't start idle monitor until synced to server

  18. 18

    Why can't I start my gunicorn server? "Connection in use"

  19. 19

    Can't start Rails Server - Could not find a JavaScript runtime

  20. 20

    Can't start Rails server with aws-sdk gem

  21. 21

    Can't start jboss server; NoClassDefFoundError: com/tibco/tibrv/TibrvException

  22. 22

    TightVNC server on ubuntu can't start with `vncconfig: not found`

  23. 23

    Can't start GlassFish server - The module has not been deployed

  24. 24

    Can't start jboss server; NoClassDefFoundError: com/tibco/tibrv/TibrvException

  25. 25

    aerospike server can't start with unrecognized service information

  26. 26

    Can't start Rails server! "getaddrinfo: Name or service not known (SocketError)"

  27. 27

    Can't Start Nginx: "server" directive is not allowed here

  28. 28

    Can't start mysql server after update on Ubuntu 16.04

  29. 29

    Ambari server can not start

HotTag

Archive