41
timgno
Re: XOOPS 2.5.7 Beta 1 Released for Testing
  • 2014/4/16 9:31

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


Quote:
i think it's a bad configuration in your profile module.
Please check all grant access in the permissions tab.


It's not a problem that I have only in Beta 1, but also on the RC 1

I don't touched any configuration, of the module profile.

Anybody else?

42
timgno
Re: XOOPS 2.5.7 Beta 1 Released for Testing
  • 2014/4/16 9:59

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


The first step for security registration was disabled by default in the previous version, why it is now enabled in the profile module?

43
alain01
Re: XOOPS 2.5.7 Beta 1 Released for Testing
  • 2014/4/16 10:01

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


I think for that

44
timgno
Re: XOOPS 2.5.7 Beta 1 Released for Testing
  • 2014/4/25 10:14

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


In PHP 5, the is_a function is deprecated in favor of instanceof

Watch this code from php.net
<?php
if ($WF instanceof WidgetFactory) {
    echo 
'Yes, $WF is a WidgetFactory';
}
?>


http://it1.php.net/manual/en/function.is-a.php

Many files in xoops still have this function

45
Mamba
Re: XOOPS 2.5.7 Beta 1 Released for Testing
  • 2014/4/25 10:59

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Quote:
In PHP 5, the is_a function is deprecated in favor of instanceof

Since PHP 5.3.0 it's not true anymore!

Maybe the Italian translation is not correct, but in the English version of the link you gave us, it is very clearly stated:

Quote:
5.3.0 This function is no longer deprecated, and will therefore no longer throw E_STRICT warnings.
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

46
timgno
Re: XOOPS 2.5.7 Beta 1 Released for Testing
  • 2014/4/25 12:26

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


Ah! OK!

Now is clear :)

Login

Who's Online

198 user(s) are online (122 user(s) are browsing Support Forums)


Members: 0


Guests: 198


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits