Initially, I thought I had a problem with loading libraries due to using Modular Extensions inside Codeigniter.
However I have discovered even with a clean install o
Working code;
$config['sess_save_path'] = sys_get_temp_dir();
This allows to execute the script.