News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

session_start (): error

Started by tarantula901, May 12, 2020, 06:29:43 AM

Previous topic - Next topic

tarantula901

I get an error like this in the error messages section

What could be the reason for this?

Güncel SMF Sürümü: SMF 2.0.17
GD sürümü: bundled (2.1.0 compatible)
Veritabanı Sunucu Adresi: Percona
MySQL sürümü: 5.6.41-84.1-log
PHP: 5.6.40
Sunucu Sürümü: Apache

8: session_start(): ps_files_cleanup_dir: opendir(/var/cpanel/php/sessions/ea-php56) failed: Permission denied (13)Filtreyi Uygula: Sadece bu dosyaya ait hataları gösterDosya: /home/xxx/public_html/xxxx.com/Sources/Load.php
Satır: 2837


Load:

2829: if (empty($modSettings['databaseSession_enable']) && !empty($modSettings['cache_enable']) && php_sapi_name() != 'cli')
2830: {
2831: if (function_exists('mmcache_set_session_handlers'))
2832: mmcache_set_session_handlers();
2833: elseif (function_exists('eaccelerator_set_session_handlers'))
2834: eaccelerator_set_session_handlers();
2835: }
2836:
==>2837: session_start();
2838:
2839: // Change it so the cache settings are a little looser than default.
2840: if (!empty($modSettings['databaseSession_loose']))
2841: header('Cache-Control: private');
2842: }



Arantor

Means your host has not set things up properly. Ask them.
Holder of controversial views, all of which my own.



Advertisement: