Jump to content

Recommended Posts

Posted
1 hour ago, bosss said:

Now update to 4.7.2.1 and Movies was disable again.

Looks as if you've also lost a lot of your font awesome icons @bosss

Could contain: Text, White BoardAlso missing in other areas too.

Not sure if this is an addon that's been disabled or anything to do with the update but I would check this out.

Posted
9 minutes ago, Davyc said:

Looks as if you've also lost a lot of your font awesome icons @bosss

Could contain: Text, White BoardAlso missing in other areas too.

Not sure if this is an addon that's been disabled or anything to do with the update but I would check this out.

I see them ..... like guest and admin

  • Management
Posted

Show me your code and the base code. 
 

I did see we used \IPS\node\Controller instead of an uppercase “Node”. Is that what you’re seeing?

Posted
5 minutes ago, Matt said:

Show me your code and the base code. 
 

I did see we used \IPS\node\Controller instead of an uppercase “Node”. Is that what you’re seeing?

Mine:

	protected function _createOrUpdate( \IPS\node\Model $node )

\IPS\Node\Api\NodeController:

	protected function _createOrUpdate( \IPS\Node\Model $node )

Yes.

So now will have to update everything again?

4.7.2 is

	protected function _createOrUpdate( \IPS\node\Model $node )

 

Posted
23 minutes ago, Adriano Faria said:

Mine:

	protected function _createOrUpdate( \IPS\node\Model $node )

\IPS\Node\Api\NodeController:

	protected function _createOrUpdate( \IPS\Node\Model $node )

Yes.

So now will have to update everything again?

4.7.2 is

	protected function _createOrUpdate( \IPS\node\Model $node )

 

Unfortunately that's the nature of these types of things now causing fatal errors. Matt did a pass of some stuff that wasn't consistent in our own code but in future non-major releases we're going to be mindful to avoid changing method signatures unless we really need to - sometimes it's just not possible to avoid.

Posted
5 minutes ago, Adriano Faria said:

@Matt, can't this be avoided somehow?

SkO08qL.png

I'm using a resource that has a hook to another that isn't installed. 3 pages of log entries about this in 10 minutes I'm working on it.

Users will freak out with so many log entries; support will say it's a 3rd-party issue; we will say it's a scanner overkill, bla bla bla...

We'll be decreasing the verbosity of some of the logging in future releases

 

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...