Upon installation, I get the following error:

# warning: Missing argument 1 for locale() in /home/myuser/drupal-he-5.6/modules/locale/locale.module on line 163.
# warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /home/myuser/drupal-he-5.6/sites/all/modules/l10n_client/l10n_client.module on line 147

The error seems to appear in each page where the l10n_client appears (only for authorized users).

Amnon
-
Professional: Drupal Israel | Drupal Development & Consulting | Eco-Healing | Effective Hosting Strategies | בניית אתרים
Personal: Hitech Dolphin: Regain Simple Joy :)

Comments

druvision’s picture

Component: Code » Documentation
Priority: Critical » Normal
Status: Active » Needs work

Solved after I've read the installation instructions and patched core accordingly.

Please add a note to the front page "Please read the installation instructions"

druvision’s picture

Title: Installation error » Documentation addon
druvision’s picture

Title: Documentation addon » Document installation steps on the front module page
Status: Needs work » Active

Document installation steps on the front module page, or at least give a warning that a core patch is needed for drupal 5.x

druvision’s picture

Title: Document installation steps on the front module page » Document installation steps on the project page
gábor hojtsy’s picture

Added this to the project page:

<h3>Installation</h3>

<ul>
 <li>For Drupal 5: ensure that you apply the supplied patch to Drupal 5.x, or you'll get nasty PHP errors, and the module will not work.</li>
 <li>Enable the module as usual. Hand out permissions for users as usual.</li>
 <li>Have at least one foreign language on the website. The interface only shows up for foreign language pages (ie. not English)</li> 
</ul>
gábor hojtsy’s picture

Status: Active » Fixed

Which makes this fixed.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.