Activity

  • DEYLORD replied on the discussion topic Problem of downloading after migration
    Thank you very much Nikolai Shcherbin ater this SQL query it works! Wonderful! :-) Thanks so much for your help. Change the filestore data directory UPDATE elgg_metastrings SET string = '/var/data/elgg_test/' WHERE id... view reply
  • DEYLORD replied on the discussion topic Problem of downloading after migration
    Hi Nikolai Shcherbin, Thank you for your answer... but for example via a link with no Latin character i have the same problem: https://www.silencecommunity.com/file/view/428/modifiez-votre-profil no "downloading function". view reply
  • DEYLORD added a new discussion topic Problem of downloading after migration in the group General Discussion
    Hi, I migrated my website (Elgg 2.3.14) on a new server (PHP 7.0). The migration went well. Except that the "download" function doesn't work anymore for posts from the old server. For the new ones the "download" function...
    • Hi Nikolai Shcherbin,
      Thank you for your answer... but for example via a link with no Latin character i have the same problem: https://www.silencecommunity.com/file/view/428/modifiez-votre-profil no "downloading function".

    • I see this now.

      The timestamps of files has changed after a migration to a new server.

      Try this:

      • Disable all caching settings on your site via /admin/settings/advanced
      • As Elgg docs suggested:

      You also need to delete the views cache on the test server after the copy process. This is a directory called views_simplecache in your data directory and the directory called system_cache .

      • Run 'Flush the caches' via Administration
      • Check your problem URLs again.
      • Enable the caching on the site.

      Read this also.

    • Thank you very much Nikolai Shcherbin ater this SQL query it works! Wonderful! :-) Thanks so much for your help.

      Change the filestore data directory

      UPDATE elgg_metastrings SET string = '/var/data/elgg_test/'
      WHERE id = (
         SELECT value_id
         FROM elgg_metadata
         WHERE name_id = (
            SELECT *
            FROM (
               SELECT id
               FROM elgg_metastrings
               WHERE string = 'filestore::dir_root'
            ) as ms2
         )
         LIMIT 1
      );
  • DEYLORD commented on the plugin [Elgg 1.5-1.12 & 2.X: Tidypics]
    @iionly Indeed the update was bad. Now the Tidypics plugin works perfectly and all images displayed. Many thanks for your work!
  • DEYLORD commented on the plugin [Elgg 1.5-1.12 & 2.X: Tidypics]
    Yes, everything worked fine with Elgg 1.9. I had upgraded 1.9 to 1.10, 1.11 and finally to 1.12. But I think the upgrad went wrong because, as you say, I tried to download the newly image uploaded. Indeed it is not empty but not complete...
  • DEYLORD commented on the plugin [Elgg 1.5-1.12 & 2.X: Tidypics]
    @iionly Thank you for your answer. No, there are no pending updates. I want to go to Elgg 2.0.0. and more but for the moment the result is not convincing... for example, I find a empty page. And I would like to solve the Tidypics problem...
  • DEYLORD commented on the plugin [Elgg 1.5-1.12 & 2.X: Tidypics]
    Hello iionly, Congratulations for your work.  However with Tidypics I have a problem after updating. I had the Elgg 1.9.7 version and everything was working fine. Now I have the Elgg version 1.12.17 with Tidypics 1.10.11 and no more...
  • DEYLORD replied on the discussion topic Hosting to advise?
    Thank you Herb for your experience. Thank you rjcalifornia for your reply. With A2 Hosting, phpMyAdmin is disabled since 4 days. I did not enable a plugin, theme or a code modifications. I just uploaded my database (9 Mb) and it... view reply