Closed (duplicate)
Project:
Mail MIME
Version:
7.x-2.8
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
14 Dec 2011 at 15:03 UTC
Updated:
24 Jan 2012 at 14:27 UTC
I'm not a programmer, my php knowledge is very small..
where should i put the required files?
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
Comment #1
Breakerandi commentedJust a little hint in the right direction would be really nice...
Comment #2
steeph commentedYou 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.
Comment #3
pillarsdotnet commentedI'm rewriting MailMime to avoid the PEAR dependency. See #1333310: Rewrite and fork PEAR classes instead of subclassing.