Error editing tags
serdo please copy the full error message from the log file or with debug mode enabled https://docs.flarum.org/troubleshoot
Please include your php flarum info
output.
clarkwinkelmann error_log
[02-Nov-2024 15:31:28 Europe/Istanbul] PHP Fatal error: Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.2.0". You are running 7.4.33. in /home//public_html/vendor/composer/platform_check.php on line 24
[02-Nov-2024 15:32:12 Europe/Istanbul] PHP Fatal error: Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.2.0". You are running 7.4.33. in /home//public_html/vendor/composer/platform_check.php on line 24
[02-Nov-2024 12:36:30 UTC] PHP Fatal error: Out of memory (allocated 94371840 bytes) (tried to allocate 8192 bytes) in /home/***/public_html/vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php on line 115
u use varnishCache or PageSpeed?
Can you increase your php memory limit and try again? (*php hafıza limitinizi yükseltin)
serdo Just to be sure—it's been suggested before, but I couldn't tell if you actually increased the PHP memory_limit
.
In your PHP settings, you could try:
- In
php.ini
:memory_limit = 256M
- Maybe in
.htaccess
:php_value memory_limit 256M
- Or with
ini_set
:ini_set('memory_limit', '256M');
If the issue persists, you might want to contact your hosting provider.
Turkish:
Emin olmak için soruyorum. Daha öncede söylenmiş fakat php memory_limit'i arttırdınız mı anlayamadım.
php ayarlarında php.ini dosyasında: memory_limit = 256M
belki .htaccess dosyasında: php_value memory_limit 256M
belki de ini_set ile: ini_set('memory_limit', '256M');
bunu yapabilirsin. Eğer hala sorun devam ederse hosting firmasıyla görüşebilirsin.
huseyinfiliz php.ini
max_execution_time = 300
max_input_time = 300
max_input_vars = 10000
memory_limit = 10G
post_max_size = 1G
.htaccess
php_flag display_errors Off
php_value max_execution_time 300
php_value max_input_time 300
php_value max_input_vars 10000
php_value memory_limit 10G
php_value post_max_size 1G
php_value session.gc_maxlifetime 1440
php_value session.save_path "/var/cpanel/php/sessions/ea-php83"
php_value upload_max_filesize 1G
php_flag zlib.output_compression Off