Upgrade to Moodle 3.2 or 3.3?

Re: Upgrade to Moodle 3.2 or 3.3?

by Rinky Verma -
Number of replies: 0

Hi All,

PLEASE HELP smile

I am struggling to upgrade 3.2.8 version to 3.3.5 (Build: 20180319)

I am having two major issues to be checked php_extension - fileinfo and Opcache.enable.

php_extension fileinfo Check
php_setting opcache.enable

The hosting servers are Linux.


Another issues are:

slasharguments
unsupported_db_table_row_format
mysql_full_unicode_support
site not https

This last https issue could not be stopper for 3.2 to 3.3 upgrade????

I have checked php.ini and it has both the settings done.

php.ini has been placed under root of our hosting main folder - at the level of public_html.

I called hosting company and asked them to about php.ini changes they mentioned that php.ini in our folder is the right one and we can manage it. Also they said extensions are required for windows server hosting for Linux server hosting it should be issue.


Howver here is my php.ini --- all the extensions, i have inserted but i think i will remove them later.

[opcache]

opcache.enable = 1


opcache.memory_consumption = 64
opcache.max_accelerated_files = 8000
opcache.revalidate_freq = 60

opcache.use_cwd = 1
opcache.validate_timestamps = 1
opcache.save_comments = 1
opcache.enable_file_override = 0
extension=php_intl.dll

extension=php_fileinfo.dll

extension=php_curl.dll

extension=php_gd2.dll
extension=php_gettext.dll
extension=php_imap.dll
extension=php_ldap.dll
extension=php_mbstring.dll
extension=php_exif.dll
extension=php_mysql.dll
extension=php_mysqli.dll
extension=php_openssl.dll
extension=php_pdo_mssql.dll
extension=php_pdo_mysql.dll
extension=php_soap.dll
extension=php_sockets.dll
extension=php_sqlite.dll
extension=php_xmlrpc.dll
extension=php_zip.dll
[intl]
intl.default_locale = en_utf8
intl.error_level=E_WARNING