Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I've tested the new configuration translation system, but I don't understand how I can manage to translate the menu links that I've added.
This is what I've done:
- Installed Drupal 8.1.0-rc1
- Enabled configuration translation
- Add spanish language
- Add 2 links to the main navigation menu: "Link 1" and "Link 2"
- After I go to configuration translation and try to translate the main menu, this path:
admin/structure/menu/manage/main/translate/es/add
- But there I can only translate the Main menu lable and description.
I'm currently working on a custom module to install a default Search API server. My custom module has a config/install setup, and as far as I can tell, that configuration IS getting imported into the database. However, the config isn't actually being applied to the Search API module.
I am experiencing problems updating from 8.05 to 8.06. The 8.06 core/upgrade.txt says:
3. Remove the 'core' and 'vendor' directories. Also remove all of the files in the top-level directory, except any that you added manually.
4. Download the latest Drupal 8.x.x ... and copy the files into your Drupal directory.
Presumably (4) actually means:
4. Download the latest Drupal 8.x.x ... and copy the 'core' and 'vendor' directories and all of the files in the top-level directory into your Drupal directory.
I'm rewriting some custom modules and themes in order to migrating from D7 to D8.
I though the problem was on the module code but it's working as should.
I've only got the following error on Apache logs in text profiles where CKeditor was enabled:
I have added some re-write rules to my new site, the primary domain was changed as well as the page structure.
I added the following immediately after the line "# Various rewrite rules." but it seems to be ignoring the page rewrite rules. Can anyone see what is wrong here?