Making Changes to the php.ini file
- vi /var/www/logs/php.ini
You will need to edit your php.ini file to ensure you have a few settings set.
vi /var/www/logs/php.ini
Make sure you have the following settings.
extension=midgard.so
file_uploads=on
short_open_tag=on.