Error in ThemeInitialization.php, getPath()

I am playing with D8, building a new theme. I was in beta14, and have upgraded to rc1. I had to upgrade drush as well.
After cache-rebuild I am unable to run my site (in localhost, using xampp),

Invocation crashes straight away with
Fatal error: Call to a member function getPath() on null in C:\xampp5680\htdocs\_D8\d800b14\core\lib\Drupal\Core\Theme\ThemeInitialization.php on line 311

this line is : $base_theme_path = $base->getPath();

D8: Any Reusable Media Modules?

I'm looking for somethinglike D7's file_field module to allow Drupal 8 to reuse uploaded images. I can't find any. Should I abandon D8 development until there is a suitable solution, or am I overlooking a possibility?

Allow users to adjust only certain menus

Hi there,

is it possible to add assign roles to menus so that only users with that role can edit this menu in D8?
Or has this be done by a external module. Like in D7 custom_menu_perms or menu_admin_per_menu

Thanks a lot!

How to hide user fields from form display but show them for administrators?

Hi there,

I have some fields for users, which should not be visible for them if they edit their account, but if an administrator edits their account, they should be able to see and edit them.

It seems that I can only hide or show the fields for every role?

Thanks a lot!

How to implement preprocess_views_view_field or preprocess_field in Drupal 8?

I created a custom module mycustom. I have a view for which I am trying to alter the field data. For instance, an image field and I am trying to alter the uri. I don't want to use rewrite rule because I want this field to be altered for every view, and even for displays not controlled by Views.

At first I tried adding to my module

mycustom_preprocess_field(&$variables, $hook)

But this function is never called.

Then I tried

mycustom_preprocess_views_view_field(&$variables)

Urdu Language Formatting Issue! Wordpress to Drupal

Hi,
This is my first post, someone please help me to get it right. I want to make a website in Enghlis and Urdu. My issue is not translation. Issue is proper formatting in urdu artiles or whatever write in urdu language. So here is a example of this. In wordpress there is a plugin called Urdu Formatter - Shamil

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x