Search code examples
phpcodeignitercentos7dompdf

Dompdf in local and vps?


I have tried installing dompdf on laragon windows, it is already running normally.

this is my localhost specification

-Laragon php 7.2.19
-normal phpmodule by laragon
-install dompdf 0.8.3 using composer

Then I moved all my projects to vps, and dompdf could not be run when I open it it says 404

this is my VPS specification

  • Centos7
  • Apache
  • php 7.2.25

I tried installing the dom and mbstring modules, but it still doesn't work

is this wrong about the settings in my codeigniter (but I run locally its fine) or php on my vps that has problems

Please help


Solution

  • My problem wass in Mbstring.

    bcs in centos Mbstring is autodisable after install php at centos.

    Lookup if Mbstring got disabled in centos.