Send private message

You must be logged in to send a private message.

Friends

No friends yet.

Group membership

Activity

  • Zenu replied on the discussion topic Elgg cannot connect to itself to test rewrite rules properly.
    Actually it seems to be specific to just my Mac and iPhone, the site works perfectly on my Windows PC :0 so I assume its something with Safari  view reply
  • Zenu replied on the discussion topic Elgg cannot connect to itself to test rewrite rules properly.
    Hello iikonly - thank you for your recommendation. I have looked at my /etc/apache2/sites-available/elgg.conf and I see the AllowOverride All comment. below is what I have   <Directory... view reply
  • Zenu added a new discussion topic Elgg cannot connect to itself to test rewrite rules properly. in the group Elgg Technical Support
    after reboot I am getting the below error Elgg cannot connect to itself to test rewrite rules properly. Check that curl is working and there are no IP restrictions preventing localhost connections. I didn't make any changes, just...
    • Hello iikonly - thank you for your recommendation. I have looked at my /etc/apache2/sites-available/elgg.conf and I see the AllowOverride All comment. below is what I have 

       <Directory /var/www/html/elgg/>

              Options +FollowSymlinks

              AllowOverride All

              Require all granted

           </Directory

      Also I have confirmed mod_rewrite is enabled and already running. 

      Any further ideas?

    • Actually it seems to be specific to just my Mac and iPhone, the site works perfectly on my Windows PC :0 so I assume its something with Safari 

    • Not sure what's going on for you. The virtual server config is a server-side configuration. It either works or not and it shouldn't matter which OS is used on client side to access the Elgg site. Also, the rewrite check is also done during the installation of the Elgg site. Once the installation is finished the error shouldn't occur anymore at all as the test is no longer performed when accessing the Elgg site (as you wouldn't try to run the install.php script).

  • Zenu added a new discussion topic LDAP Plugin configuration | LDAP - Elgg 2.3.10 in the group General Discussion
    Anyone have any luck with configuring the LDAP plugin? OS: Ubuntu 18, running the PHP LDAP  Elgg: 2.3.10 LDAP Pluggin config Host Name: ldap://servername.domain.com LDAP port: 389 LDAP protocol ver. 3 LDAP Bind DN:...
  • Zenu replied on the discussion topic Mobile Login Loop
    little nudge, any ideas? suggestions? view reply
  • Zenu replied on the discussion topic Mobile Login Loop
    I'm using Elgg Ver. 1.8.0.1, not using any mobile plugin, and my theme is purity. My symptoms are i just cant pass authentication from any smartphone. Being I'm new, perhaps i should be looking at a log somewhere? The OS I'm using is ubuntu server... view reply
  • Zenu added a new discussion topic Mobile Login Loop in the group Feedback and Planning
      Hello everyone, First off thank you to all the programmers of Elgg great work.  I have what i hope is a simple question. Whenever i try and login from my smartphone (iPhone) i authenticate with my credentials but instead of...
    • What version of elgg are you using? What version of elgg mobile plugin? What theme are you using?

       

      Rodolfo Hernandez

      Arvixe/Elgg Community Liaison

    • I'm using Elgg Ver. 1.8.0.1, not using any mobile plugin, and my theme is purity. My symptoms are i just cant pass authentication from any smartphone. Being I'm new, perhaps i should be looking at a log somewhere? The OS I'm using is ubuntu server 11, you can also view the symptom by visiting my site with a smartphone. www.sarcadi.com

    • little nudge, any ideas? suggestions?

  • Zenu replied on the discussion topic Login redirect 1.8
    In case anyone wants to forward directly to the users profile that logged in, the code is forward("profile/$username");   view reply