Grizwald

Send private message

You must be logged in to send a private message.

Friends

No friends yet.

Activity

  • Grizwald added a new discussion topic Login Page in the group Elgg Technical Support
    So I've forgotten where the file is to control what shows up to the right of the login box. Picture explains what I'm talking about: http://img859.imageshack.us/i/captures.jpg/ It's the blue area. It used to show recent updates, but it's a private...
  • Grizwald added a new discussion topic Login Page in the group Elgg Technical Support
    So I've forgotten where the file is to control what shows up to the right of the login box. Picture explains what I'm talking about.   It used to show recent updates, but it's a private site (requires invite and login) so the other admins...
  • Grizwald replied on the discussion topic Migration issues
    Made sure my paths were correct. I've got no idea what you mean with your second post, 10GO. Do you mean check under my mod? I have nothing but the default plugins in that folder. I just chmod'ed  the /actions/login.php to 755; no luck. view reply
  • Grizwald replied on the discussion topic Migration issues
    I haven't solved it. I'm just saying the mod_rewrite test proved mod_rewrite is still working, not that the site worked. The site is still totally broken. view reply
  • Grizwald replied on the discussion topic Migration issues
    Tried the mod_rewrite test, it worked. view reply
  • Grizwald replied on the discussion topic Migration issues
    Mod_Rewrite part of the .htaccess: <IfModule mod_rewrite.c>RewriteEngine on# If Elgg is in a subdirectory on your site, you might need to add a RewriteBase line# containing the path from your site root to elgg's root. e.g. If your site is#... view reply
  • Grizwald replied on the discussion topic Migration issues
    Did a clean reinstall. Need my users and everything so I imported the database and am still getting the same login error. view reply
  • Grizwald added a new discussion topic Migration issues in the group Elgg Technical Support
    So after following everything in the docs for making a duplicate installation and all, I got most things working. Except when I try to log in, I get an error saying "The requested action (login) was not defined in the system", which I assume is...
    • The problem could be:

      - The path of the site and the url are incorrect, check out into the db, the elgg_sites_entity and elgg_datalists, if those paths are correct.

      - All The path must end with a slash "/"

      Cheers.

    • Also you could check the login action:

      Search into your proyect files, under the mod, for 'register_action("login"', the second param of the action, must be true, wich is a public action. If it is set to false, you never be able to login into the site.

       

      Cheers.

    • Made sure my paths were correct. I've got no idea what you mean with your second post, 10GO. Do you mean check under my mod? I have nothing but the default plugins in that folder. I just chmod'ed  the /actions/login.php to 755; no luck.