Following up -
The problem is fixed. I disabled all non-bundled plugins, enabled the plugin on its own, it worked. I re-enabled the plugins and it still worked. I can't make it fail any more.
I am mystified.
The only thing I can think that it must have been is a cache issue, but caches are disabled via developer tools plugins. Unless there's a cache on the webserver, perhaps, but the server has been restarted since the problem occurred, so that seems unlikely.
Jon
RSS Import uses Simplepie library which creates cached RSS requests and stores them in the /data directory.
So...
The only thing I can think that it must have been is a cache issue, but caches are disabled via developer tools plugins
This could be the reason of your issue
It's not about TidyPics or Blog plugins but File plugin.
Every time you upload a file, an event appears in the activity.
It doesn't matter where you do it when creating a blog or when uploading a file normally.
I haven't found a way to do this using Elgg API (none of the hooks I know work for files).
Therefore, I can advise to use the custom view:
/mod/my_plugin/view/default/river/object/file/create.php
With empty code:
<?php
You can take my plugin from here so as not to create a new one and put the above file there.
Thank you, Nikolai. Much appreciated.
It makes no difference.
Composer installation is preferred.
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.