Group membership

Activity

  • adoi replied on the discussion topic Profile icon not changing after migration
    Please any solution for problem view reply
  • adoi added a new discussion topic Profile icon not changing after migration in the group Elgg Technical Support
    I am facing a wierd problem. after migratng to server, I founf many data floder permissions changed to 700 which caused many profiles blank without any image. when i changed folder permissions to 755. pictures returned back, except for...
    • Please any solution for problem

    • Try to recursively change the permissions for all folders in data folder. Something like chmod -R 755 data/

      Also make sure data folder is owned by apache (usually www-data). Are you by any chance using isp config? Because that causes additional problems

       

  • adoi replied on the discussion topic 404 error on upgrading from 1.7.8 to 1.8.8
    Amazingly, after renaming htaccess_dist  Everything working fine now. My first sucessful upgrade. I am still searching for the reason, which caused this. As it was only a test installation. and error occured 2 more times in earlier... view reply
  • adoi replied on the discussion topic 404 error on upgrading from 1.7.8 to 1.8.8
    Iionly,  I think you caught the problem.   I found this in my .htaccess file RewriteRule ^pg\/([A-Za-z0-9\_\-]+)\/(.*)$ engine/handlers/pagehandler.php?handler=$1&page=$2&%{QUERY_STRING}RewriteRule ^pg\/([A-Za-z0-9\_\-]+)$... view reply
  • adoi replied on the discussion topic 404 error on upgrading from 1.7.8 to 1.8.8
    Hello Iionly, Yes. I tested it with fresh installation with no plugin enabled ( plugin enabled by default on first admin login after installation)  Therewere no 3rd party plugin.  Also for ensuring that i had followed instructions right.... view reply
  • adoi replied on the discussion topic 404 error on upgrading from 1.7.8 to 1.8.8
    Steve can you please tell, how to check Apache error log. view reply
  • adoi replied on the discussion topic 404 error on upgrading from 1.7.8 to 1.8.8
    I follwed community wiki  Also i tested it many times, with fresh copy also, but same error   view reply
  • adoi added a new discussion topic 404 error on upgrading from 1.7.8 to 1.8.8 in the group Elgg Technical Support
    I tried upgrading my site to latest Elgg version but 404 error in place of indx page, A activity page is called. and results in 404 error.  I tried it many times with fresh installation also. but same error, tried over writing .htaccess...
    • No! Please, don't delete the "pg" part in the .htaccess file. These rewrite rules will ensure that for example old bookmarks to site content will still work. Elgg will handle this for you. It's only in the plugins code where "pg" should no longer be used in pagehandlers.

      So, it's best to start by copying/renaming htaccess_dist again to .htaccess. Then look into the .htacess file. There you will find some lines with "RewriteBase". These are commented out by default. If you have installed Elgg into a subdirectory of your www document root folder on your server (for example in a subdirectory called "elgg") and then call your site with http://domain.url/elgg, you would add a line to the .htaccess file that looks like

      RewriteBase /elgg/

      You need to modify it according to your subdirectory name. Just make sure you add a "/" at the end. And don't include the full url or the path to the directory on your server but only the relative part starting from your document root folder (i.e. what follows after your domain name in the url).

    • @Adoi

      Did you removed these folders before upgrading?

      * _css
      * account
      * admin
      * dashboard
      * entities
      * friends
      * search (may interfere with the search plugin so definitely important to delete)
      * settings
      * simplecache

      And did you also remove the views folder before upgrading, as specified in the elgg wiki?

      Rodolfo Hernandez

      Arvixe/Elgg Community Liaison

    • Amazingly, after renaming htaccess_dist 

      Everything working fine now.

      My first sucessful upgrade.

      I am still searching for the reason, which caused this. As it was only a test installation. and error occured 2 more times in earlier attempts.

      Thanks a lot Iionly, you made my day.

      @ Rjcalifornia, Yes i deleted all folders mentioned. 

      Problem seems to be solved.

  • adoi replied on the discussion topic How to redirect user to dashboard after registration
    I understand Iionly, But my idea is to allow user to enter website, but can not access anything  and easy readble message on user screen with link showing user to validate his accout. It is much like giving a demo entry to user till user... view reply
  • adoi added a new discussion topic How to redirect user to dashboard after registration in the group Elgg Technical Support
    Hi, I was wondering, is there any way to redirect user to dashboard, after clicking register link. Though user will be blocked to access site areas, getting notification to validate his account.  I am using 1.7.x Thanks
    • You need to create a plugin as Team Webgalli said This needs a bit complicated code by setting an extra metadata on users

    • The problem is the redirection immediatelly after registration. By default the account needs to be activated first via the activation email before a new user can log in. So, you would need to automatically activate the accounts for the users to be able to log in immediatelly. Though I don't know if this would be wise regarding possible spam bot attacks.

      The redirection after the login (once the account is activated) is possible using this plugin (available both for Elgg 1.7 and Elgg 1.8): http://community.elgg.org/plugins/384766/3.0/loginredirector.

    • I understand Iionly,

      But my idea is to allow user to enter website, but can not access anything  and easy readble message on user screen with link showing user to validate his accout.

      It is much like giving a demo entry to user till user validate his account. 

  • You can have a look on the SVN version of 1.9 or milestones for Elgg 1.9. That will help you to plan accordingly for your plugin .     view reply
  • adoi joined the group Feedback and Planning
  • adoi uploaded a new plugin: people from the neighborhood for 1.7 (fixed)
  • Same things i am trying these days.  Yes it is true Chat plugin do not includes instant icon notification and email notitfacation. solution for you. you can wait  september till Slyhne plugin messages will be... view reply
  • adoi replied on the discussion topic Elgg community website speed
    Iionly  as i told by my hosting provider, i am on 100 mbps port. As i told i have 3 gb of RAM. I had also tried by changing provider earlier, but it didn't really solved the problem. i had used XEN VPS with 512 RAM but with even single user... view reply