Welcome Guest, Not a member yet? Register   Sign In
Fatal error: Class CI_Session_files_driver contains 1 abstract method and must...
#1

Fatal error: Class CI_Session_files_driver contains 1 abstract method and must therefore be declared abstract or implement the remaining methods
sometimes i see this error.
 i set in my php.ini

Code:
[opcache]
;zend_extension=php_opcache.dll
; Determines if Zend OPCache is enabled
opcache.enable=0 

i am using apache2.4 and ci 3.1.8
this error is gone when i restart apache server but  i dont wanna restart apache server, how can i solve this problem?
thanks for support
Reply
#2

upgrade your php version I' am running 7.3.8 with opcache and it runs fine
using file sessions.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#3

(08-26-2019, 02:21 AM)InsiteFX Wrote: upgrade your php version I' am running 7.3.8 with opcache and it runs fine
using file sessions.

thanks for reply but i should use msvc14 compiler version of php  on my project, so php 7.3.8 version doesnot solve my problem
Reply
#4

(08-26-2019, 02:44 AM)makif Wrote: thanks for reply but i should use msvc14 compiler version of php  on my project

Why? Are you compiling PHP yourself?


Msvc 14.10 compiler is officially supported for PHP 7.2 and 7.3
Reply
#5

(08-26-2019, 05:20 AM)dave friend Wrote:
(08-26-2019, 02:44 AM)makif Wrote: thanks for reply but i should use msvc14 compiler version of php  on my project

Why? Are you compiling PHP yourself?


Msvc 14.10 compiler is officially supported for PHP 7.2 and 7.3
yes, i am compiling php friend
Reply




Theme © iAndrew 2016 - Forum software by © MyBB