After upgrading to latest 3.2.4 version I can't configure the module from admin as it's displaying two php error messages ... the

"Warning: main(/home/seasonbr/theoutletseason-www/electronics/includes/extra_datafiles/ceon_uri_mapping_config.php' "

As this line requires this file to be present in includes/extra_datafiles/
in the admin

PHP Code:
require_once(DIR_FS_CATALOG DIR_WS_INCLUDES 'extra_datafiles/ceon_uri_mapping_config.php'); 
and it's not there is kind of confusing because I reviewed the package and that file is where it supposed to be, and not within the extra_files subdir ...

So can you please explain it to me?