ImageMagick will not activate -

lukathonic

Joined: 2005-10-28
Posts: 3
Posted: Fri, 2005-10-28 07:38

When I click on modules in the admin, next to ImageMagick there is a link for "activate" and uninstall. When I click activate it just hangs ... no error message, nothing. I put it in immediate debug and it still doesn't show anything. I get a ton of output when I click on other admin functions ... I'm not sure if that is normal. Below is info about my install. If it would help to cut/paste some of the output from a particular function, let me know. Thanks for your help.

Gallery version (not just "2"): 2.0
PHP version :4.3.10
Webserver (e.g. Apache 1.3.33): I think it's Redhat. How can I tell?
Database (e.g. MySql 4.0.11): 3.23
Activated toolkits (e.g. NetPbm, GD): none
Operating system (e.g. Linux): OS X 10.3.9
Browser (e.g. Firefox 1.0): safari

php confi details from phpinfo

allow_call_time_pass_reference On On
allow_url_fopen On On
always_populate_raw_post_data Off Off
arg_separator.input & &
arg_separator.output & &
asp_tags Off Off
auto_append_file no value no value
auto_prepend_file no value no value
browscap no value no value
default_charset no value no value
default_mimetype text/html text/html
define_syslog_variables Off Off
disable_classes no value no value
disable_functions no value no value
display_errors On On
display_startup_errors Off Off
doc_root no value no value
docref_ext no value no value
docref_root no value no value
enable_dl On On
error_append_string no value no value
error_log no value no value
error_prepend_string no value no value
error_reporting 2039 2039
expose_php On On
extension_dir /usr/lib/php4 /usr/lib/php4
file_uploads On On
gpc_order GPC GPC
highlight.bg #FFFFFF #FFFFFF
highlight.comment #FF8000 #FF8000
highlight.default #0000BB #0000BB
highlight.html #000000 #000000
highlight.keyword #007700 #007700
highlight.string #DD0000 #DD0000
html_errors On On
ignore_repeated_errors Off Off
ignore_repeated_source Off Off
ignore_user_abort Off Off
implicit_flush Off Off
include_path .:/php/includes:/usr/share/php .:/php/includes:/usr/share/php
log_errors Off Off
log_errors_max_len 1024 1024
magic_quotes_gpc Off Off
magic_quotes_runtime Off Off
magic_quotes_sybase Off Off
max_execution_time 60 60
max_input_time 60 60
memory_limit 8M 8M
open_basedir no value no value
output_buffering no value no value
output_handler no value no value
post_max_size 8M 8M
precision 14 14
register_argc_argv On On
register_globals On On
report_memleaks On On
safe_mode Off Off
safe_mode_exec_dir no value no value
safe_mode_gid Off Off
safe_mode_include_dir no value no value
sendmail_from

sendmail_path /usr/sbin/sendmail -t -i /usr/sbin/sendmail -t -i
serialize_precision 100 100
short_open_tag On On
SMTP localhost localhost
smtp_port 25 25
sql.safe_mode Off Off
track_errors Off Off
unserialize_callback_func no value no value
upload_max_filesize 2M 2M
upload_tmp_dir no value no value
user_dir no value no value
variables_order EGPCS EGPCS
xmlrpc_error_number 0 0
xmlrpc_errors Off Off
y2k_compliance On On

 
lukathonic

Joined: 2005-10-28
Posts: 3
Posted: Fri, 2005-10-28 07:39

I forgot to mention that I have a Gallery 1 install running on the same server with no problem. That's why I don't think it's a problem with my ImageMagick install.

 
h0bbel
h0bbel's picture

Joined: 2002-07-28
Posts: 13451
Posted: Fri, 2005-10-28 08:03

It's most likely the same memory issue that i explained in your other thread.


h0bbel - Gallery Team
If you found my help useful, please consider donating to Gallery
http://h0bbel.p0ggel.org

 
MajorD
MajorD's picture

Joined: 2005-11-27
Posts: 1
Posted: Mon, 2005-11-28 00:58

Here's the link to the "other thread"...
http://gallery.menalto.com/node/39153?highlight=

The suggestion within the link above fixed my problem (Edit PHP.ini and increase the memory_limit param from 8M to 80M); however, I first uninstalled ImageMagick (not from the computer, from the Gallery 2 Admin interface) then reinstalled it and then activated it. The activation did take a few minutes so be patient.

This seemed to also allow me to activate many other modules that were not activating correctly before.