I am having a problem getting the BeautyTips to enable on the module page of drupal. It shows up as an item in the modules list, but when I enable and save it doesn't allow the module to enable. Other modules are enabling and disabling correctly. Here are some details:

Drupal Version: 6.15 (I know it's outdated)

setting.php memory settings: 'memory_limit', '200M'

php.ini settings:
; Increase maximum post size
post_max_size = 500M

; Increase maximum upload filesize
upload_max_filesize = 500M

; Increase execution time
max_execution_time = 20000

It shouldn't be timing out when it's installing. I've heard that this could cause this. Also, other modules are enabling and disabling correctly.

I've tried to trouble shoot this and can't find any fixes. Help!

Thanks,

Mike Woodward

Comments

stephenh’s picture

Hi Mike,

I recreated this issue by installing Drupal 6.15 and then installing Beautytips 6.x-2.0, and had no issues. I do not think this is an issue with the module. Are you getting a PHP memory allocation error when you try to enable the module?

greggles’s picture

Status: Active » Postponed (maintainer needs more info)

doesn't allow the module to enable.

Are you getting a white screen or just you hit submit, it refreshes, and the module is not enabled.

If it's a white screen there should be some information in a log file somewhere.

If it's just not enabled I imagine it's related to the js not being available and the module is probably throwing an error message at the top of the screen.

Maybe try creating a new local site, install just this module, and see if that works?

pifagor’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (outdated)