reply to the previous message
i manuall added these two options in wp-options table via php myadmin by running this query, and now it works
INSERT INTO wp_options
(option_id
, option_name
, option_value
, autoload
) VALUES
(33087740, ‘cf-images-config-written’, ‘1’, ‘no’),
(33087749, ‘cf-images-setup-done’, ‘1’, ‘no’);