kirilkirkov / Ecommerce-CodeIgniter-Bootstrap

Responsive, Multi-Vendor, MultiLanguage Online Store Platform (shopping cart solution)
MIT License
1.28k stars 944 forks source link

session_start(): Failed to initialize storage module #208

Closed SNOWGUM closed 3 years ago

SNOWGUM commented 3 years ago

Hey, just set this up today and keep getting this error? I've tried 2 times now and it won't go away 😢

A PHP Error was encountered
Severity: Warning

Message: session_start(): Failed to initialize storage module: user (path: C:\windows\temp)

Filename: Session/Session.php

Line Number: 143

Backtrace:

File: C:\Sites\Matthew\public_html\application\third_party\MX\Loader.php
Line: 173
Function: _ci_load_library

File: C:\Sites\Matthew\public_html\application\third_party\MX\Loader.php
Line: 190
Function: library

File: C:\Sites\Matthew\public_html\application\third_party\MX\Loader.php
Line: 153
Function: libraries

File: C:\Sites\Matthew\public_html\application\third_party\MX\Loader.php
Line: 65
Function: initialize

File: C:\Sites\Matthew\public_html\application\third_party\MX\Base.php
Line: 55
Function: __construct

File: C:\Sites\Matthew\public_html\application\third_party\MX\Base.php
Line: 60
Function: __construct

File: C:\Sites\Matthew\public_html\application\third_party\MX\Controller.php
Line: 4
Function: require

File: C:\Sites\Matthew\public_html\application\third_party\MX\Modules.php
Line: 123
Function: include_once

File: C:\Sites\Matthew\public_html\application\core\MY_Controller.php
Line: 3
Function: spl_autoload_call

File: C:\Sites\Matthew\public_html\index.php
Line: 292
Function: require_once
SNOWGUM commented 3 years ago

Oh. nevermind... It was a problem with my server, just needed to give windows\temp read/write permission? Idfk why...