Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
DB を読み取った後にグラフを挿入しようとしています。
問題は、次のエラーが発生することです。
jpgraph フォルダーのアクセス許可を変更しようとしましたが、成功しませんでした。私のローカル コンピューターでは正常に動作していますが、サーバーに入るとこのエラーが表示されます。
私は何を間違っていますか?
サーバーに実際に必要なフォント ファイルがあることを確認しましたか? ls -l /usr/share/fonts/truetype/verdanab.ttfサーバーで試して確認してください。おそらく、corefonts というフォント パッケージが必要です。を通じて利用可能なdebianでapt-get install ttf-mscorefonts-installer。
ls -l /usr/share/fonts/truetype/verdanab.ttf
apt-get install ttf-mscorefonts-installer