Hello,

I've installed the Highslide module and .js file as per the readme. Have set settings for imagecache, and added an image field to my stories. Have set viewer to Highslide Default (Zooming). Uploading an image works, and I get a highslide thumbnail on my pages. Hovering over the thumbnail activates a magnifying glass. However, clicking the thumbnail just direct links to the image file-- no zooming happens.

Opening my page yields the following JS error:
Uncaught ReferenceError: hs is not defined /modules/highslide/highslide.js?t:50

Likewise, when logging in, I'm presented with the highslide login form, but it's not in an AJAX popup-- it's its own page.

The site is at http://brycecorkins.selfip.net/ if that's any help.

(I posted this in the forum, yesterday, as well. Was not certain what the proper channel was. Sorry for double-posting)

Comments

q0rban’s picture

Hi, are you sure you downloaded the highslide js per the README.txt?

sekatsim’s picture

"* Copy the highslide-full.min.js from that package into the
sites/all/modules/highslide/highslide directory."

I copied highslide-full.min.js into sites/all/modules/highslide/highslide
also, since the module is installed in modules/highslide, I copied it into modules/highslide/highslide as well... just in case.

Thank you

q0rban’s picture

When I try to access the highslide js file in question I get this output:

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>403 Forbidden</title>
</head><body>
<h1>Forbidden</h1>
<p>You don't have permission to access /modules/highslide/highslide/highslide-full.min.js
on this server.</p>
<hr>
<address>Apache/2.2.12 (Ubuntu) Server at 69.119.38.117 Port 81</address>
</body></html>

You might check permissions on the file.

sekatsim’s picture

Status: Active » Fixed

Don't know why that file would have been set differently than everything else, but that fixed it. Thanks for your help.

Status: Fixed » Closed (fixed)

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