Getting errors while trying to reindex using ssh i

2019-08-10 03:41发布

问题:

I am using Magento 1.8.1.0 on a dev server with php version 5.3.3.When I try to reindex from shell I am getting following errors

PHP Warning:  Directive 'register_globals' is deprecated in PHP 5.3 and greater in Unknown on line 0
PHP Warning:  Directive 'register_long_arrays' is deprecated in PHP 5.3 and greater in Unknown on line 0
PHP Warning:  Directive 'magic_quotes_gpc' is deprecated in PHP 5.3 and greater in Unknown on line 0

I am having same version of php on my production server but I do not get these errors there.I have display_errors Off on both the dev and the live server.

How can I fix this issue.

标签: php magento