[已解决]安装fecmall2.11.1不安装测试数据报错this domain is not config in store service, you must config it in admin store config

bug问题 · johocn · 于 3年前 发布 · 1228 次阅读

安装2.11.1不安装测试数据报错this domain is not config in store service, you must config it in admin store config 访问后台进行store config配置,结果访问不了,立刻蒙了话费时间解决如下:

1、访问http://appadmin.fecshoptest.com/ 时,系统会自动跳转到http://appadmin.fecshoptest.com/fecadmin/login/index 并且报错:

Not Found The requested URL /fecadmin/login/index was not found on this server. 这时,在C:\Bitnami\apps\fecshop\appadmin\web中是没有fecadmin子目录的。

原因是安装目录/appadmin/web/.htaccess 文件为空或没有这个文件,新建文件并添加如下内容

<IfModule mod_rewrite.c>  
RewriteEngine On  
RewriteCond %{REQUEST_FILENAME} !-d  
RewriteCond %{REQUEST_FILENAME} !-f  
RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L]  
</IfModule>

2、登录后台配置store config 或 将下列数据插入表试试:注意 '前台域名.com','手机html5.com'换成你自己的


INSERT INTO `store_domain` (`id`, `key`, `app_name`, `lang`, `lang_name`, `local_theme_dir`, `third_theme_dir`, `currency`, `mobile_enable`, `mobile_condition`, `mobile_redirect_domain`, `mobile_https_enable`, `mobile_type`, `facebook_login_app_id`, `facebook_login_app_secret`, `google_login_client_id`, `google_login_client_secret`, `https_enable`, `sitemap_dir`, `created_at`, `updated_at`, `status`) VALUES
(1, '前台域名.com', 'appfront', 'zh-CN', '中文', '@appfront/theme/terry/theme01', '', 'CNY', 1, 'phone,tablet', 'apphtml5.com', 2, 'apphtml5', '108618299786621', '420b56da4f4664a4d1065a1d31e5ec73', '380372364773-qdj1seag9bh2n0pgrhcv2r5uoc58ltp3.apps.googleusercontent.com', 'ei8RaoCDoAlIeh1nHYm0rrwO', 2, '@appfront/web/sitemap.xml', 1563859952, 1615028669, 1),
(2, 'fecshop.appfront.fancyecommerce.com/fr', 'appfront', 'fr-FR', 'Français', '@appfront/theme/terry/theme01', '', 'EUR', 1, 'phone,tablet', 'fecshop.apphtml5.fancyecommerce.com/fr', 2, 'apphtml5', '108618299786621', '420b56da4f4664a4d1065a1d31e5ec73', '380372364773-qdj1seag9bh2n0pgrhcv2r5uoc58ltp3.apps.googleusercontent.com', 'ei8RaoCDoAlIeh1nHYm0rrwO', 2, '@appfront/web/fr/sitemap.xml', 1563860495, 1564550808, 2),
(3, 'fecshop.appfront.es.fancyecommerce.com', 'appfront', 'es-ES', 'Español', '@appfront/theme/terry/theme01', '@fectfurnilife/appfront/theme/furnilife', 'EUR', 1, 'phone,tablet', 'fecshop.apphtml5.es.fancyecommerce.com', 2, 'apphtml5', '108618299786621', '420b56da4f4664a4d1065a1d31e5ec73', '380372364773-qdj1seag9bh2n0pgrhcv2r5uoc58ltp3.apps.googleusercontent.com', 'ei8RaoCDoAlIeh1nHYm0rrwO', 2, '@appfront/web/sitemap_es.xml', 1563861090, 1564550853, 2),
(4, 'fecshop.appfront.fancyecommerce.com/cn', 'appfront', 'zh-CN', '中文', '@appfront/theme/terry/theme01', '', 'CNY', 1, 'phone,tablet', 'demo.fancyecommerce.com', 2, 'appserver', '108618299786621', '420b56da4f4664a4d1065a1d31e5ec73', '380372364773-qdj1seag9bh2n0pgrhcv2r5uoc58ltp3.apps.googleusercontent.com', 'ei8RaoCDoAlIeh1nHYm0rrwO', 2, '@appfront/web/cn/sitemap.xml', 1563861167, 1564550849, 2),
(5, 'fecshop.appfront.fancyecommerce.com/it', 'appfront', 'it-IT', 'Italiano', '@appfront/theme/terry/theme01', '@fectmelani/appfront/theme/melani', 'EUR', 1, 'phone,tablet', 'fecshop.apphtml5.fancyecommerce.com/it', 2, 'apphtml5', '108618299786621', '420b56da4f4664a4d1065a1d31e5ec73', '380372364773-qdj1seag9bh2n0pgrhcv2r5uoc58ltp3.apps.googleusercontent.com', 'ei8RaoCDoAlIeh1nHYm0rrwO', 2, '@appfront/web/it/sitemap.xml', 1563861304, 1564550838, 2),
(6, 'fecshop.appfront.fancyecommerce.com/de', 'appfront', 'de-DE', 'German', '@appfront/theme/terry/theme01', '@fectmelaniblue/appfront/theme/melaniblue', 'EUR', 2, 'phone,tablet', 'fecshop.apphtml5.fancyecommerce.com/de', NULL, 'apphtml5', '108618299786621', '420b56da4f4664a4d1065a1d31e5ec73', '380372364773-qdj1seag9bh2n0pgrhcv2r5uoc58ltp3.apps.googleusercontent.com', 'ei8RaoCDoAlIeh1nHYm0rrwO', 2, '@appfront/web/de/sitemap.xml', 1563861396, 1564550832, 2),
(8, '手机html5.com', 'apphtml5', 'zh-CN', '中文', '@apphtml5/theme/terry/theme01', '', 'CNY', NULL, NULL, NULL, NULL, NULL, '108618299786621', '420b56da4f4664a4d1065a1d31e5ec73', '380372364773-qdj1seag9bh2n0pgrhcv2r5uoc58ltp3.apps.googleusercontent.com', 'ei8RaoCDoAlIeh1nHYm0rrwO', 2, '@apphtml5/web/sitemap.xml', 1563866050, 1615028669, 1),
(9, 'fecshop.apphtml5.fancyecommerce.com/fr', 'apphtml5', 'fr-FR', 'Français', '@apphtml5/theme/terry/theme01', '', 'EUR', NULL, NULL, NULL, NULL, NULL, '108618299786621', '420b56da4f4664a4d1065a1d31e5ec73', '380372364773-qdj1seag9bh2n0pgrhcv2r5uoc58ltp3.apps.googleusercontent.com', 'ei8RaoCDoAlIeh1nHYm0rrwO', 2, '@apphtml5/web/fr/sitemap.xml', 1563866248, 1563867044, 2),
(10, 'fecshop.apphtml5.es.fancyecommerce.com', 'apphtml5', 'es-ES', 'Español', '@apphtml5/theme/terry/theme01', '', 'EUR', NULL, NULL, NULL, NULL, NULL, '108618299786621', '420b56da4f4664a4d1065a1d31e5ec73', '380372364773-qdj1seag9bh2n0pgrhcv2r5uoc58ltp3.apps.googleusercontent.com', 'ei8RaoCDoAlIeh1nHYm0rrwO', 2, '@apphtml5/web/sitemap_es.xml', 1563866323, 1563866323, 2),
(11, 'fecshop.apphtml5.fancyecommerce.com/cn', 'apphtml5', 'zh-CN', '中文', '@apphtml5/theme/terry/theme01', '', 'CNY', NULL, NULL, NULL, NULL, NULL, '108618299786621', '420b56da4f4664a4d1065a1d31e5ec73', '380372364773-qdj1seag9bh2n0pgrhcv2r5uoc58ltp3.apps.googleusercontent.com', 'ei8RaoCDoAlIeh1nHYm0rrwO', 2, '@apphtml5/web/cn/sitemap.xml', 1563866975, 1564551246, 2);
共收到 0 条回复
没有找到数据。
添加回复 (需要登录)
需要 登录 后方可回复, 如果你还没有账号请点击这里 注册
Your Site Analytics