Hi gargarine,

I just change 6.x-1-dev by 6.x-2.0-alpha1 and i have this error :

Warning: Call-time pass-by-reference has been deprecated in C:\wamp\www\mysite\sites\all\modules\node_repeat\node_repeat.module on line 88

It's breaking the design of vertical tabs module.

When this error will be fixed, i will test again :)

It's not php 5.3 because i am on WAMP and it's php 5.2.11 :)

Comments

MasterChief’s picture

I disabled vertical tabs and the error is still here.

here the code :

//node submit form
  if ($form['#id'] == 'node-form') {
    //NOTE strangly doens't work with after build
    //$form['#after_build'][] = '_node_repeat_rrule_override';
    _node_repeat_rrule_override($form, &$form_state);
  }

Thank you for the help.

MacaroniDuck’s picture

subscribe

MacaroniDuck’s picture

I just did created a clean, new Drupal install on my Acquia WAMP setup and received the same error. Only mods I installed were those required for Node Repeat to work.

MasterChief’s picture

Version: 6.x-2.0-alpha1 » 6.x-2.x-dev
Priority: Normal » Major

We can't use the module with this error, any news about this issue ?

MasterChief’s picture

Some news on this ?

MacaroniDuck’s picture

gagarine appears to have been MIA since his last Dev release in February. Would be nice if he/she could at least pop in and let us know that they still intend to move forward with this project.

MasterChief’s picture

Hi MacaroniDuck!

I send an email 2 days ago to gagarine and he wrote a message after he received it, you can see it here :

http://drupal.org/node/1027330