Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question Deprecated erro messages, Please help!!!

More
14 years 3 months ago #1 by happynalge
I Know same issue is already posted .
I got the same erro messages like this.
i get these erros messages above forum,
Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\components\com_kunena\kunena.php on line 696

Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\components\com_kunena\class.kunena.php on line 829

Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\components\com_kunena\class.kunena.php on line 831

Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\components\com_kunena\lib\kunena.session.class.php on line 41
Solution???

1)Turning off E_STRICT in php.ini should fix this in the meantime.

---> I even couldn't find where php.ini is. :(
I search it all day, no in vein.
Just i could find Php.ini in the WampServer>PHP>php.ini
But it seems like Php.ini info file, right?
Althought it seems like php.ini info file, i gave it a shot to
turing off E_STRICT in it , but didn't work.
[PHP]
;;;;;;;;;;;;;;;;;;;
; About php.ini ;
;;;;;;;;;;;;;;;;;;;
; PHP's initialization file, generally called php.ini, is responsible for
; configuring many of the aspects of PHP's behavior.
.............
.............
; error_reporting
; Default Value: E_ALL & ~E_NOTICE
; Development Value: E_ALL | E_STRICT
; Production Value: E_ALL & ~E_DEPRECATED

I modified like this ====>Development Value: E_ALL | off



2) For other people having this issue: an easier fix than modifying php.ini is by going to the Joomla configuration, and chaning 'Error Reporting' to 'None'
----> I tried but same erros.

I am new to Joomla and Kunena(1.5.8).
Please show me the solution Step by step.
Thank you in advance! :laugh:
SYSTEM: Windows Xp
PHP Built on: Windows NT NURI 5.1 build 2600 (Windows XP Professional Service Pack 2) i586
Database Version: 5.1.36-community-log
PHP Version: 5.3.0
Web Server: Apache/2.2.11 (Win32) PHP/5.3.0
Web Server to PHP interface: apache2handler
Joomla! Version: Joomla! 1.5.15 Stable
Installed on Localhost

Please Log in or Create an account to join the conversation.

More
14 years 3 months ago #2 by xillibit
Hello,

You have two php.ini in wamp, one in php directory and one another in apache directory. For edit the right php.ini, click left on the wamp icon -> PHP -> php.ini; set :

display_errors = off
log_errors = On

Or the very easy way is to use php 5.2.x

I don't provide support by PM, because this can be useful for someone else.

Please Log in or Create an account to join the conversation.

More
14 years 3 months ago #3 by happynalge
Hi!
Thank you very much, Xillibit!
I was in a hurry so I already just downgraded Wampp.
Everthing is fine.
I'm really appreciate your reply.
See you!!

Please Log in or Create an account to join the conversation.

Time to create page: 0.482 seconds