Topic: Modifi template Monstra is stop

Hi all,

I'm editing theme.
System stalls If i change one line.


Copy default theme to 'test' directory.
Put bootstrap.css into /themes/test/css/


Modifi header.chunk.php

    assets/css/bootstrap.css', 'frontend', 1); ?>

  to

    themes/test/css/bootstrap.css', 'frontend', 1); ?>


Refresh browser, Monstra was no response...



Any helps?

2 2014-01-24 08:11:27

Re: Modifi template Monstra is stop

Admn -> System -> delete temp files

Monstra Loves You! Give some love back!

3 2014-01-24 08:28:55

Re: Modifi template Monstra is stop

Thanks answer.


> Admn -> System -> delete temp files

Yes, I tried it any times.
I tried delete cache directory.

But, system is not start...


System recovery when my code comment out.

4 2014-01-24 08:41:13

Re: Modifi template Monstra is stop

public/assets/css/bootstrap.css - Bootstrap 2.3.x
public/themes/test/css/bootstrap.css - What Bootstrap Version do you use ?

Monstra Loves You! Give some love back!

Re: Modifi template Monstra is stop

I Found the cause!


Errors in Bootstrap 3.0.3 'dev' version,
Maybe minifi got error.

System is recover when replace bootstrap.css 3.0.3 'release'.


Thank you for your help.

Re: Modifi template Monstra is stop

Sorry,
System stopped when use bootstrap 3.0.3 'release' css.

3.0.3 can't use  in Stylesheet::add.

is OK.