; ============================= ; Custom PHP Configuration File ; For raywonderis.me (Composr CMS) ; ============================= ; Core Settings allow_url_fopen = On log_errors = On display_errors = Off display_startup_errors = Off error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED short_open_tag = On ; Performance & Limits memory_limit = 9000M max_execution_time = 300 max_input_time = 300 ; Upload/File Limits upload_max_filesize = 30G post_max_size = 30G max_file_uploads = 150 file_uploads = On ; Timezone (set appropriately) date.timezone = America/Chicago ; Session Handling session.gc_maxlifetime = 14400 session.save_path = "/var/cpanel/php/sessions/ea-php82" ; OPcache – optional boost [opcache] opcache.enable = 1 opcache.memory_consumption = 256 opcache.max_accelerated_files = 10000 opcache.revalidate_freq = 2 opcache.validate_timestamps = 1 ; Session Handling with Redis session.save_handler = redis session.save_path = "tcp://127.0.0.1:6379" session.gc_maxlifetime = 14400 ; OR for Memcached ; session.save_handler = memcached ; session.save_path = "127.0.0.1:11211" An error has occurred

An error has occurred

PHP WARNING [2] Cannot modify header information - headers already sent by (output started at /home/dom/php.ini:1) in sources/global2.php on line 672 (version: 10.0.51, PHP version: 8.1.32, URL: /data/script.php?keep_theme=RaywonderIsMe&script=custom_globals&theme=RaywonderIsMe)

The staff have been provided a ‘stack trace’ which may help them diagnose the problem.