- Posts: 1
- Thank you received: 0
Kunena 7.0.8 Released
The Kunena team has announce the arrival of Kunena 7.0.8 [K 7.0.8] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
This is for users to help other users, to discuss topics that are related to forum administration in general or problems in running Joomla. This is not the place to ask for Joomla support. If you want assistance with Joomla please ask at
forum.joomla.org
Question [Merged topic] XAMPP-related "Strict Standards" errors
- StNick0912
-
Topic Author
- Offline
- New Member
-
Less
More
15 years 2 months ago #96588
by StNick0912
Lots of errors ( Strict Standards ) was created by StNick0912
For example :
Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\math\administrator\components\com_kunena\admin.kunena.php on line 32
Strict Standards: Non-static method CKunenaConfig::getInstance() should not be called statically in C:\xampp\htdocs\math\administrator\components\com_kunena\libraries\factory.php on line 28
Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\math\components\com_kunena\class.kunena.php on line 28
Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\math\components\com_kunena\class.kunena.php on line 29
Strict Standards: Non-static method CKunenaConfig::getInstance() should not be called statically in C:\xampp\htdocs\math\administrator\components\com_kunena\libraries\factory.php on line 28
Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\math\components\com_kunena\class.kunena.php on line 31
Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\math\components\com_kunena\class.kunena.php on line 32
Strict Standards: Non-static method KunenaError::checkDatabaseError() should not be called statically in C:\xampp\htdocs\math\components\com_kunena\class.kunena.php on line 54
Strict Standards: Non-static method html_Kunena::showFbHeader() should not be called statically in C:\xampp\htdocs\math\administrator\components\com_kunena\admin.kunena.php on line 90
That is about 1/5 of what I'm seeing, and it is everywhere there is a call to the forum, even in the admin menus for the forum. As you can see I am running from xampp on a local machine.
Any help would be appreciated. Thank you in advance.
Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\math\administrator\components\com_kunena\admin.kunena.php on line 32
Strict Standards: Non-static method CKunenaConfig::getInstance() should not be called statically in C:\xampp\htdocs\math\administrator\components\com_kunena\libraries\factory.php on line 28
Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\math\components\com_kunena\class.kunena.php on line 28
Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\math\components\com_kunena\class.kunena.php on line 29
Strict Standards: Non-static method CKunenaConfig::getInstance() should not be called statically in C:\xampp\htdocs\math\administrator\components\com_kunena\libraries\factory.php on line 28
Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\math\components\com_kunena\class.kunena.php on line 31
Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\math\components\com_kunena\class.kunena.php on line 32
Strict Standards: Non-static method KunenaError::checkDatabaseError() should not be called statically in C:\xampp\htdocs\math\components\com_kunena\class.kunena.php on line 54
Strict Standards: Non-static method html_Kunena::showFbHeader() should not be called statically in C:\xampp\htdocs\math\administrator\components\com_kunena\admin.kunena.php on line 90
That is about 1/5 of what I'm seeing, and it is everywhere there is a call to the forum, even in the admin menus for the forum. As you can see I am running from xampp on a local machine.
Any help would be appreciated. Thank you in advance.
Please Log in or Create an account to join the conversation.
15 years 2 months ago #96589
by nima.abbc
Replied by nima.abbc on topic Re: Lots of errors ( Strict Standards )
did you check your joomla or kunena version?
because i just installed installed joomla 1.6 and kunena 1.6.4 and there was no error!
because i just installed installed joomla 1.6 and kunena 1.6.4 and there was no error!
Please Log in or Create an account to join the conversation.
15 years 2 months ago #96590
by nima.abbc
Replied by nima.abbc on topic Re: Lots of errors ( Strict Standards )
i just did some search:
its a common issue in joomla 1.6 and there is a topic in joomla forum to solve it:
forum.joomla.org/viewtopic.php?p=2493923
of course i didnt try it since i didnt have same problem!!
its a common issue in joomla 1.6 and there is a topic in joomla forum to solve it:
forum.joomla.org/viewtopic.php?p=2493923
of course i didnt try it since i didnt have same problem!!
Please Log in or Create an account to join the conversation.
15 years 2 months ago #96591
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re: Lots of errors ( Strict Standards )
Hello,
What Kunena version are-you using ?
k1.6 works well under php 5.3+
What Kunena version are-you using ?
k1.6 works well under php 5.3+
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.
15 years 2 months ago #97912
by Matias
Replied by Matias on topic Re: Lots of errors ( Strict Standards )
Yes, most of the code was written by using PHP <5.3, which still allowed static calls without marking functions as static and so on. We are slowly (in 2.0) getting rid of these notices, but there's no plan to fix all of them until Joomla changes it's API to work in the strict mode.
BTW: those are actually not errors of any kind, they are just a bad way to write code in PHP 5.3 (legacy from PHP4).
BTW: those are actually not errors of any kind, they are just a bad way to write code in PHP 5.3 (legacy from PHP4).
Please Log in or Create an account to join the conversation.
- Alemantico
-
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank you received: 0
14 years 4 months ago #121714
by Alemantico
Replied by Alemantico on topic XAMPP: Installation issues on joomla! 2.5.3
Hi, dear KUNENA - supporters. Just today I tried to install your newest KUNENA - Release (1.7.2). I'm running joomla! Ver 2.5.3 on my localhost (xampp. Just started using Joomla! 3 days ago.)When installing your newest version, I instantly received the following error message below (I added the complete config - setting error message as an attachment):
Strict Standards: Declaration of KunenaControllerInstall::display() should be compatible with that of JController::display() in C:\xampp\htdocs\Joomla! 2.5\administrator\components\com_kunena\install\controller.php on line 22
Strict Standards: Declaration of KunenaModelInstall::getError() should be compatible with that of JObject::getError() in C:\xampp\htdocs\Joomla! 2.5\administrator\components\com_kunena\install\model.php on line 1797
Strict Standards: Only variables should be passed by reference in C:\xampp\htdocs\Joomla! 2.5\administrator\components\com_kunena\install\view.php on line 43
Strict Standards: Only variables should be passed by reference in C:\xampp\htdocs\Joomla! 2.5\administrator\components\com_kunena\install\view.php on line 45
Strict Standards: Only variables should be passed by reference in C:\xampp\htdocs\Joomla! 2.5\administrator\components\com_kunena\install\view.php on line 46
Strict Standards: Only variables should be passed by reference in C:\xampp\htdocs\Joomla! 2.5\administrator\components\com_kunena\install\view.php on line 49
Strict Standards: Only variables should be passed by reference in C:\xampp\htdocs\Joomla! 2.5\administrator\components\com_kunena\install\view.php on line 54
Strict Standards: Declaration of KunenaControllerInstall::display() should be compatible with that of JController::display() in C:\xampp\htdocs\Joomla! 2.5\administrator\components\com_kunena\install\controller.php on line 22
Strict Standards: Declaration of KunenaModelInstall::getError() should be compatible with that of JObject::getError() in C:\xampp\htdocs\Joomla! 2.5\administrator\components\com_kunena\install\model.php on line 1797
Strict Standards: Only variables should be passed by reference in C:\xampp\htdocs\Joomla! 2.5\administrator\components\com_kunena\install\view.php on line 43
Strict Standards: Only variables should be passed by reference in C:\xampp\htdocs\Joomla! 2.5\administrator\components\com_kunena\install\view.php on line 45
Strict Standards: Only variables should be passed by reference in C:\xampp\htdocs\Joomla! 2.5\administrator\components\com_kunena\install\view.php on line 46
Strict Standards: Only variables should be passed by reference in C:\xampp\htdocs\Joomla! 2.5\administrator\components\com_kunena\install\view.php on line 49
Strict Standards: Only variables should be passed by reference in C:\xampp\htdocs\Joomla! 2.5\administrator\components\com_kunena\install\view.php on line 54
Please Log in or Create an account to join the conversation.
Time to create page: 0.311 seconds