Jump to content

sobrenome

Clients
  • Posts

    2,525
  • 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 sobrenome

  1. Besides this error, also cron errors:

    Hello,
    
     
    
    
    this error is caused by the DB Table field "bouncer_warning" which isn't part of the core software.
    Do you have any 3rd party applications or plugins, which could cause this?
    If yes, i would suggest to contact the 3rd party developer for further support.
    
     
    
     
    
    Regards,
    
     
    
    Daniel Fatkic
    Invision Power Services, Inc.

    The errors:

    Cron <user@xeon> /usr/local/bin/php -d memory_limit=-1 -d max_execution_time=0 /home/user/public_html/forum/applications/core/interface/task/task.php b221a0031452bc26ba11ab19dc169a32
    Exception:
    IPS\Db\Exception Object
    (
        [query] => UPDATE `core_members` core_members  SET `allow_admin_mails`=?,`bouncer_warning`=?,`bouncer_disabled`=?,`members_cache`=?,`members_bitoptions`=?,`members_bitoptions2`=? WHERE member_id=?
        [binds] => Array
            (
                [0] => 1
                [1] =>
                [2] => 1
                [3] => a:3:{s:7:"friends";a:0:{}s:13:"msgAlertReset";i:1338561989;s:7:"bouncer";a:1:{s:12:"disabledTime";i:1398656257;}}
                [4] => 1073807360
                [5] => 0
                [6] => 2
            )
    
        [message:protected] => Unknown column 'bouncer_warning' in 'field list'
        [string:Exception:private] =>
        [code:protected] => 1054
        [file:protected] => /home/user/public_html/forum/system/Db/Db.php
        [line:protected] => 386
        [trace:Exception:private] => Array
            (
                [0] => Array
                    (
                        [file] => /home/user/public_html/forum/system/Db/Db.php
                        [line] => 817
                        [function] => preparedQuery
                        [class] => IPS\_Db
                        [type] => ->
                        [args] => Array
                            (
                                [0] => UPDATE `core_members` core_members  SET `allow_admin_mails`=?,`bouncer_warning`=?,`bouncer_disabled`=?,`members_cache`=?,`members_bitoptions`=?,`members_bitoptions2`=? WHERE member_id=?
                                [1] => Array
                                    (
                                        [0] => 1
                                        [1] =>
                                        [2] => 1
                                        [3] => a:3:{s:7:"friends";a:0:{}s:13:"msgAlertReset";i:1338561989;s:7:"bouncer";a:1:{s:12:"disabledTime";i:1398656257;}}
                                        [4] => 1073807360
                                        [5] => 0
                                        [6] => 2
                                    )
    
                            )
    
                    )
    
                [1] => Array
                    (
                        [file] => /home/user/public_html/forum/system/Patterns/ActiveRecord.php
                        [line] => 442
                        [function] => update
                        [class] => IPS\_Db
                        [type] => ->
                        [args] => Array
                            (
                                [0] => core_members
                                [1] => Array
                                    (
                                        [allow_admin_mails] => 1
                                        [bouncer_warning] =>
                                        [bouncer_disabled] => 1
                                        [members_cache] => a:3:{s:7:"friends";a:0:{}s:13:"msgAlertReset";i:1338561989;s:7:"bouncer";a:1:{s:12:"disabledTime";i:1398656257;}}
                                        [members_bitoptions] => 1073807360
                                        [members_bitoptions2] => 0
                                    )
    
                                [2] => Array
                                    (
                                        [0] => member_id=?
                                        [1] => 2
                                    )
    
                            )
    
                    )
    
                [2] => Array
                    (
                        [file] => /home/user/public_html/forum/system/Member/Member.php
                        [line] => 295
                        [function] => save
                        [class] => IPS\Patterns\_ActiveRecord
                        [type] => ->
                        [args] => Array
                            (
                            )
    
                    )
    
                [3] => Array
                    (
                        [file] => /home/user/public_html/forum/applications/bouncer/extensions/core/Queue/PostThreeUpgrade.php
                        [line] => 120
                        [function] => save
                        [class] => IPS\_Member
                        [type] => ->
                        [args] => Array
                            (
                            )
    
                    )
    
                [4] => Array
                    (
                        [file] => /home/user/public_html/forum/applications/core/tasks/queue.php
                        [line] => 113
                        [function] => run
                        [class] => IPS\bouncer\extensions\core\Queue\_PostThreeUpgrade
                        [type] => ->
                        [args] => Array
                            (
                                [0] => Array
                                    (
                                        [maxMember] => 130780
                                    )
    
                                [1] => 0
                            )
    
                    )
    
                [5] => Array
                    (
                        [file] => /home/user/public_html/forum/system/Task/Task.php
                        [line] => 172
                        [function] => execute
                        [class] => IPS\core\tasks\_queue
                        [type] => ->
                        [args] => Array
                            (
                            )
    
                    )
    
                [6] => Array
                    (
                        [file] => /home/user/public_html/forum/system/Task/Task.php
                        [line] => 141
                        [function] => run
                        [class] => IPS\_Task
                        [type] => ->
                        [args] => Array
                            (
                            )
    
                    )
    
                [7] => Array
                    (
                        [file] => /home/user/public_html/forum/applications/core/interface/task/task.php
                        [line] => 58
                        [function] => runAndLog
                        [class] => IPS\_Task
                        [type] => ->
                        [args] => Array
                            (
                            )
    
                    )
    
            )
    
        [previous:Exception:private] =>
    )

     

  2. Sorry for the delay, I've been away a lot over the last few weeks.

    I'm currently in the final stages of testing. There's only one big change left for me to make, which is to move the upgrade logic out into a background task. There's a small 'issue' in current versions of IPS4 that will make the upgrade process look like it is frozen (when rebuilding large amounts of data), It's better to work around this than for people to stop the upgrade halfway believing that it is broken.

    Waiting to upgrade!!!!

    :rofl:

  3. I guess the best option is to make whatsapp the first sharing option.

    Another js to load is not a great idea.... lol

    Adding the picture just to others understand.

    Thanks a lot for the great plugin.

     

    whats.gif

  4. Hello!

    I would like to edit the template file for WhatsApp button.

    I tried to find it on core > global > sharelinks but it's not there. Where can I find it?

    Testing on iPhone, the button works, but the title gets plus signs (+) where should be spaces.

    The pontuation character  "!" is changed to "&#33;".

    And in system > site promotion > sharing, even if we put WhatsApp on top, it appears as the last sharing option for the user.

×
×
  • Create New...