jbvk

About me:
Email:

Activity

  • jbvk joined the group Plugin Development
  • jbvk replied on the discussion topic Uploading Music Files, Icons not displaying in the group Elgg Technical Support
    Hello. I can't seem to get the file uploader to recognize audio (mp3) files. They are uploading fine but not being recognized by zaudio. Please see screenshot of file page below. Any thoughts / assistance would be greatly appreciated.
    • i'm not sure ... may be a setting in the php.ini file ... your server admin could tell you ... but that said the max file size upload permitted by my php.ini is 128MB ... so maybe there's something in the file mod, if so, i haven't found it yet

    • Hi I'm having the same problem, have changed max file details in the file mod but still no luck.

      I have posted this query in General discussion group but 3 days later still no response :(

      Hope there's someone out there who can point us in the right direction.

    • You can change upload files limit in the .htaccess file - worked for me!

      .htaccess:

      # php 5, apache 1 and 2
      <IfModule mod_php5.c>
          # default memory limit to 64Mb
          php_value memory_limit 64M
          # to make sure register global is off
          php_value register_globals 0
          # max post size to 10Mb
          php_value post_max_size 10485760
          # upload size limit to 10Mb   
          php_value upload_max_filesize 10485760
          # hide errors, enable only if debug enabled
          php_value display_errors 0
      </IfModule>

      or whatever size you need

      Hope it helps

  • jbvk replied on the discussion topic Uploading Music Files, Icons not displaying in the group Elgg Technical Support
    Hello. I can't seem to get the file uploader to recognize audio (mp3) files. They are uploading fine but not being recognized by zaudio. Please see screenshot of file page below. Any thoughts / assistance would be greatly appreciated.
    • i'm not sure ... may be a setting in the php.ini file ... your server admin could tell you ... but that said the max file size upload permitted by my php.ini is 128MB ... so maybe there's something in the file mod, if so, i haven't found it yet

    • Hi I'm having the same problem, have changed max file details in the file mod but still no luck.

      I have posted this query in General discussion group but 3 days later still no response :(

      Hope there's someone out there who can point us in the right direction.

    • You can change upload files limit in the .htaccess file - worked for me!

      .htaccess:

      # php 5, apache 1 and 2
      <IfModule mod_php5.c>
          # default memory limit to 64Mb
          php_value memory_limit 64M
          # to make sure register global is off
          php_value register_globals 0
          # max post size to 10Mb
          php_value post_max_size 10485760
          # upload size limit to 10Mb   
          php_value upload_max_filesize 10485760
          # hide errors, enable only if debug enabled
          php_value display_errors 0
      </IfModule>

      or whatever size you need

      Hope it helps

  • jbvk replied on the discussion topic invitefriends in the group Elgg Technical Support
    This relates to the native to elgg1.5 plugin. When one e-mail address is entered, it works the invitee receives an e-mail. If more than one e-mail address is entered (instructions followed, one e-mail address per line), no e-mails are received,...
  • jbvk replied on the discussion topic With friend invitation duplicate emails are sent in the group Elgg Technical Support
    Hey, I have PHPMailer installed with SiteAccess and InviteFriend modules.When friends are invited, first of all, 2 emails are sent for everything (for request to activate the key and confirmation) and I guess maybe this happens because both...
    • @liri, do you have a problem with one member typing in more than one address (one per line) in invitefriends and the e-mails not going out at all ? I've been having this problem. Would love to know how to fix. Sorry I can't be of help with your query.

       

    • I have liri's exact same problem, although my members get duplicate (2) emails with the"Lost password" functionality.

      I'm not using "invite friends" so I'm not sure if that also sends duplicates but I imagine it does.

      The plugins I have enabled that are likely related to this are:

      • uservalidationbyemail
      • siteaccess
      • phpmailer
      • vazco_groupmailer
      • mass_mailouts

      I'm using Elgg 5.0.

      I'm going to start investigating to see if I can figure out what exactly is causing this.

    • I'm retarded. 

      I didn't notice that the siteaccess plugin said here (http://community.elgg.org/pg/plugins/shellcode/read/63879/site-access) that the uservalidationbyemail plugin must be disabled.

      That did the trick!

  • jbvk added a new discussion topic invitefriends in the group Elgg Technical Support
    This relates to the native to elgg1.5 plugin. When one e-mail address is entered, it works the invitee receives an e-mail. If more than one e-mail address is entered (instructions followed, one e-mail address per line), no e-mails are received,...
  • jbvk joined the group Elgg Technical Support

Group membership