Active
Project:
Puzzler
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
19 Jul 2016 at 20:18 UTC
Updated:
23 Sep 2018 at 08:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
vacilando commentedComment #3
Eugene Dubois commentedI really would like this a drupal 8 version of this module...
Maybe I could help, but not sure what needs doing. Are there any "upgrade module to drupal 8" manuals?
I have not really been involved in any drupal module development up to now, but maybe I could start doing an "upgrade".
Comment #4
KrypticBit commentedI'd Love to see this module for Drupal 8 :)
Comment #5
sealionking commentedI am looking for a d8 version. Thanks for update it.
Comment #6
nick hope commentedI attempted to upgrade version 7.x-1.x-dev (updated 19 May 2018 at 21:18 UTC) to Drupal 8 format using Drupal Module Upgrader 8.x-1.3 with Drush 8.1.17.
During the upgrade process I got this:
I'm not sure which file that error refers to.
I then got this error when I installed the converted module in D8.6.1, and no Puzzler configuration page was created:
Does anyone know of another way to embed parts of Wikipedia pages in a D8 View/Block?
Comment #7
nick hope commentedIt turns out the error in the first code block in my previous post was because I had Twig debugging enabled. When I disabled Twig debugging, that error went away, but I still got the error in the second code block.
Nevertheless I now seem to have part of a working D8 version. /admin/config/services/puzzler appears and accepts settings:
The list of tokens appears:
However I can't make any Wikipedia content actually appear when I use the Puzzler tokens. That might be user error, since I never used Puzzler before.
/admin/config/services/puzzler/dashboard gives this error:
Nevertheless the dmu-upgrade-converted code in the attached zip file may help someone get this D8 port started. Note that inside the Puzzler folder there is a file called upgrade-info.html which was the output of the
drush dmu-analyze puzzlercommand, and shows the changes necessary for the upgrade from D7 to D8.