Install it, doesn't show

HiltonT - February 22, 2008 - 07:25
Project:Ezmlm
Version:6.x-1.x-dev
Component:Miscellaneous
Category:support request
Priority:critical
Assigned:hutch
Status:closed
Description

Hi.

I've tried both a) unzipping the module to /modules/ezmlm/* and also copying the ezmlm.module to /modules and no matter what I do, I cannot see this in the Module Administration page - any clues?

#1

hutch - February 22, 2008 - 10:29

This isn't an ezmlm issue, however:

There are two places in your drupal filesystem you can put contributed modules.
In

modules/

or in

sites/all/modules/

The former is where the core modules are, the latter is where the contributed modules should go.
To get ezmlm installed you need to put all of the files in the tarball into

sites/all/modules/ezmlm/

so that you get

sites/all/modules/ezmlm/ezmlm.module

and

sites/all/modules/ezmlm/ezmlm.info

You can leave out the .txt files if you like but it will not do any harm to have them there as well
if sites/all/modules does not exist you will have to create it, usually right-click in your FTP client.
Do remove any files you uploaded in previous attempts, they will only confuse things later if you leave them.

HTH

#2

nathanmcginty - March 8, 2008 - 19:14

I've got it in my module administration page, but then the block never shows up. What gives?

#3

hutch - March 8, 2008 - 20:06

Try enabling it under Administer -> Blocks ;-)

#4

nathanmcginty - April 5, 2008 - 17:34

Yeah - same here in 6.x. It's on the modules page. I can enable it. It shows up in the blocks page. But then never appears in my sidebars. Nothing even in the HTML code.

#5

hutch - April 5, 2008 - 23:34

Have you added a list yet? The block only appears if there is something to show.

There is a bug is D6 though, and I'll post a patch as soon as I chase it down.

#6

hutch - April 5, 2008 - 23:55

Here is a patch for D6 which fixes the settings form. If you can't patch add the following immediately below line 76

  $form['#validate'][] = 'ezmlm_admin_settings_validate';
  $form['#submit'][] = 'ezmlm_admin_settings_submit';

The fix is in CVS and will filter through in due course.

HTH

AttachmentSize
ezmlm.admin_.inc_.patch 352 bytes

#7

nathanmcginty - April 7, 2008 - 15:18

thanks for the patch - i installed the new build of ezmlm that has the patch code in there but it didn't make any difference. nothing is showing up.

#8

nathanmcginty - April 7, 2008 - 15:29

thanks for the patch - i installed the new build of ezmlm that has the patch code in there but it didn't make any difference. nothing is showing up.

UPDATE

I'm a dumba**. working now.

#9

hutch - September 5, 2008 - 09:03
Assigned to:Anonymous» hutch
Status:active» closed
 
 

Drupal is a registered trademark of Dries Buytaert.