Skip to content

Quick Solutions

Best Experience

Recent Posts

  • Script in BASH Install Ubuntu 16.04 PHP 5.6
  • Script in BASH Install Ubuntu 16.04 PHP 7.0
  • Include javascript file in chrome console
  • Moodle Script to refresh all courses with default sections
  • Cron Backups for Moodle Db and Moodledata

Categories

  • Apache
  • Errors
  • Git
  • Home
  • Html
  • Javascript
  • Linux
  • Moodle Development
  • My Sql
  • PHP
  • Ubuntu

Pages

  • Contact Us

Tags

  • Apache
  • Browser Cosole
  • Composer
  • Html
  • Javascript Source
  • Moodle
  • Moodle 3.1
  • Moodle 3.3
  • Mysql 5.7
  • mysql 5.7.19
  • PHP
  • PHP 5.6
  • PHP 7.0
  • Ubuntu 16.04

Tag: PHP 7.0

How to change php 7.0 to php 5.6 Ubuntu 16.04

Step 1

Disable php 7.0 in Apache

a2dismod php7.0

Continue reading How to change php 7.0 to php 5.6 Ubuntu 16.04

Posted on 06-08-201707-08-2017Categories Apache, Home, Linux, PHPTags PHP 5.6, PHP 7.0Leave a comment on How to change php 7.0 to php 5.6 Ubuntu 16.04

Configure Upload Max Filesize in PHP.INI

Ubuntu PHP.INI 7.0 location:

 /etc/php/7.0/apache2/php.ini

find and change

post_max_size=20M
upload_max_filesize=20M
Posted on 03-08-201707-08-2017Categories Home, PHP, UbuntuTags PHP, PHP 7.0Leave a comment on Configure Upload Max Filesize in PHP.INI

PHP function to count days in current year

Custom function cal_days_in_year($year)

Continue reading PHP function to count days in current year

Posted on 31-07-201707-08-2017Categories Home, PHPTags PHP 7.02 Comments on PHP function to count days in current year

Ubuntu MOODLE server installation tutorial

This documentation will describes  how to install Moodle 3.* on your virtual server. Install default PHP extensions for Moodle and configure PHP for optimal server work.

Continue reading Ubuntu MOODLE server installation tutorial

Posted on 25-07-201707-08-2017Categories Home, Moodle Development, UbuntuTags Moodle 3.3, Mysql 5.7, PHP 7.0, Ubuntu 16.04Leave a comment on Ubuntu MOODLE server installation tutorial
Proudly powered by WordPress