Hi everyone and thanks for your help.

I've followed the "how-to" to create my subtheme but I still have problems.

1. I've copied the bootstrap_subtheme in sites/all/themes/ and renamed to my_theme
2. I've renamed bootstrap_subtheme.info.starterkit to my_theme.info and edited to user my theme name
3. I've commented the lines in .info file

but I still have this error messages:
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 71 bytes) in /var/www/vhosts/sistro.it/subdomains/arteide7/httpdocs/includes/theme.inc on line 98

I 've tried to add more PHP Memory Limit but I still have this problem.
I also triyed the Method 1 (download bootstrap and commented the other lines) but I got the same error

I miss something?

If I want to realize a standalone theme based on bootstrap, wich is the best method?

Thanks

Comments

markhalliwell’s picture

Try using the dev version. Pretty sure the commit in #2031247: PHP warning unable to get content drupal_build_js_cache() might be the cause for this.

sistro’s picture

Ok, thanks, tomorrow I'll try.

As I understand all files are on the net (with CDN), you can confirm me that I can have all the files locally (expecially *.tpl.php and *.css) so I can modify them as I want?

markhalliwell’s picture

Please read the documentation.

sistro’s picture

I had already read the documentation suggested.
If I'm writing is because I have problems!

P.S.: I forgot to mention that I used the method 1 with the less module

markhalliwell’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

This issue has been closed while cleaning up the issue queue. This has likely already been fixed in 7.x-3.x. If it has not, please create a new issue describing the exact issue with that version. The 7.x-2.x branch currently only receives security fixes.