How to change Field Type (D6 to D7 migration)

Hey all, I am currently working on a D7 upgrade and have found that the CCK migration actually works pretty well. I am currently having a problem in which the default text field created in D6 CCK is read in as a Long Text in D7 fields, that wouldn't be such a big deal, but the only widget available is the multi-row text input. I am wondering if anyone knows of a way to change the Field Type in the DB to 'text' from 'long-text'. I tried doing it in the field config table, but that caused a PHP error.

Trying to get property of non-object in kaltura_cron() (line 480 of /home/domain/public_html/testing/SSR_testingD7/sites/all/m

I have installed/uploaded/enabled all of the modules for Kaltura (incuding dependencies) and I am receiving the following errors:

Notice: Trying to get property of non-object in kaltura_cron() (line 480 of /home/domain/public_html/testing/SSR_testingD7/sites/all/m

Warning: Invalid argument supplied for foreach() in kaltura_cron() (line 480 of /home/wwwrent/public_html/testing/SSR_testingD7/sites/all/modules/kaltura/kaltura.module).

I know I need to enter a partner ID but I am not sure where. I show the following message on the status report:

Module: Administration Menu

Hello,
I installed the module Administration Menu ...
http://drupal.org/project/admin_menu
But the problem is I now have the new menu and the old one displaying at the same time. Anyone know what I am doing wrong?
Thanks
Mike

Problem getting custom regions to show in Drupal 7 (Theme based on Stark)

Hi,

I am experiencing some problems trying to create my own theme. I am basing it on the Stark theme in Drupal 7.

When I go to the blocks screen (To see all my blocks) or to the home screen none of my blocks show. Any CSS I put directly against a tag in the page.tpl file also doesn't show. Makes me think that I missed a step. All the built in themes work just fine.

This is all in /sites/all/themes/test1

My .info file is shown below: -

; $Id: stark.info,v 1.4 2010/11/07 00:27:20 dries Exp $
name = test1
description = This theme was created by Axonbirch for mittenclarke
base theme = stark
core = 7.x
stylesheets[all][] = layout.css

regions[topmenu] = Top Menu
regions[header] = Header
regions[content] = Main Content
regions[sidebarmenu] = Sidebar Menu
regions[sidebarcontent] = Sidebar Content
regions[sidebarother] = Sidebar Other
regions[footer] = Footer

; Information added by drupal.org packaging script on 2011-01-05
version = "7.0"
project = "drupal"
datestamp = "1294208756"

This is the page.tpl file that I created: -

// $Id: page.tpl.php,v 1.48 2010/11/20 04:03:51 webchick Exp $

print render($page['topmenu']);
print render($page['header']);

print render($page['content']);

print render($page['sidebarmenu']);

Drupal as a Portal

Hi all,
I'm absolutely new to Drupal, I'm asked to use it as a portal, say a web application aggregator, is there a standard way to do this ?

I would like to have a portlet showing myApp at http://myurl.com, propagate authentication and roles ...

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x