PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'src' in 'where clause': DELETE FROM {url_alias} WHERE src LIKE 'node/%%'; Array ( ) 在 delete_all_content_confirm_submit() (行 230 在 E:\WWW\mysql_drupal\sites\all\modules\delete_all\delete_all.module).

src ==> source

Comments

millaraj’s picture

Need to change 'src' to 'source' in the query on line 230.

coderintherye’s picture

Status: Active » Fixed

You are right indeed!

Fixed in latest dev commit, wait for it to roll through to 02-27 snapshot, then grab that and good to go.

Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.