Port all code to Drupal 7!

Comments

kristen pol’s picture

I have started this process... hope to get it done by July 1st.

Kristen

kristen pol’s picture

Just created a dev release... still some bugs but hope to iron out soon.

Kristen

kristen pol’s picture

It appears to work now though I haven't done thorough testing.

Kristen

HaKi’s picture

i get this msg and module displays only the header

Notice: Undefined variable: node in featured_content_get_cck_nids() (line 1098 of /home/hakan/turkiyelim.org/www/drupal/sites/all/modules/featured_content/featured_content.module).
Notice: Trying to get property of non-object in featured_content_get_cck_nids() (line 1098 of /home/hakan/turkiyelim.org/www/drupal/sites/all/modules/featured_content/featured_content.module).
kristen pol’s picture

@HaKi - do you get it for version 6 or 7? You can get rid of it for now by turning down your php error reporting settings to not include notices. For example, in your settings.php file:

error_reporting(E_ALL & ~E_NOTICE);

or by adjusting your php.ini file and restarting apache.

Kristen

skitten’s picture

Getting this:

Call to undefined function taxonomy_node_get_terms_by_vocabulary() in /home/presswire2/drupal7/sites/all/modules/featured_content/featured_content.module on line 1263

I'll submit a patch if I work out what the alternative should be…

kristen pol’s picture

Status: Active » Fixed

I did a big clean up to get it working with D7.2. I'm going to make a beta shortly.

Kristen

kristen pol’s picture

Version: 6.x-1.x-dev » 7.x-1.0-beta1
Status: Fixed » Closed (fixed)
kristen pol’s picture

Assigned: kristen pol » Unassigned
Issue summary: View changes

cleaning up my issues list