I have updated Drupal to version 8.4, but the update broke the webform structure.
webform.element.buttons.js not available in new version of webform module?
How can I fix this issue?
8.4 included a new version of jQueryUI and webform.element.buttons.buttons.js had to be split into two files to support 8.3< and 8.4+.
Below are the two new files.
webform.element.buttons.buttonset.js (8.3<)
webform.element.buttons.checkboxradio.js (8.4+)
Related
for some dnn module, we need to use a newer version of csvhelper.dll.
2sxc uses 2.16.3 and the module we want to use, uses version 12.1.2.
So that is a big difference....
What are the options we have?
I would simply try to replace the DLL, my guess is it should just work. If it doesn't, you can put the 2sxc-dll in a subfolder \bin\2sxc and add a dll-redirect into the web.config.
If you look at 2sxc 10.04, you'll see that we did just that for some DLLs because DNN 9.4 will have a similar DLL version issue.
I worked on the following Drupal versions,
Drupal 7.5
Drupal 8.2
While working on Drupal 7.5, I never faced a problem while installing the following modules,
Form Module
Poll Module
Pane Module
But, now when I have started a new website on localhost with Drupal 8.2, the following modules are showing issues while trying to install. Maybe the issue is because these modules aren't compatible/ updated with the new Drupal 8.2. These modules are now showing the following error while uploading and trying to install in Drupal 8.2,
"module name".zip or tar.gz does not contain any .info.yml files"
What we can do in that case? I want the above modules to work in Drupal 8.2 as well.
which form module did you try? drupal 8 core provides the contact form. you dont need a module for this. (https://www.drupal.org/docs/8/core/modules/contact/overview)
the poll module has a drupal 8 port. are you sure you downloaded the latest version for drupal 8? (https://www.drupal.org/project/poll)
and finally the pane module is depricated in drupal 8. i think there comes your error because in the pane module is no module.info.yml.
you should try the panels module for drupal 8. (https://www.drupal.org/project/panels) or if you want to write modules yourself read something like here (https://www.drupal.org/docs/8/creating-custom-modules). its a bit more difficult because of the OOP, controller and routing.
I am having only the sites folder(except Default Directory) and DB of a website with that how can i find my version.
ACtually in my DB they had fixed the prefix 'd6_' with that i can find it as Drupal6. But i can't find the correct Version of Drupal6.
In the info column of your system table in drupal database you can find the serialize text something like ""package";s:4:"Core";s:7:"version";s:4:"7.43";s:4:"core";s:3:"7.x";" of any core modules like aggrigator or block.
when you un-serialize the string you can find the version of drupal
e.g
[version] => 7.43
[core] => 7.x
This is the drupal version 7.43
Thanks
I don't think that version is stored somewhere in database, but in files you obviously don't have.
My suggestion is to check versions of all your modules (dir /sites/modules). Every module have version and possible date stored in it's info file. So make a list of release dates of all modules and then find out what was the drupal 6 version at the time your latest module was released and use that version of drupal.
I have tried Shop Module 2.3-SNAPSHOT with Magnolia CMS 5.4, I have noticed UI components are not same used in Shop module and Magnolia CMS 5.4. Once I installed shop module /travel page does not work. Does anyone knows a workaround or better version of Shop module work smoothly with Magnnolia CMS 5.4 ?
2.3 version has quite few changes (hence the new major version number) and afaik demo have not been updated yet. So either you use it w/o demo (since it's snapshot no guarantee that nothing else is broken) or you stick to version 2.2 that is released and there's number of installations with that version and Magnolia 5.4.x.
Alternatively, you figure out what is broken in demo and provide patches for the issue. This is community driven module after all.
HTH,
Jan
I'm using jgGrid 3.5 in my ASP.NET application. I would like to upgrade it to the new 3.6.
Is it enough just to replace the jqGrid JS file? Or are there any other changes I need to make in my code?
Now that 3.6 has been officially released the upgrade is easy - just drop the files from the js and css directories into your application. Of course you should then re-test your app to make sure nothing was changed/broken, just in case...
I just replaced, dev files from latest:
http://github.com/tonytomov/jqGrid/commits/jqgrid36
be aware of file: jquery.jqGrid.js which loads modules.
besides, jQgrid uses jQuery 1.3.2 + jQuery UI 1.7.2