Creating A Multivendor On Dev Local On Xamp

im trying to make a local dev, i bring the original DB, and i've imported to my local mysql, so that is ok, but when i'm trying to go to 127.0.0.1 have a warning php

PHP Warning

Message

include(/home/********/html/app/addons/seo/schemas/seo/objects.php): failed to open stream: No such file or directory

Error at

C:\var\www\html\app\functions\fn.common.php, line: 2106

most of them are related to the same problem

then my local.config db conneccion its ok

/*

* Database connection options
*/
$config['db_host'] = '127.0.0.1';
$config['db_name'] = '**********;
$config['db_user'] = 'root';
$config['db_password'] = '********';