Following problems
The 'Related tasks' are leading nowhere,
When clicking on 'Add a category' i end up with the following error message:

Not Found
The requested URL /admin/build/mass_contact/add was not found on this server.

Comments

oadaeh’s picture

Status: Active » Postponed (maintainer needs more info)

Does that happen for all 'Related tasks's or just 'Add a category'? They all work fine for me on three different sites. Does the user accessing those areas have the 'administer site configuration' permission, because that is required?

meible’s picture

Well,
It happens with all, but I now figured that it is a problem with the link.
I have a multilingual site .
/admin/build/mass_contact/add leads to nowhere,
?q=en/admin/build/mass_contact/add actually works. Strange on my old system the first version worked as well.

However, the module does not send out mails, I only get an error. Telling me to look at the logfile, but I don't know which logfile it is referring to

oadaeh’s picture

Does admin/build/mass_contact/add (w/o the leading /) or ?q=admin/build/mass_contact/add (w/o the "en/") lead anywhere useful?

None of the links are hard coded in the module's code to the root path like that. However, I haven't actually tested them with the l10n or i18n modules, so I don't know if they work correctly or not. Since it's using the standard Drupal menu structure, I can't imagine it not working.

The logfile it's referring to is in Administer -> Logs -> Recent log entries or admin/logs/watchdog.

oadaeh’s picture

Assigned: Unassigned » oadaeh
Status: Postponed (maintainer needs more info) » Fixed

I submitted a change that will hopefully take care of this issue. I'm going to assume this works and mark it closed. If the change does not actually correct the problem, please re-open this issue.

Here are the various commits: DRUPAL-5--2, DRUPAL-6--1 and HEAD,

Anonymous’s picture

Status: Fixed » Closed (fixed)

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