How to solve the use of deprecated function ereg() of PHP 5.3.0 in Drupal 6.13

后端 未结 8 505
自闭症患者
自闭症患者 2020-12-06 17:51

Anyone knows how to solve the error below?

Deprecated: Function ereg() is deprecated in C:\\wamp\\www\\includes\\file.inc on line 895

相关标签:
8条回答
  • 2020-12-06 18:21

    Looks like the problem is with PHP 5.3.0. You could try downgrading to 5.2.9 as suggested by this drupal link: http://drupal.org/node/514334

    0 讨论(0)
  • 2020-12-06 18:23

    You can edit you common.inc file to quietly disregard the deprecated error flags. See my post: http://funkinetics.org/klink/function-ereg-is-deprecated-error-in-drupal-6x-with-php-53/

    0 讨论(0)
提交回复
热议问题