So we are getting ready to deploy a redesign of a current website we are working on. With that redesign, comes new content as well.
I am currently using node_export to export the nodes, and with it the field_collections dependency.
I am also using views feeds to export the field collection data. I am running into issues mapping the field collection data back with the original piece of content it came from.
Using an exposed filter form, a user places a search. The result of the search can be added to a list and the list can then be saved to user's profile. More search can be made, saved and added to the previous list of saved results.
When I try to edit one content, I got an error when I try to save, in the log I got
OgException : There are no OG fields in entity <em class="placeholder">user</em> and bundle <em class="placeholder">user</em> referencing <em class="placeholder">node</em> - <em class="placeholder">services_r_gionaux_pages_ou_mini</em>. dans og_group() (ligne 2035dans /var/www/html/drupalCegep/sites/all/modules/og/og.module).
Hello guys. I'm not that experienced in Drupal yet. But I have technical background in hardcoding. I need to adjust some features from the site. But first, I want to test it in local. I'm stuck at the installation of the existing site. I want to try it in XAMPP. Am I still in the right track?
I have the whole files of the file.
I have .sql of its database.
I'm using Windows and XAMPP. What I did was I put the folder of all files in htdocs. And I'm stuck in the database configuration at the installation.php.
My 2-person team responsible for a complex subscription site which we are upgrading from Drupal 6 to 7. There are several dozen contrib and custom modules, and many of the contribs have been modified over 8 years. A daunting task, to be sure.
The conversion of our "public" side (converted from Ubercart to Commerce) is nearly complete, and we are about to test the Commerce data that has been migrated from Ubercart by a third party.
I have a Content Type called Purchase Request that has a Term Reference field named Vendor. As the user is creating a Purchase Request node, if they scroll through the Vendor select list and they don't see the Vendor they want, I want to add an "Add Vendor" button that will launch a sort of a JavaScript overlay and allow them to add a new item to the Vendor vocabulary list. And then when they're done adding the taxonomy term, they should be able to easily just go right back to the Purchase Request node creation and select the new Vendor from the list. How do I do that?