Edit File: php.ini
[PHP] error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT log_errors = On error_log = "/var/installatron/logs/error_log" display_errors = Off date.timezone = "America/Denver" max_execution_time = 0 max_input_time = 0 memory_limit = 768M post_max_size = 8M cgi.fix_pathinfo=1 magic_quotes_gpc = Off magic_quotes_runtime = Off magic_quotes_sybase = Off safe_mode = Off enable_dl = On extension_dir = "/usr/local/cpanel/3rdparty/php/72/lib/extensions/no-debug-non-zts-20170718/" zend_extension = "/usr/local/installatron/lib/ioncube_loader_lin_7.2.so" ;;;;;;;;;;;;;;;;;;;;;; ; Dynamic Extensions ; ;;;;;;;;;;;;;;;;;;;;;; ; ; If you wish to have an extension loaded automatically, use the following ; syntax: ; ; extension=modulename.extension ; ; For example, on Windows: ; ; extension=msql.dll ; ; ... or under UNIX: ; ; extension=msql.so ; ; Note that it should be the name of the module only; no directory information ; needs to go here. Specify the location of the extension with the ; extension_dir directive above. ; End
Back to File Manager