Need help migrating your site to Drupal?

Integrating drupal website to another drupal website

Hi,

I'm not sure this is the right forum for my question but seem the most fitting.

I currently have a drupal website and I want to take a drupal website on a different host and integrate it to our current website.
We want the url to look something like this :
Current website : www.website1.com
Second website : www.website1.com/website2

Field collection problem

hello, I have a problem with Drupal 7. In my type of content I add a field 'field collection' named availability. I created a date field and a field rooms available in my field 'Field collection' (for a relationship between these two fields). Then I created a view to do a search on my content type, I don't see my date fields and rooms available field in my view, but I just see the field availability. I would find a way to get my two fields (date and room available) for display in my view.
Thanks

Plone to Drupal migration

Hi,

I have a plone site mainly used for discussion forum purpose. Want to migrate this into Drupal. When I did google, I saw someone has done the same successfully, so posted the same in forum. Can anyone please give me the guidelines on how to start. Finding bit difficult to understand... Could you please share the 'howto' that you followed.

Your help is greatly appreciated.

Thank you.

Priya

Navigation : Books, Views and Taxonomy

Hi!

I'm new at Drupal and I try to convert a project I had, and I've some problems to have a sidebar navigation I want.
Let's me explain : I have some books and I want, in the hierarchy ( the book navigation menu ), a view page (with the categories as children)

Unicode characters not displaying properly after data transfer

I am transferring data for a site from MS SQL Server to MySQL (LAMP). Unfortunately unicode characters are displaying incorrectly. E.g I am seeing ’ instead of ’. I have unsuccessfully tried many fixes and checks including:

1) check meta headers in browser:

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

2) check the db has the correct character set and collation set:
CHARACTER_SET_NAME utf8
COLLATION_NAME utf8_general_ci

3) check that drupal supports utf8:

/?q=admin/reports/status
Unicode library PHP Mbstring Extension

4) alter all tables to correct character set and collation:
ALTER TABLE variable CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;

Just double checking

5) view data in mysql:
select body_value from field_data_body where entity_id=35734;

unicode displays fine
This means the data is encoded properly

6) Try accessing data from external php script:

uploaded a php script to the drupal folder
unicode displays fine
This means my php and browser settings are OK for displaying unicode

7) execute drupal functions to test unicode support:
_unicode_check()
unicode_requirements()

Both confirm that unicode should be working.

Pages

Subscribe with RSS Subscribe to RSS - Converting to Drupal