Whenever I try to puge the trash the HIPO progress gets to a certain point and just sits there. sometimes this occurs at 0%. Eventually I have to cancel the process.
I have tried trying to removing content from the trash into a temporary folder and then trying the purge again with some succcess but obviously the fundamental problem still exists.
Is there a script you can run from the command line to overcome this problem?
Check out your error log, it should tell you what's causing the purge to fail.
Thanks I will try to obtain a dump of the logs. Will report here if the cause is interesting.
[quote]Thanks I will try to obtain a dump of the logs. Will report here if the cause is interesting.
[right][post=“5738”]<{POST_SNAPBACK}>[/post][/right][/quote]
I had the same problem but only when deleting lots of files and only when the Squiz Server was switched on. After reading this thread I quickly checked the error logs and found that the php-cli runs out of memory. I increased it (at the squiz server level), restarted the Squiz Server and it seems to work.
I’m getting the following warning at the end of the purging though:
WARNING: Undefined offset: 0
Anybody know what it is/means?
Cheers.
[quote]I’m getting the following warning at the end of the purging though:
WARNING: Undefined offset: 0
Anybody know what it is/means?
Cheers.
[right][post=“7339”]<{POST_SNAPBACK}>[/post][/right][/quote]We’d need a line number (should be in the error log) to be able to find where the problem is.
[quote]We’d need a line number (should be in the error log) to be able to find where the problem is.
[right][post=“7344”]<{POST_SNAPBACK}>[/post][/right][/quote]
/core/assets/page_templates/page_standard/page_standard.inc:134
This is usually caused by an empty <a> tag in the content, in the following format:
<a href=""></a>
When the asset is purged from the trash, Matrix needs to remove any NOTICE links it finds to other assets. The empty <A> tag causes the Undefined Index error (as there is no target) when this check is performed.
Just on trashing of content, assets whatever, does the HIPO joib also remove physical files from the filesystem?
[quote]Just on trashing of content, assets whatever, does the HIPO joib also remove physical files from the filesystem?
[right][post=“7437”]<{POST_SNAPBACK}>[/post][/right][/quote]
That depends – if its the last copy of a file asset, then some files will be removed from either the data/public or data/private file locations, and possibly the data/file_repository as well. If rollback is enabled, then all versions of the file remain in the data/file_repository, in case you rollback to a time when the file still existed in the system.