Hi Drupal Gurus,

I've installed and enable the HTMLAREA module into my Drupal 5.x and then downloaded and unpacked Xinha into modules/htmlarea. When I go to administer the HTMLArea module in Drupal, I get the following error:

"Xinha/HTMLArea is not installed, download Xinha from http://xinha.python-hosting.com/wiki/DownloadsPage (recommended), and install it into the htmlarea module directory."

I've tried unpacking Xinha in the root of modules/htmlarea as well as unpacking it into modules/htmlarea/xinha and nothing seems to work. I get the same thing with either the bluemarine or garland themes.

Any idea how I get it working? Thanks for the help.

Comments

cmcqueen1975’s picture

I got the latest (Xinha_0.931.tar.gz) from http://xinha.python-hosting.com/wiki/DownloadsPage and unpacked to sites/all/modules/htmlarea/xinha and that got rid of the "Xinha/HTMLArea is not installed" message. I'm using the Garland theme.

devbox’s picture

Title: Cannot install - stuck on Xinha issue » Same problem

Copied the Xinha files and folder into the htmlarea folder and it still tell me that Xinha must be copied into the htmlarea folder (??? I did it!)

gordon’s picture

Xinha needs to be unpacked into the htmlarea module directory so your directory structure is something like

module/htmlarea/xinha

This will then allow it to work.

devbox’s picture

Yes, I did it!
My htmlarea folder contains

- htmlarea files and folder

CHANGELOG.txt
COMPATIBILITY.txt
dir.txt
docs
htmlarea.css
htmlarea.info
htmlarea.js
htmlarea.module
INSTALL.txt
LICENSE.txt
README.txt
start_drupal.inc
TODO.txt
UPGRADE.txt

- Xinha files and folders
contrib
dir.txt
examples
htmlarea.js
images
lang
license.txt
modules
plugins
popups
release-notes.txt
skins
Xinha.css
XinhaCore.js

But drupal give the message that Xinha is not installed.
Another thing: I don't know if the right htmlarea.js is the one in the Xinha or in the HtmlArea project.

Xinha used: 0.931

gordon’s picture

Status: Active » Fixed

marking as fixed

devbox’s picture

but is it fixed?
how?
Is it pubblic?

Thanks.

gordon’s picture

#4 has the fix.

Xinha must be in a directory under the the HTMLArea module directory.

devbox’s picture

I'm sorry!
I didn't understand your #3 solution: all works well!

Thanks

Anonymous’s picture

Status: Fixed » Closed (fixed)