Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • dieudonne Friend
    #942221

    Hello,

    strange thing here.

    Again we have this error message:

    
    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; JAFormHelpers has a deprecated constructor in /home/spooncon/www/administrator/components/com_jaextmanager/helpers/jahelper.php on line 18
    
    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; JaextmanagerHelper has a deprecated constructor in /home/spooncon/www/administrator/components/com_jaextmanager/helpers/jauc.php on line 20
    
    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; UpdaterClient has a deprecated constructor in /home/spooncon/www/administrator/components/com_jaextmanager/lib/UpdaterClient.php on line 29
    
    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; jaXmlParser has a deprecated constructor in /home/spooncon/www/administrator/components/com_jaextmanager/lib/jaupdater/core/XmlParser.php on line 29
    
    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; CreateZipFile has a deprecated constructor in /home/spooncon/www/administrator/components/com_jaextmanager/lib/xlib/simpleZip/CreateZipFile.inc.php on line 13
    
    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; PclZip has a deprecated constructor in /home/spooncon/www/administrator/components/com_jaextmanager/lib/xlib/pclzip/pclzip.lib.php on line 172
    
    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; jaCompareTool has a deprecated constructor in /home/spooncon/www/administrator/components/com_jaextmanager/lib/jaupdater/core/CompareTool.php on line 16
    
    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; jaDiffTool has a deprecated constructor in /home/spooncon/www/administrator/components/com_jaextmanager/lib/jaupdater/core/DiffTool.php on line 15
    
    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; UpdaterConfig has a deprecated constructor in /home/spooncon/www/administrator/components/com_jaextmanager/lib/jaupdater/core/UpdaterConfig.php on line 19
    
    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Services_JSON has a deprecated constructor in /home/spooncon/www/administrator/components/com_jaextmanager/lib/jaupdater/core/php5/json.php on line 120
    
    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Services_JSON_Error has a deprecated constructor in /home/spooncon/www/administrator/components/com_jaextmanager/lib/jaupdater/core/php5/json.php on line 790
    
    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Services_JSON_Error has a deprecated constructor in /home/spooncon/www/administrator/components/com_jaextmanager/lib/jaupdater/core/php5/json.php on line 804
    
    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; InfoObject has a deprecated constructor in /home/spooncon/www/administrator/components/com_jaextmanager/lib/jaupdater/core/bean/InfoObject.php on line 19
    
    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Message has a deprecated constructor in /home/spooncon/www/administrator/components/com_jaextmanager/lib/jaupdater/core/bean/Message.php on line 19
    
    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; jaProducts has a deprecated constructor in /home/spooncon/www/administrator/components/com_jaextmanager/lib/jaupdater/core/bean/Products.php on line 16
    
    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; jaMysqlHelper has a deprecated constructor in /home/spooncon/www/administrator/components/com_jaextmanager/lib/jaupdater/core/helper/MysqlHelper.php on line 20

    So what can we do to fix it ?

    Regard.

    bug?

    Saguaros Moderator
    #942292

    Hi dieudonne,

    Thanks for your report, let me pass to the developer of this extension for further checking.

    kernel64 Friend
    #969704

    Any news on these error messages ?

    Mo0nlight Moderator
    #970034

    Hi.

    You could fix by changing the function name to __construct.

    For ex:

    • Open file : administrator/components/com_jaextmanager/helpers/jahelper.php

    • Change the line : function JAFormHelpers() To function __construct()

    change the name of the function that had the same name with the Class.

    Same with the rest.

    Regards

    dieudonne Friend
    #971484

    Ok, now I think it was fixed on the new version of JAEM ?

    Regard.

    kernel64 Friend
    #971487

    Nope… still the same messages with JAEM 2.6.1
    It all works fine for now (these are all warning messages) but this has to be fixed in the next release of JAEM !!!

    kernel64 Friend
    #983769

    Any news on when this is going to be fixed !!
    As it is not only for the jahelper.php file….. see messages below:

    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; JAFormHelpers has a deprecated constructor in /htdocs/demo/administrator/components/com_jaextmanager/helpers/jahelper.php on line 18

    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; JaextmanagerHelper has a deprecated constructor in /htdocs/demo/administrator/components/com_jaextmanager/helpers/jauc.php on line 20

    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; UpdaterClient has a deprecated constructor in /htdocs/demo/administrator/components/com_jaextmanager/lib/UpdaterClient.php on line 29

    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; jaXmlParser has a deprecated constructor in /htdocs/demo/administrator/components/com_jaextmanager/lib/jaupdater/core/XmlParser.php on line 29

    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; CreateZipFile has a deprecated constructor in /htdocs/demo/administrator/components/com_jaextmanager/lib/xlib/simpleZip/CreateZipFile.inc.php on line 13

    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; PclZip has a deprecated constructor in /htdocs/demo/administrator/components/com_jaextmanager/lib/xlib/pclzip/pclzip.lib.php on line 172

    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; jaCompareTool has a deprecated constructor in /htdocs/demo/administrator/components/com_jaextmanager/lib/jaupdater/core/CompareTool.php on line 16

    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; UpdaterConfig has a deprecated constructor in /htdocs/demo/administrator/components/com_jaextmanager/lib/jaupdater/core/UpdaterConfig.php on line 19

    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; jaDiffTool has a deprecated constructor in /htdocs/demo/administrator/components/com_jaextmanager/lib/jaupdater/core/DiffTool.php on line 15

    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Services_JSON has a deprecated constructor in /htdocs/demo/administrator/components/com_jaextmanager/lib/jaupdater/core/php5/json.php on line 120

    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Services_JSON_Error has a deprecated constructor in /htdocs/demo/administrator/components/com_jaextmanager/lib/jaupdater/core/php5/json.php on line 790

    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Services_JSON_Error has a deprecated constructor in /htdocs/demo/administrator/components/com_jaextmanager/lib/jaupdater/core/php5/json.php on line 804

    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; InfoObject has a deprecated constructor in /htdocs/demo/administrator/components/com_jaextmanager/lib/jaupdater/core/bean/InfoObject.php on line 19

    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Message has a deprecated constructor in /htdocs/demo/administrator/components/com_jaextmanager/lib/jaupdater/core/bean/Message.php on line 19

    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; jaProducts has a deprecated constructor in /htdocs/demo/administrator/components/com_jaextmanager/lib/jaupdater/core/bean/Products.php on line 16

    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; jaMysqlHelper has a deprecated constructor in /htdocs/demo/administrator/components/com_jaextmanager/lib/jaupdater/core/helper/MysqlHelper.php on line 20

    Mo0nlight Moderator
    #984349

    Hi kernel64.

    We will apply the hotfix to your site, please give me the credentials info: URL, admin login and FTP account via private reply. I will help further.

    Regards.

    kernel64 Friend
    #984501

    Hi Mo0nlight…. for now there is NO PROBLEM and i can fix it myself, but for every website I created these messages appear, so i’dd rather have a new version of JAEM instead of hotfixing afterwards…..

    Mo0nlight Moderator
    #985404

    Hi.

    JAEM’s new version has been released.

    You can try it.

    Regards.

Viewing 10 posts - 1 through 10 (of 10 total)

This topic contains 9 replies, has 4 voices, and was last updated by  Mo0nlight 7 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum