今天在Magento中修改产品attribute之后,系统提示Index索引需要重新生成。在进入Index Management页面的时候出现了Permission denied权限不足的提示。具体错误如下所示。
Warning: fopen(/index_process_1.lock) [function.fopen]: failed to open stream: Permission denied in /home/t9idcwat/public_html/app/code/core/Mage/Index/Model/Process.php on line 420
#0 [internal function]: mageCoreErrorHandler(2, ‘fopen(/index_pr…’, ‘/home/t9idcwat/…’, 420, Array)
错误提示非常明显,系统权限不足,无法打开index_process_1.lock文件。该文件可以在根目录下/var/locks/文件中找到,解决该问题的办法也相当简单。直接赋予locks及其内文件777权限即可。
(责任编辑:最模板) |