
opencart web sitemde 500 hataso
8
●112
- 16-09-2023, 09:32:56Hocam milyon tane sebebi olabilir. Önce hatayı tespit etmek lazım.whmsonicdestek adlı üyeden alıntı: mesajı görüntüle
Kardeşim config.php dosyasının en üstüne <? nın altına
ini_set('display_errors', 1); ini_set('display_startup_errors',1); error_reporting(E_ALL);kodlarını yapıştır. - 16-09-2023, 09:33:11php sürümü kaç olması gerekiyor natronun windows hostingini kullanıyorum plesk panel web config çalışıyor.whmsonicdestek adlı üyeden alıntı: mesajı görüntüle
- 16-09-2023, 09:39:57mehdnz adlı üyeden alıntı: mesajı görüntüle
emin olun tam bilgim yok bu arıza benim bildiğim bu iki değişimden oluyor ayrıca plesk ten sıfır anlarım
- 16-09-2023, 10:08:32php versiyonu7.2 yaptım böyle bir hata verdi httpdocscorevendorcomposerplatform_check.php on line 24ycanturk adlı üyeden alıntı: mesajı görüntüle
- 16-09-2023, 10:10:03hatayı verdiği kod 24.satır burada nasıl bir işlem yapmam gerekiyor
<?php // platform_check.php @generated by Composer $issues = array(); if (!(PHP_VERSION_ID >= 80002)) { $issues[] = 'Your Composer dependencies require a PHP version ">= 8.0.2". You are running ' . PHP_VERSION . '.'; } if ($issues) { if (!headers_sent()) { header('HTTP/1.1 500 Internal Server Error'); } if (!ini_get('display_errors')) { if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') { fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(PHP_EOL, $issues) . PHP_EOL.PHP_EOL); } elseif (!headers_sent()) { echo 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . str_replace('You are running '.PHP_VERSION.'.', '', implode(PHP_EOL, $issues)) . PHP_EOL.PHP_EOL; } } trigger_error( 'Composer detected issues in your platform: ' . implode(' ', $issues), E_USER_ERROR ); }