I'm not a programmer, my php knowledge is very small..
where should i put the required files?

  • Mail/mime.php
  • Mail/mimeDecode.php
  • Mail/mimePart.php
  • PEAR.php
  • PEAR5.php

It costs me a lot of time to find them on http://pear.php.net/ - the documentation here should be better!
The module tells me to install the include module. I did that, but the include module failed..
the documentation tells the files have to be somwhere on the include_path --> what is that??
is it on my server? i got ubuntu - perhaps usr/local/include ? thats an empty folde..
or usr/include?

Where can I look for the right folder?

please help me and try to find words not programmer can understand.. thank you!

Comments

Breakerandi’s picture

Just a little hint in the right direction would be really nice...

steeph’s picture

You can look up the include_path with phpinfo. Just put phpinfo(); in a file on your server and access it from a webbrowser.

I too found it not clear where to download the files and where to put them.

pillarsdotnet’s picture

Status: Active » Closed (duplicate)

I'm rewriting MailMime to avoid the PEAR dependency. See #1333310: Rewrite and fork PEAR classes instead of subclassing.