LoginSignup
0
0

More than 5 years have passed since last update.

a-blog CMSの画面が真っ白な時に確認したいこと

Posted at
  • ioncubeのインストールが正しくできているか
  • php-mysqlのインストールがされているか

ioncubeのインストールが正しくできているか

https://www.ioncube.com/loaders.php にLoader Wizardというものがおいてあるので、これで確認できる。
phpファイルがあってウェブサーバに配置

php-mysqlのインストールができているか

いつもこっちではまる。

$ php --info | grep 'mysql\.'

で出力があればインストールされている

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0