Just update CVS, DRUPAL-5 branch with the latest development version.
New models support to interact with the db.
New translation interface for menu, taxonomy and all form based on variables.

Comments

Wuk’s picture

There are a few problems.
In localizer.module line 1111 and line 1133 are

foreach($form as $key=>&$item) {

I believe it should be

foreach($form as $key=>$item) {

without &. At least it works for me.

Patch files are empty.
So I just copied already patched files to the respective locations.

After that I found another problem, and I just don't know what to do next.
Error is:

Fatal error: Call to undefined function: localizer_get_currobjstrs() in .../modules/localizer/modules/localizersiteinfo.module on line 15
Wuk’s picture

I have checked CVS and localizersiteinfo.module is not updated.
Do you use that module or is it replaced with localizervariable.module which is new module.

Wuk’s picture

I have reinstalled localizer and submodules (now I see that there is no localizersiteinfo.module).
Also I have find out that files in the models directory are empty, same thing in CVS.

Could you, please, update CVS so I can try new version?

Roberto Gerola’s picture

localizersiteinfo module isn't more necessary.
About the missing files.
you can download them from here :
http://cvs.drupal.org/viewcvs/drupal/contributions/modules/localizer/mod...
in meantime I fix this problem.

Thank you.

Wuk’s picture

Thank you for fast response.

Those files in CVS are also empty.
I have tried to download them yesterday from the same location you gave me in the link.

Roberto Gerola’s picture

Yes, there was a problem with the cvs, my fault.
Maintaining multiple branches sometimes creates some confusion.

Now it should work again.

Roberto Gerola’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)