Неправильно сделал импорт для пиксового сиджа, откропил, как теперь в List thumbs (или где нибудь для удаления) найти все галлеры, которые для Create Custom Galleries - Crop Profile был указан default (Goup params)
руками мало представляю Items (Total Found: 11078).
Create Custom Galleries - default (Goup params)
Create Custom Galleries - default (Goup params)
SmartCJ Pro V 1.51 Build 201402011516
Re: Create Custom Galleries - default (Goup params)
Проверил - в list thumbs есть фильтр по кроп профайлу - не поможет ?
Don't forget to run script update
Re: Create Custom Galleries - default (Goup params)
Нет, основные тумбы у меня в нужном профиле, а вот тумбы Custom Galleries - не в том что надо, этот фильтр на них не действует.
SmartCJ Pro V 1.51 Build 201402011516
Re: Create Custom Galleries - default (Goup params)
Тут проблема в том что галера не перерезается, перерезает только тумбы ротации ...
Don't forget to run script update
Re: Create Custom Galleries - default (Goup params)
Да, не вопрос, как мне такие галлеры удалить? )))
SmartCJ Pro V 1.51 Build 201402011516
Re: Create Custom Galleries - default (Goup params)
можно так
update rot_galleries set status = 12 where rot_content_id in (select content_id from rot_content where crop_profile_id =.......... )
как обычно не помешает бекап перед этим.
update rot_galleries set status = 12 where rot_content_id in (select content_id from rot_content where crop_profile_id =.......... )
как обычно не помешает бекап перед этим.
Don't forget to run script update
Re: Create Custom Galleries - default (Goup params)
#1054 - Unknown column 'rot_content_id' in 'IN/ALL/ANY subquery'
вот такой ответ получаю..
вот такой ответ получаю..
SmartCJ Pro V 1.51 Build 201402011516
Re: Create Custom Galleries - default (Goup params)
Взял в кавычки, никого он не нашел:
Затронуто 0 строк. ( Запрос занял 0.3532 сек. )
UPDATE rot_galleries SET STATUS =12 WHERE 'rot_content_id' IN (
SELECT content_id
FROM rot_content
WHERE crop_profile_id =1
)
Затронуто 0 строк. ( Запрос занял 0.3532 сек. )
UPDATE rot_galleries SET STATUS =12 WHERE 'rot_content_id' IN (
SELECT content_id
FROM rot_content
WHERE crop_profile_id =1
)
SmartCJ Pro V 1.51 Build 201402011516
Re: Create Custom Galleries - default (Goup params)
Может там не 1 было ?
Don't forget to run script update
Re: Create Custom Galleries - default (Goup params)
id смотрел через: /scj/admin/?operation=rot_edit_crop_profile&crop_profile_id=1
т.е. rotation > crop profiles > advanced edit, его вроде нигде больше не видно..
т.е. rotation > crop profiles > advanced edit, его вроде нигде больше не видно..
SmartCJ Pro V 1.51 Build 201402011516







