i use the default garland theme , 6.10
after install this module , all themes gone , pages show just plain text , but the install is success , show no error.
so i reinstall , the same situation show up .

then i choose another theme before reinstall , but as the same!
so i have to give up to use it now

i like the idea of this module , hope you fixed it soon

Comments

romca’s picture

Status: Active » Postponed (maintainer needs more info)

sorry, I cant reproduce this error - are you running in the hosting service with little RAM? It could be that you are short on RAM and this is the effect. You should look inside the apache error log to see the real cause.

best,

haojiang’s picture

no,windows 2003 r2 ,apache2.2+php5.26+mysql5.077, ram must be enough , 1G left. php excution time 3600

maybe it's because i install too many modules.
but the same error would not showup when i install ecommerce plus vistor, which i think are both heavy modules
i'll try it again with a fresh drupal6.10 with just your module

thx for your reply

fralenuvol’s picture

Hello,
I have the same issue as described above with drupal 6.11 and theme "acquia_marina" , in my case it does not seem to be related to the number of modules installed.

romca’s picture

Can you pls install a devel module, switch on logging and see how much RAM is your installation using?

Note, Drupal6 has higher RAM requirements even in its bare state.

haojiang’s picture

i set up 512RAM for php

romca’s picture

and the results are the same? changed?

haojiang’s picture

still the same problem , seems not corelated to memory
because , the other module views and cck ,seems to consume much more memory than this one ,
and by the way , i set up 1024MB for php now to test upload module. but still the same problem
i think it is because i am using windows 2003 r2 + apache2.2.11 + php5.26 + mysql5.077+memcache1.21

romca’s picture

hi,
thanks for the info, it is very weird issue, if you have access to the apache error log, could you please post the error message (if any) from there?

also note that in php (just in case and for reference to others), there are several memory limits in php,
for an upload:

upload_max_filesize = 64M

but for memory:
memory_limit = 32M

and those directives can be in the main php.ini, in apache virtual host, or set trhough php_set_value in a script. The best way to be sure is to look at output from (through your browser, place the file in the drupal folder or use the devel module):

phpinfo();

also strange is that e-commerce module has the same problem

btw, I am developing on windows, with similar configuration

fralenuvol’s picture

Hi I have an additional note:
Specifically, the theme breaks only if the "CSS cache" is enabled.
Disabling cache makes it work in my case.

But, seen the number of visitors, I really need the caching feature to work.

fralenuvol’s picture

Well... so simple?? :-)
In my case the fix is embarassingly easy....

at the end of "ejournal.css", fix the missing closing parenthesis:
change

div.section {
 font-size:1.3em;
 margin-top: 1em;

to

div.section {
 font-size:1.3em;
 margin-top: 1em;
}

and remember to empty cache.

romca’s picture

Status: Postponed (maintainer needs more info) » Fixed

wow, that is a catch! Thanks a million

haojiang’s picture

well , thx , finally , i could use this greate module to my site

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.