//////////////////////tpshop本地二开后上传到服务器报错////////////////
如果数据连接失败检查是否有这几个表//// 用navicat导出数据库的数据,必须导入两次,下面两个表必须检查导入没有,表的个数不够tpshops是直接报错
tp_article_cat
tp_brand
tp_goods
上传服务器后在配置和上传代码都完整情况下如果报错
1先删除Application下面Runtime文件夹
2 找到框架 ThinkPHP\Library\Think下面 Think.class.php 类 打开后 注释掉333左右一段代码
$info = ($label?$label.':':'').print_r($value,true);
3在入口文件index.php中注释掉17行左右的代码
ob_end_clean();
二 tpshop多商家二次开发,上线后,报错 可能就是少表
tp_goods
tp_activity
tp_master
tp_mastercase
tp master_cat
三 商家入驻 对应控制和方法,
Newjoin/agreement.html 1 入驻须知
Newjoin/contact.html 在入驻须知 和 填写公司信息 之间
Newjoin/basic_info.html 2填写公司信息
Newjoin/seller_info.html 3填写店铺信息
Newjoin/remark.html 4 资质上传
Newjoin/apply_info.html 5 等待审核