I am building up a new server with SKY theme with Ubuntu system, php5, apache2, postgresql8.3. The server takes druapl 6.20, and lastest SKY theme. Since the theme set SKY as default theme, my website was crashed several times a day, and it tried to take Garland theme replaced. In fact, I takes these two themes working for my another website, SKY for default theme, and Garland for administrator theme doing maintenance. They are exactly same setup, but one works perfectly, the other crashed regularly. I have not idea where the problems are from. I tried put SKY theme under drupal root repository themes/ and sites/defaults/themes and sites/all/modules, they all can't stop it happened. I thinks there must be somewhere outside
I list the error message as below, every time SKY failed to load to my website. These message will show.
array_map(): Argument #2 should be an array in /localpath/drupal-6.20/modules/system/system.module on line 1015.
array_keys() expects parameter 1 to be array, null given in /localpath/drupal-6.20/includes/theme.inc on line 1820.
array_map(): Argument #2 should be an array in /localpath/drupal-6.20/modules/system/system.module on line 1015.
During the time, if you go to site buildings/ theme, SKY must be with default theme button on but no tick in front, then I have to enable it and save configuration. In this way, website then load SKY and work good.
If anyone can help this, I will be very appreciated.
Comments
Comment #1
bevin commentedanyone has idea?
Comment #2
bevin commentedIt's solved by myself. Since I moved garland and sky theme together to under sites/all/themes/, the problem has gone, also removed the two files htaccess and apache.conf from top repository /etc/drupal/6/, that is confusing place to try to configure the storage of drupal modules and themes.