I'm having feelings about building a project using Drupal and I thought I'd better ask the community before getting hands on, so I'd basically love to hear opinions. Quick background:
I did a test site as moving a site to new server before actual moving.
silverbackhd.com to http://www.yogaa.ca/sbhdtest
After the test site created, and all links re-directed from SQL, and setting.php pointed to new database and adjusted following:
$base_url = 'http://www.yogaa.ca/sbhdtest';
$cookie_domain = 'http://www.yogaa.ca/sbhdtest';
While I plan to upgrade to a newer version of Drupal (7 or 8), I have a current need to have Hubspot forms work when embedded into a Drupal 6 page. Has anyone had any luck with this? I contacted the folks at Hubspot and their response was to ask me to post the question here. Any experience with Hubspot forms and Drupal 6 would be appreciated.
I have a cck file field that is used to hold a mp3 file. I enabled the"Description field" under its settings. The "Description field" is used to "Display a text field where users may enter a description about the uploaded file."
When i used the CCK Content Migrate to upgrade from Drupal 6 to Drupal 7 this "Description field" data is not migrated. Everything else works fine.
How can i get the data held in "Description field" to migrate over?