Having problems with two modules I recently uploaded:

Image Module:

Kept giving errors when I would initiate it through the admin panel.

The error is:
Fatal error: Call to undefined function: la() in localhost/public_html/modules/image.module on line 123

Line 123 in image.module is:
$links[] = la(t("images"), array("mod" => "image"));

I do not know what this error means.

Event Module:

All my pages load with the navigation blocks at the bottom of the page, rather than as it should be on the right, and the following error message appears at the bottom:

Fatal error: Call to
undefined function: lm() in /home/emuangv/public_html/modules/event.module
on line 61

The event module on the module page also appears to NOT have any configurable settings.

Please someone help.

Comments

killes@www.drop.org’s picture

You did pick an ancient version.

artsee’s picture

Drupal itself? Or the modules? Or forum type? ;-)

I downloaded them from http://drupal.org/node/view/68 and picked
the versions for 4.1.0.

Kobus’s picture

The version you have downloaded of the module is for version 4.1.0, but if your Drupal complains about the la() command, it means that you're using a later version of Drupal, either CVS or the 4.2.0-RC version, which causes this compatibility.

The only sensible (and quickest) solution here is to download the version of the modules which is corresponding to your version of Drupal.

Good luck!

Kobus