Jump to content

kims79

Clients
  • Posts

    153
  • 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 kims79

  1. Hi @Adriano Faria

    The bank returns an error 500 under php 8 :

    ValueError: Unknown format specifier "S" (0)
    #0 /var/www/vhosts/fallout-generation.com/httpdocs/system/Lang/Lang.php(1950): vsprintf()
    #1 /var/www/vhosts/fallout-generation.com/httpdocs/system/Lang/Lang.php(1713): IPS\_Lang->replaceWords()
    #2 /var/www/vhosts/fallout-generation.com/httpdocs/system/Output/Output.php(807): IPS\_Lang->parseOutputForDisplay()
    #3 /var/www/vhosts/fallout-generation.com/httpdocs/system/Dispatcher/Dispatcher.php(173): IPS\_Output->sendOutput()
    #4 /var/www/vhosts/fallout-generation.com/httpdocs/init.php(902) : eval()'d code(14): IPS\_Dispatcher->finish()
    #5 /var/www/vhosts/fallout-generation.com/httpdocs/system/Dispatcher/Standard.php(113): IPS\hook1631->finish()
    #6 /var/www/vhosts/fallout-generation.com/httpdocs/system/Dispatcher/Front.php(674): IPS\Dispatcher\_Standard->finish()
    #7 /var/www/vhosts/fallout-generation.com/httpdocs/system/Dispatcher/Dispatcher.php(155): IPS\Dispatcher\_Front->finish()
    #8 /var/www/vhosts/fallout-generation.com/httpdocs/index.php(13): IPS\_Dispatcher->run()
    #9 {main}

     

    BACKTRACE

     

    #0 /var/www/vhosts/fallout-generation.com/httpdocs/init.php(1004): IPS\_Log::log()
    #1 [internal function]: IPS\IPS::exceptionHandler()
    #2 {main}

     

    Thank you for your work 🙂

     

  2. Hello,

    When rebuilding trophies with Ipboard 4.6.1 a blocking error appears from the manual start of the task: 

    TypeError: in_array(): Argument #2 ($haystack) must be of type array, bool given (0)
    #0 /var/www/vhosts/fallout-generation.com/httpdocs/applications/core/extensions/core/AchievementAction/FollowNode.php(130): in_array()
    #1 /var/www/vhosts/fallout-generation.com/httpdocs/applications/core/extensions/core/Queue/RebuildAchievements.php(133): IPS\core\extensions\core\AchievementAction\_FollowNode::rebuildRow()
    #2 /var/www/vhosts/fallout-generation.com/httpdocs/system/Task/Task.php(47): IPS\core\extensions\core\Queue\_RebuildAchievements->run()
    #3 /var/www/vhosts/fallout-generation.com/httpdocs/applications/core/modules/admin/system/background.php(87): IPS\_Task::runQueue()
    #4 /var/www/vhosts/fallout-generation.com/httpdocs/system/Helpers/MultipleRedirect/MultipleRedirect.php(93): IPS\core\modules\admin\system\_background->IPS\core\modules\admin\system\{closure}()
    #5 /var/www/vhosts/fallout-generation.com/httpdocs/applications/core/modules/admin/system/background.php(136): IPS\Helpers\_MultipleRedirect->__construct()
    #6 /var/www/vhosts/fallout-generation.com/httpdocs/system/Dispatcher/Controller.php(90): IPS\core\modules\admin\system\_background->process()
    #7 /var/www/vhosts/fallout-generation.com/httpdocs/applications/core/modules/admin/system/background.php(42): IPS\Dispatcher\_Controller->execute()
    #8 /var/www/vhosts/fallout-generation.com/httpdocs/system/Dispatcher/Dispatcher.php(153): IPS\core\modules\admin\system\_background->execute()
    #9 /var/www/vhosts/fallout-generation.com/httpdocs/admin_fogen/index.php(13): IPS\_Dispatcher->run()
    #10 {main}

     

    Thank

     

  3. Hello,

    Since the last patch an error appears when consulting a category with reports:

    Error: Call to undefined method IPS\projectmanager\Project::contentPostedIn() (0)

    #0 /var/www/vhosts/fallout-generation.com/httpdocs/system/Helpers/Table/Table.php(489): IPS\projectmanager\Project\_Table->getRows()

    #1 /var/www/vhosts/fallout-generation.com/httpdocs/uploads/template_87_87c9d24aa1690b5b98736f27b6d146ec_index.php(599): IPS\Helpers\Table\_Table->__toString()

    #2 /var/www/vhosts/fallout-generation.com/httpdocs/system/Theme/SandboxedTemplate.php(61): IPS\Theme\Cache\class_projectmanager_front_index->table()

    #3 /var/www/vhosts/fallout-generation.com/httpdocs/uploads/template_87_87c9d24aa1690b5b98736f27b6d146ec_index.php(585): IPS\Theme\_SandboxedTemplate->__call()

    #4 /var/www/vhosts/fallout-generation.com/httpdocs/system/Theme/SandboxedTemplate.php(61): IPS\Theme\Cache\class_projectmanager_front_index->project()

    #5 /var/www/vhosts/fallout-generation.com/httpdocs/applications/projectmanager/modules/front/projects/view.php(126): IPS\Theme\_SandboxedTemplate->__call()

    #6 /var/www/vhosts/fallout-generation.com/httpdocs/system/Dispatcher/Controller.php(90): IPS\projectmanager\modules\front\projects\_view->issues()

    #7 /var/www/vhosts/fallout-generation.com/httpdocs/applications/projectmanager/modules/front/projects/view.php(53): IPS\Dispatcher\_Controller->execute()

    #8 /var/www/vhosts/fallout-generation.com/httpdocs/system/Dispatcher/Dispatcher.php(153): IPS\projectmanager\modules\front\projects\_view->execute()

    #9 /var/www/vhosts/fallout-generation.com/httpdocs/index.php(13): IPS\_Dispatcher->run()

    #10 {main}

     

    Thanking you 🙂

     

  4. Hello !

    Today we have an endpoint to get all records from a database with the Rest API

    • /cms/records/{database_id}

    Some usefull parameters are available, to get records from a catagory, or to sort by a default field.

    But there is some lack. It could be very nice to allow the Rest API users to do more things : 

    1. To filter the records according to a default field (even if we can use the core search endpoint, but which is limited to title/content) and for custom/complex fields .
    2. To sort by a custom field

    This kind of filtering probably already exists in IPB, because we can add filters in IP Boards databases, with requests like

    • ipboard.com/games/?advanced_search_submitted=1&&csrfKey=XXX&content_field_54[1]=RPG&&sortby=record_publish_date&sortdirection=desc&record_type=all&time_frame=show_all

     

    What do you thinkg about it ?

     

    Thank you !

  5. 23 minutes ago, Fosters said:

    What issues are you still facing? 

     

    Hello,

    On the page: https://fallout-generation.com/trophies/

    We still have display problems (same problem in profiles)

    image.thumb.png.629bae497bfaed7890fde27b26852c58.png

    And in additional action, "replace trophy" always generates an error:

    Quote

    TypeError: Argument 2 passed to IPS\membersshop\extensions\trophies\TrophyCriteria\_membersshop::memberMeetsCriteria() must be an instance of IPS\trophies\Trophy, instance of IPS\trophies\_Trophy given, called in /var/www/vhosts/fallout-generation.com/httpdocs/applications/trophies/sources/Trophy/Trophy.php on line 434 (0)
    #0 /var/www/vhosts/fallout-generation.com/httpdocs/applications/trophies/sources/Trophy/Trophy.php(434): IPS\membersshop\extensions\trophies\TrophyCriteria\_membersshop::memberMeetsCriteria()
    #1 /var/www/vhosts/fallout-generation.com/httpdocs/applications/trophies/sources/Trophy/Trophy.php(479): IPS\trophies\_Trophy->memberMeetsCriteria()
    #2 /var/www/vhosts/fallout-generation.com/httpdocs/applications/trophies/extensions/trophies/TrophyCriteria/Criteria.php(46): IPS\trophies\_Trophy::updateTrophiesForMember()
    #3 /var/www/vhosts/fallout-generation.com/httpdocs/applications/trophies/sources/Trophy/Trophy.php(233): IPS\trophies\extensions\trophies\TrophyCriteria\_Criteria::handleForm()
    #4 /var/www/vhosts/fallout-generation.com/httpdocs/system/Node/Controller.php(413): IPS\trophies\_Trophy->formatFormValues()
    #5 /var/www/vhosts/fallout-generation.com/httpdocs/system/Dispatcher/Controller.php(90): IPS\Node\_Controller->form()
    #6 /var/www/vhosts/fallout-generation.com/httpdocs/system/Node/Controller.php(62): IPS\Dispatcher\_Controller->execute()
    #7 /var/www/vhosts/fallout-generation.com/httpdocs/applications/trophies/modules/admin/trophies/trophy.php(54): IPS\Node\_Controller->execute()
    #8 /var/www/vhosts/fallout-generation.com/httpdocs/system/Dispatcher/Dispatcher.php(152): IPS\trophies\modules\admin\trophies\_trophy->execute()
    #9 /var/www/vhosts/fallout-generation.com/httpdocs/admin_fogen/index.php(14): IPS\_Dispatcher->run()
    #10 {main}

     

    On the other hand, the errors in the logs related to the calls for the trophy are they resolved, a big thank you!

     

    image.png

  6. After trying goals, it's an excellent application but I encountered some bugs on the "milestone" goals :

    • The goals are validated several times for the members (at least for the shop and the reputation)
    • Goals generate multiple chain tasks on the same goals (I had more than 30 before deactivation)
    • Even disabled the goals seem to work and generate tasks.

     

    Here are some illustrative images, they are milestone goals :

    Screenshot_2021-01-05-10-34-08-199_com.android.chrome.thumb.jpg.543c309c5e61858fde88414cb092f6e2.jpgScreenshot_2021-01-05-10-32-07-596_com.android.chrome.thumb.jpg.f92993096682f871e3ecfcb4445fe233.jpg

    No worries for regular goals for the moment :)

  7. 6 minutes ago, GTAPoliceMods said:

    @RoleplayUK We're running the latest version of this app on 4.5. Many issues, but our in-house development team fixed them on our copy.

    Would be great if the dev would follow through with their promise to fix the app.

    Keen eye for noticing, by the way.

    Good news !

    Can you share your fixes while the author reappears?

    It would be great 🙂

  8. Hello, I just opened a ticket because we have encountered a problem since this morning (everything worked yesterday) it seems that our license key is no longer recognized even though we are up to date with payments.

    When we try to update the license information, this message is displayed " The CSRF protection key did not match. This may indicate a plugin or theme is out of date. Please contact technical support for more information." and replacing it, ipb tells us that it does not exist? Similar problems today?

    Does IPB verify the license key on a particular port of the server?

    Thank you Kims

  9. Hello,

    For some time now, an idea has been going through my mind after seeing it implemented on forums.

    This would be to create a chatbox (like Chatbox+) syncronized with a Discord server room.

    Indeed, we all observe that users today favor this system of communication to the detriment of our forums.

     

    But we can also see that some of our members do not come to discord because they do not want to install additional applications.

    Discord users could therefore chat with forum users and vice versa in real time in a completely transparent manner.

    I think this solution would reinvigorate a lot of community and recreate links.

    I hope to see an application of this type one day at IPB.

    Regards,

    Kims.

     

  10. Hello

    We encounter an error when a member has won a raffle, a 404 error is displayed:

     

    The information email also seems badly formatted in the title

    image.thumb.png.4f6719470815ca11369975206f4da8d4.pngimage.thumb.png.18ff2c4a30add3e23617e65b6ed24e68.png

     

    It even persists by disabling the trophy application that is causing concern:

    image.thumb.png.eb5a8daecebc16d83b609b612e2f2668.png

    Kims

  11. On 10/29/2020 at 5:09 PM, Maxtor said:

    The log entry was triggered by a guest (Guests)

    
    
    Error: Call to a member function getItemImage() on null in /home/mywebsite/public_html/applications/trophies/sources/Trophy/MemberTrophy.php:251
    Stack trace:
    #0 /home/mywebsite/public_html/system/Theme/Theme.php(860) : eval()'d code(263): IPS\trophies\Trophy\_MemberTrophy->getItemImage('trophy_trophyic...', 2, true)
    #1 /home/mywebsite/public_html/system/Theme/SandboxedTemplate.php(61): IPS\Theme\class_trophies_front_global->postbit(Object(IPS\Member))
    #2 /home/mywebsite/public_html/system/Theme/Theme.php(860) : eval()'d code(2366): IPS\Theme\_SandboxedTemplate->__call('postbit', Array)
    #3 /home/mywebsite/public_html/system/Theme/SandboxedTemplate.php(61): IPS\Theme\class_forums_front_topics->postContainer(Object(IPS\forums\Topic), Object(IPS\forums\Topic\Post), Array, '')
    #4 /home/mywebsite/public_html/system/Theme/Theme.php(860) : eval()'d code(5043): IPS\Theme\_SandboxedTemplate->__call('postContainer', Array)
    #5 /home/mywebsite/public_html/system/Theme/SandboxedTemplate.php(61): IPS\Theme\class_forums_front_topics->topic(Object(IPS\forums\Topic), Array, NULL, Array, NULL, NULL, Array)
    #6 /home/mywebsite/public_html/applications/forums/modules/front/forums/topic.php(459): IPS\Theme\_SandboxedTemplate->__call('topic', Array)
    #7 /home/mywebsite/public_html/init.php(893) : eval()'d code(15): IPS\forums\modules\front\forums\_topic->manage()
    #8 /home/mywebsite/public_html/system/Dispatcher/Controller.php(101): IPS\forums\modules\front\forums\hook1037->manage()
    #9 /home/mywebsite/public_html/system/Content/Controller.php(50): IPS\Dispatcher\_Controller->execute()
    #10 /home/mywebsite/public_html/applications/forums/modules/front/forums/topic.php(39): IPS\Content\_Controller->execute()
    #11 /home/mywebsite/public_html/system/Dispatcher/Dispatcher.php(152): IPS\forums\modules\front\forums\_topic->execute()
    #12 /home/mywebsite/public_html/index.php(13): IPS\_Dispatcher->run()
    #13 {main}

    BACKTRACE

    
    
    #0 /home/mywebsite/public_html/system/Theme/SandboxedTemplate.php(71): IPS\_Log::log(Object(Error), 'template_error')
    #1 /home/mywebsite/public_html/system/Theme/Theme.php(860) : eval()'d code(2366): IPS\Theme\_SandboxedTemplate->__call('postbit', Array)
    #2 /home/mywebsite/public_html/system/Theme/SandboxedTemplate.php(61): IPS\Theme\class_forums_front_topics->postContainer(Object(IPS\forums\Topic), Object(IPS\forums\Topic\Post), Array, '')
    #3 /home/mywebsite/public_html/system/Theme/Theme.php(860) : eval()'d code(5043): IPS\Theme\_SandboxedTemplate->__call('postContainer', Array)
    #4 /home/mywebsite/public_html/system/Theme/SandboxedTemplate.php(61): IPS\Theme\class_forums_front_topics->topic(Object(IPS\forums\Topic), Array, NULL, Array, NULL, NULL, Array)
    #5 /home/mywebsite/public_html/applications/forums/modules/front/forums/topic.php(459): IPS\Theme\_SandboxedTemplate->__call('topic', Array)
    #6 /home/mywebsite/public_html/init.php(893) : eval()'d code(15): IPS\forums\modules\front\forums\_topic->manage()
    #7 /home/mywebsite/public_html/system/Dispatcher/Controller.php(101): IPS\forums\modules\front\forums\hook1037->manage()
    #8 /home/mywebsite/public_html/system/Content/Controller.php(50): IPS\Dispatcher\_Controller->execute()
    #9 /home/mywebsite/public_html/applications/forums/modules/front/forums/topic.php(39): IPS\Content\_Controller->execute()
    #10 /home/mywebsite/public_html/system/Dispatcher/Dispatcher.php(152): IPS\forums\modules\front\forums\_topic->execute()
    #11 /home/mywebsite/public_html/index.php(13): IPS\_Dispatcher->run()
    #12 {main}

     

    Hello,

    Same problem on our side ...

    kims

×
×
  • Create New...