乐道美国主机客户Magento网站运行一段时间后出错误提示: There has been an error processing your request
Exception printing is disabled by default for security reasons.
Error log record number: 817196254331
查看他的空间已占满,可能是空间满了无法写入缓存和日志文件导致错误。
解决方法:
1、进入app/etc/,将local.xml.sample 改成 local.xml
2、清空var/cache下的缓存文件
3、先备份下你的数据库,以免操作失误可以恢复,找到以log开头的数据库表,将表内log日志清空
在你的表中搜下log_,差不多有9张表需要清空:log_quote、log_customer、log_summary、log_summary_type、log_url、log_url_info、log_visitor、log_visitor_info、log_visitor_online
清空表之前一定要先备份下,以免出错,可以用备份恢复。
另外二个表:report_event 和 report_viewed_product_index 也可以清空。