Hi to everyone :)
This is my first question here and I hope you can give me an advice.
I have a new project that has to be online in summer this year 2015. For this new project Drupal seems to be the best cms.
What I see now is that Drupal 7 is - well - old. What I read about Drupal 8 sounds great.
The question is - should I wait for Drupal 8? Does it really make sense to build up a site with Drupal 7 right now?
When I upgrade my drupal site to beta4 release, it says that table user__roles is not exits.
It's look like that new beta version alter table name from users_roles to user__roles. how is possible to apply this change (How is possible to migrate schema of drupal to latest version).
I need to add Google maps JavaScript API 3 js into my drupal 8 Custom module. the script i want to add is - <script src="https://maps.googleapis.com/maps/api/js?v=3.exp&libraries=places"></script>
I am playing around with the Drupal 8 beta. I've created a couple of custom blocks - just text blocks basically - and added them to the block layout. They do not seem to be rendering on the page at all, however.