theme killer ? ::: after install this module , my theme gone

haojiang - April 26, 2009 - 05:30
Project:E-Journal
Version:6.x-1.0-beta2
Component:User interface
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

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

#1

romca - April 26, 2009 - 07:22
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,

#2

haojiang - April 26, 2009 - 11:39

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

#3

fralenuvol - May 11, 2009 - 12:22

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.

#4

romca - May 11, 2009 - 12:27

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.

#5

haojiang - May 12, 2009 - 12:13

i set up 512RAM for php

#6

romca - May 12, 2009 - 13:03

and the results are the same? changed?

#7

haojiang - May 13, 2009 - 06:13

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

#8

romca - May 13, 2009 - 07:13

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):

<?php
phpinfo
();
?>

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

btw, I am developing on windows, with similar configuration

#9

fralenuvol - May 25, 2009 - 09:35

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.

#10

fralenuvol - May 25, 2009 - 09:42

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.

#11

romca - May 25, 2009 - 14:30
Status:postponed (maintainer needs more info)» fixed

wow, that is a catch! Thanks a million

#12

haojiang - May 25, 2009 - 15:58

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

#13

System Message - June 8, 2009 - 16:00
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.