Problem, "strict standards" error Everywhere!

  • Posts: 3
  • Thank you received: 0
13 years 8 months ago #8600

Hello, I've installed hikashop for my joomla 1.6 and for some reason everywhere on my pages regarding to hikashop is coming back with floods of the following :

"Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\joomla16\administrator\components\com_hikashop\views\menu\view.html.php on line 15

Strict Standards: Creating default object from empty value in C:\xampp\htdocs\joomla16\administrator\components\com_hikashop\views\menu\view.html.php on line 22

Strict Standards: Non-static method hikashop::completeLink() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\joomla16\administrator\components\com_hikashop\views\menu\view.html.php on line 24

Strict Standards: Creating default object from empty value in C:\xampp\htdocs\joomla16\administrator\components\com_hikashop\views\menu\view.html.php on line 26

Strict Standards: Non-static method hikashop::completeLink() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\joomla16\administrator\components\com_hikashop\views\menu\view.html.php on line 28

Strict Standards: Creating default object from empty value in C:\xampp\htdocs\joomla16\administrator\components\com_hikashop\views\menu\view.html.php on line 30

Strict Standards: Non-static method hikashop::completeLink() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\joomla16\administrator\components\com_hikashop\views\menu\view.html.php on line 32

Strict Standards: Creating default object from empty value in C:\xampp\htdocs\joomla16\administrator\components\com_hikashop\views\menu\view.html.php on line 34

Strict Standards: Non-static method hikashop::completeLink() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\joomla16\administrator\components\com_hikashop\views\menu\view.html.php on line 36

Strict Standards: Creating default object from empty value in C:\xampp\htdocs\joomla16\administrator\components\com_hikashop\views\menu\view.html.php on line 38

Strict Standards: Non-static method hikashop::completeLink() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\joomla16\administrator\components\com_hikashop\views\menu\view.html.php on line 40

Strict Standards: Creating default object from empty value in C:\xampp\htdocs\joomla16\administrator\components\com_hikashop\views\menu\view.html.php on line 42

Strict Standards: Non-static method hikashop::completeLink() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\joomla16\administrator\components\com_hikashop\views\menu\view.html.php on line 44

Strict Standards: Creating default object from empty value in C:\xampp\htdocs\joomla16\administrator\components\com_hikashop\views\menu\view.html.php on line 46

Strict Standards: Non-static method hikashop::completeLink() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\joomla16\administrator\components\com_hikashop\views\menu\view.html.php on line 48

Strict Standards: Creating default object from empty value in C:\xampp\htdocs\joomla16\administrator\components\com_hikashop\views\menu\view.html.php on line 50

Strict Standards: Non-static method hikashop::completeLink() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\joomla16\administrator\components\com_hikashop\views\menu\view.html.php on line 52

Strict Standards: Creating default object from empty value in C:\xampp\htdocs\joomla16\administrator\components\com_hikashop\views\menu\view.html.php on line 54

Strict Standards: Non-static method hikashop::completeLink() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\joomla16\administrator\components\com_hikashop\views\menu\view.html.php on line 56

Strict Standards: Creating default object from empty value in C:\xampp\htdocs\joomla16\administrator\components\com_hikashop\views\menu\view.html.php on line 58

Strict Standards: Non-static method hikashop::completeLink() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\joomla16\administrator\components\com_hikashop\views\menu\view.html.php on line 60



Because of this I am unable to even access the ability to use it in my upcoming webpage

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

  • Posts: 82796
  • Thank you received: 13356
  • MODERATOR
13 years 8 months ago #8612

Strict standards messages should not be displayed by PHP as they are disabled by default. Please edit your php.ini and change the error_reporting option to:
error_reporting = E_ALL & ~E_NOTICE

It's not related to joomla 1.6 but to the way your PHP 5 settings are.

Last edit: 13 years 7 months ago by nicolas.

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

  • Posts: 1
  • Thank you received: 0
13 years 8 months ago #8624

thanks for replying,

but i've tried changing the error reporting settings and no matter what it still displays the errors everywhere

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

  • Posts: 3
  • Thank you received: 0
13 years 8 months ago #8626

Even if it's removed [reminder that in my case it's still not] the module added to the page still do not even show through the added extensions

Last edit: 13 years 8 months ago by mercinater.

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

  • Posts: 82796
  • Thank you received: 13356
  • MODERATOR
13 years 8 months ago #8633

If you set that setting and restart your server, that should solve the display of those errors. This problem is not only in HikaShop but in almost all the extensions. You ca find dozens of posts on the joomla.org forum about it, and they all give the same solution I gave you:
forum.joomla.org/viewtopic.php?t=536127&f=429

@mercinater: I'm not sure I understand what you're saying ? The module doesn't show ? You're talking about the HikaShop content module ? Could you do some screenshots of the problem ? HikaShop works fine on joomla 1.6 and hundreds of people use it, so I would be surprised that it does for you...

Last edit: 13 years 8 months ago by nicolas.

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

  • Posts: 3
  • Thank you received: 0
13 years 8 months ago #8689

joe and I are at the same place both trying to get it to work but i've tried everything mentioned and even when it's verified by other people it's just not working for us for unknown reason

i have restarted the server, computer, tried on multiple browsers, changed code of the php.ini to error_reporting = E_ALL & ~E_NOTICE

but nothing is working

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

  • Posts: 82796
  • Thank you received: 13356
  • MODERATOR
13 years 8 months ago #8691

If you're not able to do it via the php.ini, you can try to do it via an htaccess: forum.joomla.org/viewtopic.php?p=2002270

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

  • Posts: 13
  • Thank you received: 0
13 years 2 weeks ago #28375

hello, i m new in the world of joomla and just after istalling hikashop i get
Strict Standards: Only variables should be assigned by reference in... xampp\htdocs\capriccioitalian\plugins\system\hikashopuser\hikashopuser.php on line 66
Strict Standards: Only variables should be assigned by reference in... xampp\htdocs\capriccioitalian\plugins\system\hikashopuser\hikashopuser.php on line 16

i even cant open the menu components anymore
can please someone help me too?
thank you very much

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

  • Posts: 82796
  • Thank you received: 13356
  • MODERATOR
13 years 2 weeks ago #28413

Please try to not post several messages about the same issue. Here is the following for other users:
www.hikashop.com/en/support/forum/2-gene...emhikashopuserh.html

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

  • Posts: 11
  • Thank you received: 0
12 years 8 months ago #41322

A quick way to fix this within windows is as follows:

1. Open your Joomla Config file
2. Locate: public $error_reporting = 'default';
3. Change that to: public $error_reporting = '6135';

Don't forget to change it back to default when you're ready to upload to final hosting server...

Hope this helps....

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

  • Posts: 1
  • Thank you received: 1
11 years 8 months ago #91467

Not sure if you are still having problems, but you can cahnge the error reporting settings. Found a good youtube video.

YouTube

km.

The following user(s) said Thank You: tesla

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

Time to create page: 0.080 seconds
Powered by Kunena Forum