Amar Krishna

Send private message

You must be logged in to send a private message.

Friends

No friends yet.

Group membership

Activity

  • Amar Krishna added a new discussion topic profile manager in the group Elgg Technical Support
    Hello, need an urgent help with the profile/registration fields, i was able to add the country list on the registration page but i am not able to add email or data of birth field. Its throwing me "metadata is an invalid name" error. Please help asap...
  • Amar Krishna commented on the plugin Profile Manager
    Hello, need an urgent help with the profile/registration fields, i was able to add the country list on the registration page but i am not able to add email or data of birth field. Its throwing me "metadata is an invalid name" error. Please help asap...
  • Amar Krishna replied on the discussion topic Help ASAP( site not loading)
    Thank you view reply
  • Amar Krishna replied on the discussion topic Help ASAP( site not loading)
    again i got it working, but after few mins of activity its throwing me this error Fatal Error. Could not load the elgg:shoutout library from /home/content/23/11708523/html/test/mod/shoutout/models/model.php InvalidParameterException Object (... view reply
  • Amar Krishna replied on the discussion topic Help ASAP( site not loading)
    @iionly: with server error log files you meant error_log.txt? or any other file i am missing here? view reply
  • Amar Krishna replied on the discussion topic Help ASAP( site not loading)
    okay so here is what happened, i got it working for sometime, the page plugin was at the bottom , so i put it on the top( did this by enabling all the plugins one by one), but after few mins its not loading again. view reply
  • Amar Krishna added a new discussion topic Help ASAP( site not loading) in the group Elgg Technical Support
    Hello,     Last night my site was working fine, this morning its not loading in browser. The page goes blank. I tried to put a disabled file in the mod and got in to the admin panel , removed the latest plugins( it was working fine...
    • again i got it working, but after few mins of activity its throwing me this error

      Fatal Error.

      Could not load the elgg:shoutout library from /home/content/23/11708523/html/test/mod/shoutout/models/model.php

      InvalidParameterException Object
      (
      [message:protected] => Could not load the elgg:shoutout library from /home/content/23/11708523/html/test/mod/shoutout/models/model.php
      [string:Exception:private] => exception 'InvalidParameterException' with message 'Could not load the elgg:shoutout library from /home/content/23/11708523/html/test/mod/shoutout/models/model.php' in /home/content/23/11708523/html/test/engine/lib/elgglib.php:121
      Stack trace:
      #0 /home/content/23/11708523/html/test/mod/shoutout-master/start.php(88): elgg_load_library('elgg:shoutout')
      #1 [internal function]: shoutout_page_handler(Array, 'activity')
      #2 /home/content/23/11708523/html/test/engine/lib/pagehandler.php(53): call_user_func('shoutout_page_h...', Array, 'activity')
      #3 /home/content/23/11708523/html/test/engine/handlers/page_handler.php(46): page_handler('activity', NULL)
      #4 {main}
      [code:protected] => 0
      [file:protected] => /home/content/23/11708523/html/test/engine/lib/elgglib.php
      [line:protected] => 121
      [trace:Exception:private] => Array
      (
      [0] => Array
      (
      [file] => /home/content/23/11708523/html/test/mod/shoutout-master/start.php
      [line] => 88
      [function] => elgg_load_library
      [args] => Array
      (
      [0] => elgg:shoutout
      )

      )

      [1] => Array
      (
      [function] => shoutout_page_handler
      [args] => Array
      (
      [0] => Array
      (
      )

      [1] => activity
      )

      )

      [2] => Array
      (
      [file] => /home/content/23/11708523/html/test/engine/lib/pagehandler.php
      [line] => 53
      [function] => call_user_func
      [args] => Array
      (
      [0] => shoutout_page_handler
      [1] => Array
      (
      )

      [2] => activity
      )

      )

      [3] => Array
      (
      [file] => /home/content/23/11708523/html/test/engine/handlers/page_handler.php
      [line] => 46
      [function] => page_handler
      [args] => Array
      (
      [0] => activity
      [1] =>
      )

      )

      )

      [previous:Exception:private] =>
      )

    • The error message points to a problem with the shoutout plugin.

      Additionally, I see that the problem is caused by a wrong name of the shoutout plugin folder: it should not be "shoutout-master" but only "shoutout". So, rename the folder of the plugin to "shoutout".

      The "-master" is added to the folder name because you either downloaded the plugin from github yourself (the github site adds the -master - more precisely the branch name -  to all zip files downloaded) or the developer published a zip file he downloaded from github himself.