PHP:Installasi: Difference between revisions

No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 5: Line 5:
  PHP message: PHP Fatal error:  Uncaught Error: Call to undefined function xml_parser_create()
  PHP message: PHP Fatal error:  Uncaught Error: Call to undefined function xml_parser_create()


*Memasang ekstensi PHP ini memastikan CMS Anda berjalan dengan lancar. Sekarang mulai php7.4-fpm.
Memasang ekstensi PHP ini memastikan CMS Anda berjalan dengan lancar. Sekarang mulai php7.4-fpm.
  sudo systemctl start php7.4-fpm
  sudo systemctl start php7.4-fpm


*Enable auto-start at boot time.
Enable auto-start at boot time.
  sudo systemctl enable php7.4-fpm
  sudo systemctl enable php7.4-fpm


*Cek status
Cek status
  systemctl status php7.4-fpm
  systemctl status php7.4-fpm