Pages (2):    1 2
Member
Member
vivithemage   09-02-2011, 05:25
#21

Where do I add modules to php? I went through easyapache to rebuild, imagemagick was not listed.

By the way, thanks for the help!!

Member
Member
nbruley   09-02-2011, 05:38
#22

I recently had to change my php settings to Single PHP.ini and then change my memory_limit in php.ini in public_html to memory_limit = 200M (originally tried 60M and wasn't enough) -- this was for a 9MB image. You might need more... not sure if this relates but just in case. Maybe you figured that part out already... I'm with Bluehost.

Member
Member
kagutsuchi   09-02-2011, 12:59
#23

I'm not familiar with easyapache, but as I said before, you should add modules to the file "php.ini" (PHP's configuration file). I don't think that you have to recompile PHP every time a module is added either, just the process needs to be restarted.

Member
Member
vivithemage   09-02-2011, 23:26
#24

Thanks again kagutsuchi.

easyapache just shows me the options of what PHP can do, and the options were not there.

How/what should I add into the php.ini file? Should I do the global one (What is the location for that?)?

Member
Member
kagutsuchi   10-02-2011, 16:14
#25

Where your php.ini is located is dependent on your server as well. For modules, there is a module section where you should add imagick.so or imagick.dll (whichever one is appropriate to your system).

Member
Member
vivithemage   25-02-2011, 19:04
#26

Sorry, now I have a bit more time to delve into this.

Is it possible to not have to globally edit it? Or is that the only way? Once I find that php.ini file, or can I do it for my user account?

Is there another way I could try this as well? Or is ImageMagick my only real fix?

Administrator
Administrator
acrylian   25-02-2011, 19:18
#27

It depends on your server and how it is setup. Some allow special php.ini files per directory and other allow setting php.ini settings via htaccess (like mine does). Best you contact your host.

Pages (2):    1 2
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.