Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
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.
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]
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.
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!
Comments
Comment #1
dmuth commentedThat'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
Comment #2
charleyramm commentedAdministrater >> 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.
Comment #3
charleyramm commentedThese 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.
Comment #4
charleyramm commentedSORRY! 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!
Comment #5
dmuth commentedOkay, 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
Comment #6
(not verified) commented