Announcement

Collapse
No announcement yet.

Recent problems with PHP scripts

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Recent problems with PHP scripts

    For the past few days several users on different servers have been suffering from an odd issue – their PHP scripts stopped working all of a sudden. After a careful investigation, it turned out that the problem was caused by a recent software update applied to these servers.

    The problem usually manifests itself through error messages for wrong paths to CSS configurations or other files. In order to solve it, add the following line to the php.ini file:

    cgi.fix_pathinfo = 0

    For those of you who don't know what a php.ini file is – this is the file which contains all the settings of the PHP version your account is using. If you are unsure of how to edit this file, contact our support team – they will happily carry out the update for you.
Working...
X