-
AuthorPosts
-
dieudonne Friend
dieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
June 20, 2016 at 8:52 pm #942221Hello,
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.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 21, 2016 at 3:11 am #942292Hi dieudonne,
Thanks for your report, let me pass to the developer of this extension for further checking.
kernel64 Friendkernel64
- Join date:
- January 2007
- Posts:
- 41
- Downloads:
- 206
- Uploads:
- 1
- Thanks:
- 3
- Thanked:
- 13 times in 4 posts
September 21, 2016 at 6:11 am #969704Any news on these error messages ?
Mo0nlight ModeratorMo0nlight
- Join date:
- September 2014
- Posts:
- 707
- Downloads:
- 38
- Uploads:
- 107
- Thanked:
- 99 times in 97 posts
September 22, 2016 at 3:02 am #970034Hi.
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 Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
September 27, 2016 at 8:01 pm #971484Ok, now I think it was fixed on the new version of JAEM ?
Regard.
kernel64 Friendkernel64
- Join date:
- January 2007
- Posts:
- 41
- Downloads:
- 206
- Uploads:
- 1
- Thanks:
- 3
- Thanked:
- 13 times in 4 posts
September 27, 2016 at 8:18 pm #971487Nope… 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 Friendkernel64
- Join date:
- January 2007
- Posts:
- 41
- Downloads:
- 206
- Uploads:
- 1
- Thanks:
- 3
- Thanked:
- 13 times in 4 posts
November 6, 2016 at 7:43 am #983769Any 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 ModeratorMo0nlight
- Join date:
- September 2014
- Posts:
- 707
- Downloads:
- 38
- Uploads:
- 107
- Thanked:
- 99 times in 97 posts
November 8, 2016 at 4:31 am #984349Hi 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 Friendkernel64
- Join date:
- January 2007
- Posts:
- 41
- Downloads:
- 206
- Uploads:
- 1
- Thanks:
- 3
- Thanked:
- 13 times in 4 posts
November 8, 2016 at 1:40 pm #984501Hi 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…..
-
AuthorPosts
This topic contains 9 replies, has 4 voices, and was last updated by Mo0nlight 8 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum