I am really trying to get this module working (after being obliged to take a break from it because of work), but for some reason Drupal or Mail MIME don't want to recognize my PEAR installation (installed in October via SSH, so none of the files are in any way old!).
I have two directories set in my include_path with my host, one of which contains the files and sub-directories for PEAR and it's Mail_Mime package as per your instructions. Upon attempting to enable the Mail MIME module, however, I get the following error message. Any suggestions???

Your version of Mail_mimePart is too old. Please update to version 1.6.1 or later.

One or more of the required PEAR classes could not be loaded:
Mail_Mime
Mail_mimeDecode
Mail_mimePart
PEAR_Error

The Mail MIME module has been disabled to avoid further errors. Please satisfy the module requirements listed in the documentation, then visit your Modules page to re-enable the Mail MIME module.
The Include module tried to automatically download the required files, but the attempt failed. You may retry the download by re-enabling the Mail MIME module. If your hosting provider has disabled the set_include_path directive, the files must be manually installed.

Comments

danielgt84’s picture

Status: Active » Closed (fixed)

I managed to figure out it was the order in which the directory paths were set in include_path, which I switched to make our server look for PEAR in the new install directory first, and not in that provided by the host.

This solved the issue.

pillarsdotnet’s picture