Jump to content

legionaire

Clients
  • Posts

    245
  • 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

Everything posted by legionaire

  1. Thanks Nathan, appreciate the answer, that did the trick
  2. I get the following error while in DEV mode and does not matter if I have anything installed (3rd party) or not Whoops \ Exception \ ErrorException (E_DEPRECATED) explode(): Passing null to parameter #2 ($string) of type string is deprecated This happens even when I try and go to support. I have erased the entire installation and re-installed 4.7.3 and it remains the same. I am running PHP 8.1, any help to chase this down would be appreciated. This is what shows up when I click on support
  3. Thanks Randy, the compatibility checker resolved my issue
  4. My site works great under PHP 8.0, but when I switch to 8.1 I get nothing but blank pages, contacted my host to look into it, they tried to come up with a solution for several hours this is what I received from them, just wanting to know if anyone else has had this problem, or if you may see something that myself and hosting platform has over looked, below is the correspondence I received from my hosting company Sorry, this is fresh install of 4.7.2.1, there are no plugins or apps outside of IPS apps (i.e. forums, calendar etc..)
  5. I found that the global template is the one change that seems to be affecting this. IF you ensure that the global template does not have any changes to it (revert it prior to upgrade) and set it as default prior to upgrading you will be OK, but any other themes that have global template changes made will show this error.
  6. This looks like a non default theme, if so you may have to revert any template changes to the postContainer template in the ACP go to the skin you want to edit, in the templates scroll all the way down to forums,->Topics->postContainer and revert that template
  7. Thanks Stuart found and it and removed
  8. I downloaded the DEV tools for 4.6 Beta 1.1 and am getting the following error when I attempt to go to applications. Can anyone point me to where the problem may be ?
  9. legionaire

    Issue 4.5.1

    I had this problem and had to make sure to download the converters as well before it would complete the upgrade
  10. Yes my app, thanks a lot of your help, will see what trouble I can get into trying to follow your directions
  11. Because this is a widget that is contained in the app, do I need a hook ?
  12. @Adriano Faria Thanks a lot for taking a look, I will try to change some things around to see if it makes a difference, because it is being used in a widget would that make a difference on how the javascript should be called ?
  13. I am trying to add a javascript scroller to the arcade for the latest scores, I think that I am close, but no matter what I do, it just does not scroll the scores I have created a scrollers folder in arcade/front/controllers I have placed the javascript file into the scrollers folder and named it ips.scrollers.latest.scores.js I have created a callout in my code for the javascript like this \IPS\Output::i()->jsFiles = array_merge( \IPS\Output::i()->jsFiles, \IPS\Output::i()->js( 'front_scrollers' ) ); And, I have put into the HTML file the following line <div data-controller="arcade.front.scrollers.latestScores"> This is the file which I have created, which I suspect may be the cause of the problem IF anyone could point me in the correct direction it would be much appreciated
×
×
  • Create New...