Hi,

Deprecated function: Call-time pass-by-reference has been deprecated in _theme_process_registry() (line 549 of /home/server/.drupal/7/development/drupal-7.12/drupal-7/includes/theme.inc).

      // If the theme implementation defines a file, then also use the path
      // that it defined. Otherwise use the default path. This allows
      // system.module to declare theme functions on behalf of core .include
      // files.
      if (isset($info['file'])) {
        $include_file = isset($info['path']) ? $info['path'] : $path;
        $include_file .= '/' . $info['file'];
------->include_once DRUPAL_ROOT . '/' . $include_file;<--------------------------------------
        $result[$hook]['includes'][] = $include_file;
      }

Is there a patch available?

Keep up the good work! :) Thanks!...

Comments

damien tournoud’s picture

Status: Active » Postponed (maintainer needs more info)

That's Drupal core including a file for a theme that contains an invalid call-time pass-by-reference call. This is *not* a Drupal core bug, but a bug in the theme. Could you please move this issue to the affected theme if it is available on Drupal.org?

Vc Developer’s picture

Sure..., thanks for explaining the problem! :)

jcisio’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

It would be better if the error were more precise (at which line there is that call-time pass-by-reference call). But it's PHP problem.

jcisio’s picture

Issue summary: View changes

Additional info