Closed (fixed)
Project:
Delete all
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Feb 2012 at 08:40 UTC
Updated:
13 Mar 2012 at 06:50 UTC
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
Comment #1
millaraj commentedNeed to change 'src' to 'source' in the query on line 230.
Comment #2
coderintherye commentedYou 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!