Jump to content

joaocb

Clients
  • Posts

    57
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by joaocb

  1. found this error also

    Quote

    UPDATE `ibf_membermap_markers` membermap_markers  SET `marker_author`=76262 WHERE marker_id=846 
    IPS\Db\Exception: Unknown column 'marker_author' in 'field list' (1054)
    #0 /var/autofs/sites/erlogfssites/aquariofilia/forum/system/Db/Db.php(991): IPS\_Db->preparedQuery('UPDATE `ibf_mem...', Array)
    #1 /var/autofs/sites/erlogfssites/aquariofilia/forum/system/Patterns/ActiveRecord.php(493): IPS\_Db->update('membermap_marke...', Array, Array)
    #2 [internal function]: IPS\Patterns\_ActiveRecord->save()
    #3 /var/autofs/sites/erlogfssites/aquariofilia/forum/init.php(448) : eval()'d code(68): call_user_func_array('parent::save', Array)
    #4 [internal function]: IPS\Patterns\rules_hook_ipsPatternsActiveRecord->save()
    #5 /var/autofs/sites/erlogfssites/aquariofilia/forum/init.php(448) : eval()'d code(315): call_user_func_array('parent::save', Array)
    #6 /var/autofs/sites/erlogfssites/aquariofilia/forum/applications/membermap/sources/Markers/Markers.php(439): IPS\rules_hook_ipsContent->save()
    #7 /var/autofs/sites/erlogfssites/aquariofilia/forum/applications/membermap/extensions/core/MemberSync/membermap.php(52): IPS\membermap\Markers\_Markers->save()
    #8 [internal function]: IPS\membermap\extensions\core\MemberSync\_membermap->onMerge(Object(IPS\Member), Object(IPS\Member))
    #9 /var/autofs/sites/erlogfssites/aquariofilia/forum/system/Member/Member.php(3146): call_user_func_array(Array, Array)
    #10 [internal function]: IPS\_Member->memberSync('onMerge', Array)
    #11 /var/autofs/sites/erlogfssites/aquariofilia/forum/init.php(448) : eval()'d code(62): call_user_func_array('parent::memberS...', Array)
    #12 /var/autofs/sites/erlogfssites/aquariofilia/forum/system/Member/Member.php(3168): IPS\rules_hook_ipsMember->memberSync('onMerge', Array)
    #13 /var/autofs/sites/erlogfssites/aquariofilia/forum/applications/core/modules/admin/members/members.php(1553): IPS\_Member->merge(Object(IPS\Member))
    #14 /var/autofs/sites/erlogfssites/aquariofilia/forum/system/Dispatcher/Controller.php(86): IPS\core\modules\admin\members\_members->merge()
    #15 /var/autofs/sites/erlogfssites/aquariofilia/forum/system/Dispatcher/Dispatcher.php(129): IPS\Dispatcher\_Controller->execute()
    #16 /var/autofs/sites/erlogfssites/aquariofilia/forum/admin/index.php(14): IPS\_Dispatcher->run()
    #17 {main}

    I think you quoted my other question by mistake, right?

  2. 8 hours ago, Martin A. said:

    Go to ACP > Support, and look at either the "System Log" or "Error Log". Do you have any entries for "Member Map" in there?

    I made a search and found only an error when a user was using search... don't think it's this but in any case, here's the error:

    Quote

    SELECT main.*, membermap_markers.marker_, membermap_markers.marker_, membermap_markers.marker_, ((MATCH(index_title) AGAINST ('VfhBCVGUXpOwY')*5)+(MATCH(index_content,index_title) AGAINST ('VfhBCVGUXpOwY')))/POWER(( ( UNIX_TIMESTAMP( NOW() ) - ( CASE WHEN index_date_updated <= UNIX_TIMESTAMP( NOW() ) THEN index_date_updated ELSE 0 END )) / 3600 ) + 2,1.5) AS calcscore FROM `ibf_core_search_index` AS `main` LEFT JOIN `ibf_membermap_markers` AS `membermap_markers` ON membermap_markers.marker_id=main.index_item_id WHERE ( ( index_class IN('IPS\\core\\Statuses\\Status','IPS\\core\\Statuses\\Reply') ) OR index_class='IPS\forums\Topic\Post' OR ( index_class IN('IPS\\calendar\\Event','IPS\\calendar\\Event\\Comment','IPS\\calendar\\Event\\Review') ) OR ( index_class IN('IPS\\gallery\\Image','IPS\\gallery\\Image\\Comment','IPS\\gallery\\Image\\Review') ) OR ( index_class IN('IPS\\downloads\\File','IPS\\downloads\\File\\Comment','IPS\\downloads\\File\\Review') ) OR index_class='IPS\nexus\Package\Review' OR index_class='IPS\membermap\Markers\Markers' OR ( index_class IN('IPS\\links\\Link','IPS\\links\\Link\\Comment','IPS\\links\\Link\\Review') ) ) AND ( ( index_class='IPS\membermap\Markers\Markers' AND membermap_markers.marker_>=1 AND membermap_markers.marker_>=0 AND membermap_markers.marker_>=0 ) ) AND ( ( MATCH(index_content,index_title) AGAINST ('VfhBCVGUXpOwY') ) OR ( index_item_index_id=index_id AND 1=0 ) ) AND ( index_permissions = '*' OR ( FIND_IN_SET(2,index_permissions) ) ) AND index_hidden=0 ORDER BY calcscore DESC LIMIT 0,25
    IPS\Db\Exception: Unknown column 'membermap_markers.marker_' in 'field list' (1054)
    #0 /var/autofs/sites/erlogfssites/aquariofilia/forum/system/Db/Select.php(356): IPS\_Db->preparedQuery('SELECT main.*, ...', Array, true)
    #1 /var/autofs/sites/erlogfssites/aquariofilia/forum/system/Db/Select.php(418): IPS\Db\_Select->runQuery()
    #2 [internal function]: IPS\Db\_Select->rewind()
    #3 /var/autofs/sites/erlogfssites/aquariofilia/forum/system/Content/Search/Mysql/Query.php(1150): iterator_to_array(Object(IPS\Db\Select))
    #4 /var/autofs/sites/erlogfssites/aquariofilia/forum/applications/core/modules/front/search/search.php(565): IPS\Content\Search\Mysql\_Query->search('VfhBCVGUXpOwY', Array, 17)
    #5 /var/autofs/sites/erlogfssites/aquariofilia/forum/applications/core/modules/front/search/search.php(74): IPS\core\modules\front\search\_search->_results()
    #6 /var/autofs/sites/erlogfssites/aquariofilia/forum/system/Dispatcher/Controller.php(97): IPS\core\modules\front\search\_search->manage()
    #7 /var/autofs/sites/erlogfssites/aquariofilia/forum/system/Dispatcher/Dispatcher.php(129): IPS\Dispatcher\_Controller->execute()
    #8 /var/autofs/sites/erlogfssites/aquariofilia/forum/index.php(13): IPS\_Dispatcher->run()
    #9 {main}

     

  3. Hi all,

    This was one of the first apps I installed and everything went ok. I just noticed that recently, without making any changes to the app itself, it stopped working and the map doesn't load. You can check it here: http://www.aquariofilia.net/forum/membermap/

    I updated the app to the latest version but it's still not working... any idea what it could be? Anyone had similar problem?

    Thanks a lot!

  4. 1 hour ago, Mike John said:

    I'll note this for a future version. Shouldn't be any major issues as long as it can use the users local time to decide what logo to show.

    Indeed, that would be important.

    Looking forward to the next version where this will be included! I will buy it for sure :) If you need a beta tester count on me to help ;)

  5. Hi @Mike John, congrats on the great plugin!

    I do have a question related to a functionality that today is not available, but which would be amazing to have and I would definitely acquire it if it would be included.

    From what I see and read, the plugin allows you to define random logos and then display them, well, randomly. Would it be possible to define days in which the logo to be displayed would be not a random one, but a specific one?

    I am thinking in something like google does in their search page, but for the IPB logos. I have today more than 30 different logos which I need to manually change, and with this functionality it would be super simply to set it up and easily update and add new logos.

    What do you think?

    Thanks again for the plugin and looking forward to your reply!
    JB

  6. 11 hours ago, newbie LAC said:

    Hello,

    Have you created applications for services?

    I have login handlers for facebook, google, instagram, twitter, linkedin, paypal, instagram... I followed the instructions above for youtube but it didn't work since it asks for the user channel link and not for the application id or the application secret. The same for the other social networks, except Twitter which is working well.

  7. 16 hours ago, David.. said:

    You need to redo all permissions of the awards.

    Read the pdf guide also

    I only check the permissions and since they were all set didn't worried about it... followed your advice and reconfigure it all, and it's now working ;) Thanks a lot!

  8. I just installed this App today, since I recently upgraded my board to IPB4. Previously I had the HQ Awards, and when running the import tool, it worked perfectly for the awards, but sadly not for the members that were awarded the old medals... is this normal to happen or something went wrong?

    Thanks!

  9. Hi Adriano!

    Happy to see that you developed the upgrade of this great app :) I just upgraded to the new IPB and am updating older apps. When trying to update this one, I got the following error:

    Quote

    Sorry, you do not have permission for that!
    1S111/1 Unknown column 'link_views' in 'field list'

    Any idea what I should do here?

    Muito obrigado!

    JB

×
×
  • Create New...