Send private message

You must be logged in to send a private message.

Friends

No friends yet.

Group membership

Activity

  • Topol replied on the discussion topic Updating Elgg without Losing Data
    Thanks I have been able to uptate to 6.3.7 using composer.... I had to remove many apps and reinstall, to get rid of errors... i have also sent an email regarding some custom plugins... Best Wishes Arindam view reply
  • Topol added a new discussion topic Updating Elgg without Losing Data in the group General Discussion
    Hello The Elgg that I am using is Version 5.1.0, and it has all the data built in it.... How do I update to the latest version of Elgg by keeping the data intact. Dd you have a step by step process for this? Best Wishes Arindam
    • The upgrade process for Elgg depends on how your current installation was set up.

      If you installed Elgg using Composer, you should follow the official Composer-based upgrade guide. In general, the steps are:

      • Back up your database and the entire project directory.

      • Update your composer.json to require the newer Elgg version.

      • Run composer update.

      • After updating, log in to your site and run the upgrade script (usually via /upgrade).

      If your installation was done by downloading and extracting the archive (non-Composer method), then the process is slightly different:

      • Back up your database and all files (especially the data directory and elgg-config settings).

      • Replace the core Elgg files with the new version, but don't overwrite your data directory or configuration files.

      • Visit /upgrade in your browser to run the upgrade process.

      Also, please note that Elgg has specific upgrade rules between versions:

      • You can upgrade from any minor version to a higher minor version within the same major version.

      • To move to the next major version, you must first be on the latest minor release of the previous major version.

      • Once on certain baseline versions, you may upgrade further without stepping through every minor version.

      In your case, this means you should not jump directly from 5.1.0 to the latest version.

      Instead, you should:

      • First upgrade from 5.1.0 to the latest 6.x release (for example, 6.3.7).

      • Then upgrade to the next major version (for example, 7.0.4 or later stable release).

      Make sure to create backups before and after each upgrade step.

      Also, don't forget that 3rd-party plugins must be updated as well, ensuring compatibility with each Elgg version you install.

      Finally, it is worth checking previously discussed topics (1, 2, 3), as many upgrade scenarios and issues have already been covered there.

    • Thanks

      I have been able to uptate to 6.3.7 using composer....

      I had to remove many apps and reinstall, to get rid of errors...

      i have also sent an email regarding some custom plugins...

      Best Wishes

      Arindam

  • Topol added a new discussion topic HTTPS SUPPORT in the group Elgg Technical Support
    Guys I don't know if you are facing this issue,  whenever I am trying to update my Ubuntu's apache server to HTTPS, my Elgg server crashes.... Did anyone face this. Is there any workaround.... Do I need to change settings...
  • Topol replied on the discussion topic Embedding Youtube Video in Wire
    I am getting the following error when I install thewirepro..... The Wirepro/Bootstrap must implement Elgg\PluginBootstrapInterface I think it has to be updated to Version 5.1.... Or can I find some workaround by just implementing the... view reply
  • Topol added a new discussion topic Embedding Youtube Video in Wire in the group General Discussion
    Guys I am trying to understand embedding videos on the wire..... Now in the screenshot, you can see, that I was able to embed on the wire if I comment on someone's link, but if I directly publish the link, it does not...
    • This will not work because htmlawed.

      You must use custom plugins, e.g.: 1, 2

      My plugin allows to add iframe, audio, video in content and choose the denied attributes via settings.

    • I am getting the following error when I install thewirepro.....

      The Wirepro/Bootstrap must implement Elgg\PluginBootstrapInterface

      I think it has to be updated to Version 5.1....

      Or can I find some workaround by just implementing the interface....or better wait for the update

       

      • Could not activate Thewirepro. Error: Thewirepro\Bootstrap must implement Elgg\PluginBootstrapInterface

       

       

      I have also installed elgg hooks....

      But can you guide me on how to allow youtube video in content...

      for it has two sections...

      Code and scripts in the header (before <body>)

      Code and scripts in the footer (before </body>)

       

       

      and then, this...Select HTML attributes to deny on inputs

      So what should I write to deny htmlwwed

    • Right, all the plugins I mentioned don't work for Elgg 5. I just wanted to show that you need some custom plugin.

      Elgg Hooks plugin is not for your case, but you can use it to insert iframes and media content, for example in blogs.

      Although oEmbed plugin also does this for some sites.

  • Topol replied on the discussion topic Elgg Free HTML Widget
    Are you sure that code is working for you... Its still giving me the same error...   Also it would be nice if the WireTools can do something like the oembed does, for youtube links... view reply
  • Topol replied on the discussion topic Elgg Free HTML Widget
    So it seems the Ckeditor was creating the problem..... So when I disabled the Ckeditor tag, the iframe was recognized, but I got the following issue https://photos.app.goo.gl/idYP9tthimkxUrdW8.... where it refused to connect to the... view reply
  • Topol added a new discussion topic Elgg Free HTML Widget in the group Plugin Development
    I don't know if I am facing the problem, or someone else with the Free HTML widget, where I can't embed a code, nor can I put an iFrame code...... Is it not meant to display HTML codes...for whenever I write HTML code in the...
    • I am also having issues with CkEditor on oEmbed app, where I see if I share a video link in comment, it does nice embedding of the youtube video...
      But if I do that in a Blog, or if I do the same inside the Wire, with the Wire Tools plugin also installed - the embedding does not happen....
      Do I need to place the apps in certain configuration for this to work...  
      If the editor converts a pasted link to a clickable link then the oembed will not work. Make sure that you remove the link in the editor so it's only text and not clickable.
    • Are you sure that code is working for you...

      Its still giving me the same error...

       

      Also it would be nice if the WireTools can do something like the oembed does, for youtube links...

    • Are you sure that code is working for you...

      Its still giving me the same error...

      No it's not working for mee in Firefox, because of the rules of w3schools

      Content-Security-Policy: The page's settings have blocked the loading of a resource (frame-ancestors) on <unknown> because it conflicts with the following directive: 'frame-ancestors 'self' https://mycourses .w3schools.com'