Jump to content

Daddy

Clients
  • Posts

    560
  • Joined

  • Last visited

  • Days Won

    2

 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 Daddy

  1. Would be nice to be able to search inside inbox conversations to look for specific keywords. It's almost impossible to find anything if you have a huge conversation. 👀

    Could contain: White Board

     

  2. 1 minute ago, Kjell Iver Johansen said:

    Just a question. You had this issue upgrading allthough all plugins and apps was disableD?

    How could we that have not upgraded yet don't come in the same situation. Seems to me like this latest realease has a lot of problems..

    Apparently the update process still checks the version data for all apps regardless if enabled. One of them had invalid Json causing the error. It was the Steam app

  3. 7 minutes ago, Marc Stridgen said:

    Unfortunately your FTP is not working correctly. It cannot be listed. 

    Please respond on your ticket/email, rather than here. 

    Done. Also I checked the database in applications since that's where the error seems to happen and I noticed the app author for nexus was null in the DB. I fixed that but the error persists.

    I checked my other install and it's getting the same error and the app author is also null there. I wont attempt to upgrade the second install obviously but thought this would be useful.

    Could contain: Number, Text, Symbol, Plot, Word, Diagram

  4. So far I've encountered 2 sites, one of my own, where it randomly went down with an error 500. The only fix was to use a new theme. The actual fix is to disable template caching, so I suspect there's an issue with that right now.

    The errors did not generate any logs, nor did any logs happen at the host level. So this post is basically useless outside of giving people encountering the issue another thing to try while waiting for support.

    Wild baseless guess: The new simple theme editor is borking cache

  5. 2 hours ago, Jim M said:

    We would need to look further into this for you, however the access details on file appear to be incorrect or missing. Could you please update these details by visiting your client area, selecting the relevant purchase, then clicking "Review/Update Access Information" under the "Stored Access Information" section. 

    We look forward to further assisting you. 

     

    Done

  6. Was asked to pass this along. Having issues with files giving this error when you attempt to update it.

    Error:

    TypeError: array_merge(): Argument #1 must be of type array, IPS\File\FileSystem given (0)
    #0 /home/xxxx/public_html/applications/downloads/modules/front/downloads/view.php(1029): array_merge(Object(IPS\File\FileSystem), Array)
    #1 /home/xxxx/public_html/system/Dispatcher/Controller.php(107): IPS\downloads\modules\front\downloads\_view->newVersion()
    #2 /home/xxxx/public_html/system/Content/Controller.php(50): IPS\Dispatcher\_Controller->execute()
    #3 /home/xxxx/public_html/applications/downloads/modules/front/downloads/view.php(62): IPS\Content\_Controller->execute()
    #4 /home/xxxx/public_html/system/Dispatcher/Dispatcher.php(153): IPS\downloads\modules\front\downloads\_view->execute()
    #5 /home/xxxx/public_html/index.php(13): IPS\_Dispatcher->run()
    #6 {main}

     

    Code:

    			/* Filters */
    			$imageUploads = isset( $values['files'] ) ? $values['files'] : [];
    			if ( isset( $values['screenshots'] ) )
    			{
    				$imageUploads = array_merge( $imageUploads, $values['screenshots'] );

    This code is from: applications\downloads\modules\front\downloads\view.php

  7. So everything was great, until it wasn't. I updated to the latest IPS version and all was going well, up until I tried to clear system logs using https://invisioncommunity.com/files/file/10090-tb-delete-all-system-logs-button/

    As soon as I clicked the button I was met with a 500 error. The front end of the site works fine, I just can no longer access the adminCP. Because of this I wasn't able to turn my site back to online mode, but I was able to do so in the database but it's still showing the offline banner at the top.

    Error:

    Fatal error: Cannot use "parent" when current class scope has no parent in /home/xxxx/public_html/system/Theme/Theme.php(2703) : eval()'d code on line 42

    I tried the recovery mode but after seeing it to true in constants file I was able to get back into the ACP but I couldn't do anything. It said I had to disable recovery mode in order to use the ACP. There's no prompt or anything.

    Could contain: Text, Word

     

    I've also downloaded the latest version manually and tried to run admin/upgrade but I was met with:

    Could contain: Text, Home Decor, Symbol

    I'm getting this error on my other installs that don't have any issues as well so unrelated to my issue most likely.

    I've also deleted the plugin in the /plugin folder and from the plugins database. I've also cleared core_store with no luck.

  8. I feel stock replies would be a much better feature if you could allow mods and admins to make their own instead of relying on them to be added in the ACP. You should keep the ACP portion to add global replies that are there by default, but a separate section (maybe in account settings) where our team can create their own that only they can see and use would be very helpful.

    It would also add more personality to messages so not everyone is using the verbiage so it's not painfully obvious it's a canned response, which isn't a good look IMO.

  9. 10 hours ago, Stuart Silvester said:

    I'm slightly confused/curious about what this custom work entails since you can already add a referrer ID to any URL. We automatically add them to share links already if referrals are enabled.

     

    The idea is to expand referrals beyond just getting users to register. More over using as an affiliate system. I guess that's outside of the scope but certainly something that should be considered into IPS to complement IP.Downloads and IP.Commerce.

    The ability to reward commission on purchases only to those who register to purchase leaves a lot to be desired imo.

×
×
  • Create New...