Trying to loginin to admin getting errors
3 posts by 2 authors in: Forums > CMS Builder
Last Post: February 22, 2024 (RSS)
When i try to login on my cms site I get this error
Warning: session_start(): open(/var/cpanel/php/sessions/ea-php82/sess_5c267d096eb38a169d672d42c67e385f, O_RDWR) failed: No such file or directory (2) in /home1/arsicbro/public_html/cmsAdmin/lib/init.php on line 739 Warning: session_start(): Failed to read session data: files (path: /var/cpanel/php/sessions/ea-php82) in /home1/arsicbro/public_html/cmsAdmin/lib/init.php on line 739 Fatal error: Couldn't start session! ''! in /home1/arsicbro/public_html/cmsAdmin/lib/init.php on line 739
on the http://arsicbros.com/online-proposal-request trows this error
Deprecated: parse_str(): Passing null to parameter #1 ($string) of type string is deprecated in /home1/arsicbro/public_html/cmsAdmin/plugins/permalinks/permalinks_dispatcher.php on line 66 Warning: Cannot modify header information - headers already sent by (output started at /home1/arsicbro/public_html/cmsAdmin/plugins/permalinks/permalinks_dispatcher.php:66) in /home1/arsicbro/public_html/contact.php on line 2
By Dave - February 22, 2024
Hi Robert,
The session_start() issue is a server config issue. Your hosting provider should be able to help resolve it. Try this test script here to recreate it: https://arsicbros.com/_session_test.php
For the parse_str() issue, it looks like you're now on PHP 8.2. Try upgrading the the latest CMS Builder and Permalinks version and see if it still occurs:
interactivetools.com