Are there plans to make this module 4.7.0 compatible? Perhaps it already is, could you let me know.

thanks

Comments

dmuth’s picture

That's directly correlated to how much free time I have to install and play around with Drupal 4.7. :-(

If you want to try running Sanity under 4.7.0 and post any errors that you get here, that would help give me an idea of how much work is necessary to port it.

Thanks,

-- Doug

charleyramm’s picture

Administrater >> Sanity check on clean 4.7.0 installation

[code]sanity check
user warning: Unknown column 'body' in 'field list' query: SELECT nid, length(body) AS node_len, title FROM node WHERE length(body) > (1024 * 50) ORDER BY node_len DESC in E:\xampp\htdocs\drupal\includes\database.mysql.inc on line 120.
[/code]

If I can do anything else to help, message me.

charleyramm’s picture

These conclusions didn't change when I enabled search.
#############
sanity check
user warning: Unknown column 'body' in 'field list' query: SELECT nid, length(body) AS node_len, title FROM node WHERE length(body) > (1024 * 50) ORDER BY node_len DESC in E:\xampp\htdocs\drupal\includes\database.mysql.inc on line 120.
Nodes over 50 K, biggest listed first
No nodes found over 50 K

Search settings
Warning: More than 10 nodes are being indexed per cron run! This can cause excessive CPU usage for each cron run.

Poormanscron settings
Poormanscron does not appear to be in use. This is OK.

charleyramm’s picture

SORRY! IT IS WORKING OK. The search thing warned me I was trying to index more than ten entries per cron run. I just hadnt run cron at the time.
I'm sorry this is such a mess. I wish you could edit these comments!

dmuth’s picture

Status: Active » Fixed

Okay, 4.7.0 support is now in HEAD.

I tagged my updates, so a 4.7.0 tarball should appear in the next day or so.

Share and enjoy!

-- Doug

Anonymous’s picture

Status: Fixed » Closed (fixed)