zeroflares

Send private message

You must be logged in to send a private message.

Bookmarks

No bookmarks

Plugins

We couldn't find any plugins, themes or language packs at the moment.

Group membership

Send private message

You must be logged in to send a private message.

Friends

No friends yet.

Friends

No friends yet.

Pages

No pages created yet

Activity

  • zeroflares replied on the discussion topic Upgrading from 1.7 to 1.8
    I wish I knew.    I just know that it works on 1.7 perfectly but not on 1.8. thread the upgrade was hard back when it was first release but thought it would get easier.  view reply
  • zeroflares replied on the discussion topic Upgrading from 1.7 to 1.8
    Tried it. Installed 1.8 perfectly but when swapped it gives me that "The action file for login was not found." somehow. Looks like there's something wrong with the database but it works fine in 1.7 hmmmmmmm view reply
  • zeroflares replied on the discussion topic Upgrading from 1.7 to 1.8
    Hmm iionly, I'm not upgrading exactly. I said installer because the screen told me it was called installer when I went to http://localhost/elgg/ I am using a 1.7 database that works fine in 1.7. But I have no install. I just have the database. I... view reply
  • zeroflares replied on the discussion topic Upgrading from 1.7 to 1.8
    When I ran the 1.8 installer to connect to the database it appears to have created one.  view reply
  • zeroflares added a new discussion topic Upgrading from 1.7 to 1.8 in the group Elgg Technical Support
    I'm trying to upgrade from 1.7 elgg to 1.8 but I keep getting the error message The action file for login was not found. I just plugged in a 1.7 database I have and a fresh copy of 1.8 files.  Is there somethng wrong with the database?...
    • I wish I knew. 

       

      I just know that it works on 1.7 perfectly but not on 1.8. thread the upgrade was hard back when it was first release but thought it would get easier. 

    • The upgrade process hasn't changed, I would check you entries for path and dataroot in the datalists table

    • Are you trying to use the Elgg 1.7 database on an Elgg 1.8 version on the same server - with same domain name, same location of Elgg install directory and same location of data directory? If not, you would need to make some adjustments in the database as described here: http://docs.elgg.org/wiki/DuplicateInstallation.

      If it's the same server you might still need to adjust at least the RewriteBase entry in the (new Elgg 1.8) .htaccess file in case you installed Elgg into a subdirectory (e.g. accessing it with http://mydomain/elgg instead of http://mydomain). The comment in the .htaccess file will tell you what to do.

      And to make it clear: you are doing an "upgrade" rather than doing a fresh install as you want to continue to use an old database (and the corresponding data directory). If you don't have the old Elgg 1.7 files on the server anymore you will not need to remove them before installing the Elgg 1.8 files. But all the other steps are quite the same as described in the upgrade instructions. In any case you would need to run upgrade.php after switching to the old database. This is necessary to make the database an Elgg 1.8 database.

      You also need to keep in mind that any 3rd party plugins that were present when the Elgg 1.7 database was in use on Elgg 1.7 and are now missing in your fresh Elgg 1.8 installation could result in problems, too. Best would have been to disable them all on Elgg 1.7 before trying to use the database on Elgg 1.8 now.

  • zeroflares replied on the discussion topic Does Elgg work with CloudFlare?
    Hi Ron great to hear. I'm on 1.7 too. Thank you kindly for letting me know. If I may ask, just wondering if you have notice an increase in speed for your site?   Once again thank you. view reply
  • zeroflares added a new discussion topic Does Elgg work with CloudFlare? in the group Elgg Technical Support
    Just wondering if it is a good or bad idea to use elgg with cloudflare. Does anyone know?
    • i already saw that page, yes.

      from the comments:
      "Even though cloudflare advertises that there are no bandwidth limits, there is a limit. I guess it’s not a fixed rate but I recently got an email about that (I double checked the sender)."

      as i said, 'cloudflare' is presently faster than incapsula. however, if you watch the video in the link i posted you will see that incapsula offers/offered better security than cloudflare's apparently non-existent anti-hacking system. the load testing that was quoted in the page you gave me is from loadimpact and the test was not optimally set up to ensure the correct servers were being tested globally - as far as i know.

      from my own experience, so far, i prefer incapsula. though my site is not busy presently.

    • Thanks for sharing!! Currently I am looking for speed.. But just in case I did not understand security for the site normally if I  need to secure my site I would prefer SSL over my site and also  I compared both solution everything seems same to me and I need to read more to understand security topic and need to get familiar with "incapsula"

  • zeroflares added a new discussion topic Calling 2 or more subtypes in river in the group Elgg Technical Support
    Hello! Is there a way to call more subtypes than 1? I'm using something like this but want to call something else along with groupforumtopic $river = elgg_view_river_items ($subject_guid=0, $object_guid=0, $subject_relationship= '', $type=...

Activity

  • zeroflares replied on the discussion topic Upgrading from 1.7 to 1.8
    I wish I knew.    I just know that it works on 1.7 perfectly but not on 1.8. thread the upgrade was hard back when it was first release but thought it would get easier.  view reply
  • zeroflares replied on the discussion topic Upgrading from 1.7 to 1.8
    Tried it. Installed 1.8 perfectly but when swapped it gives me that "The action file for login was not found." somehow. Looks like there's something wrong with the database but it works fine in 1.7 hmmmmmmm view reply
  • zeroflares replied on the discussion topic Upgrading from 1.7 to 1.8
    Hmm iionly, I'm not upgrading exactly. I said installer because the screen told me it was called installer when I went to http://localhost/elgg/ I am using a 1.7 database that works fine in 1.7. But I have no install. I just have the database. I... view reply
  • zeroflares replied on the discussion topic Upgrading from 1.7 to 1.8
    When I ran the 1.8 installer to connect to the database it appears to have created one.  view reply
  • zeroflares added a new discussion topic Upgrading from 1.7 to 1.8 in the group Elgg Technical Support
    I'm trying to upgrade from 1.7 elgg to 1.8 but I keep getting the error message The action file for login was not found. I just plugged in a 1.7 database I have and a fresh copy of 1.8 files.  Is there somethng wrong with the database?...
    • I wish I knew. 

       

      I just know that it works on 1.7 perfectly but not on 1.8. thread the upgrade was hard back when it was first release but thought it would get easier. 

    • The upgrade process hasn't changed, I would check you entries for path and dataroot in the datalists table

    • Are you trying to use the Elgg 1.7 database on an Elgg 1.8 version on the same server - with same domain name, same location of Elgg install directory and same location of data directory? If not, you would need to make some adjustments in the database as described here: http://docs.elgg.org/wiki/DuplicateInstallation.

      If it's the same server you might still need to adjust at least the RewriteBase entry in the (new Elgg 1.8) .htaccess file in case you installed Elgg into a subdirectory (e.g. accessing it with http://mydomain/elgg instead of http://mydomain). The comment in the .htaccess file will tell you what to do.

      And to make it clear: you are doing an "upgrade" rather than doing a fresh install as you want to continue to use an old database (and the corresponding data directory). If you don't have the old Elgg 1.7 files on the server anymore you will not need to remove them before installing the Elgg 1.8 files. But all the other steps are quite the same as described in the upgrade instructions. In any case you would need to run upgrade.php after switching to the old database. This is necessary to make the database an Elgg 1.8 database.

      You also need to keep in mind that any 3rd party plugins that were present when the Elgg 1.7 database was in use on Elgg 1.7 and are now missing in your fresh Elgg 1.8 installation could result in problems, too. Best would have been to disable them all on Elgg 1.7 before trying to use the database on Elgg 1.8 now.

  • zeroflares replied on the discussion topic Does Elgg work with CloudFlare?
    Hi Ron great to hear. I'm on 1.7 too. Thank you kindly for letting me know. If I may ask, just wondering if you have notice an increase in speed for your site?   Once again thank you. view reply
  • zeroflares added a new discussion topic Does Elgg work with CloudFlare? in the group Elgg Technical Support
    Just wondering if it is a good or bad idea to use elgg with cloudflare. Does anyone know?
    • i already saw that page, yes.

      from the comments:
      "Even though cloudflare advertises that there are no bandwidth limits, there is a limit. I guess it’s not a fixed rate but I recently got an email about that (I double checked the sender)."

      as i said, 'cloudflare' is presently faster than incapsula. however, if you watch the video in the link i posted you will see that incapsula offers/offered better security than cloudflare's apparently non-existent anti-hacking system. the load testing that was quoted in the page you gave me is from loadimpact and the test was not optimally set up to ensure the correct servers were being tested globally - as far as i know.

      from my own experience, so far, i prefer incapsula. though my site is not busy presently.

    • Thanks for sharing!! Currently I am looking for speed.. But just in case I did not understand security for the site normally if I  need to secure my site I would prefer SSL over my site and also  I compared both solution everything seems same to me and I need to read more to understand security topic and need to get familiar with "incapsula"

  • zeroflares added a new discussion topic Calling 2 or more subtypes in river in the group Elgg Technical Support
    Hello! Is there a way to call more subtypes than 1? I'm using something like this but want to call something else along with groupforumtopic $river = elgg_view_river_items ($subject_guid=0, $object_guid=0, $subject_relationship= '', $type=...