Sign Up for OSTraining

Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Getting Strict Standards Error

Getting Strict Standards Error 1 year 3 weeks ago #44626

  • jackibar
  • jackibar's Avatar
  • OFFLINE
  • OSTop Dog
  • Posts: 509
  • Karma: 0
When trying to install JCE I'm getting all these errors! What does this mean, and how do I fix it?!

Strict Standards: Declaration of JParameter::loadSetupFile() should be compatible with that of JRegistry::loadSetupFile() in /home/content/70/8213070/html/libraries/joomla/html/parameter.php on line 512

Strict Standards: Declaration of WFParameter::bind() should be compatible with that of JParameter::bind() in /home/content/70/8213070/html/administrator/components/com_jce/classes/parameter.php on line 16

Strict Standards: Non-static method com_jceInstallerScript::install() should not be called statically in /home/content/70/8213070/html/administrator/components/com_jce/install.php on line 25

Strict Standards: Non-static method WFInstaller::getInstance() should not be called statically in /home/content/70/8213070/html/administrator/components/com_jce/install.php on line 40

Strict Standards: Only variables should be assigned by reference in /home/content/70/8213070/html/administrator/components/com_jce/classes/text.php on line 23

Strict Standards: Only variables should be assigned by reference in /home/content/70/8213070/html/administrator/components/com_jce/classes/text.php on line 23

Strict Standards: Only variables should be assigned by reference in /home/content/70/8213070/html/administrator/components/com_jce/classes/text.php on line 23
Please become a member of OSTraining to reply to this post.

Getting Strict Standards Error 1 year 3 weeks ago #44658

  • tessa
  • tessa's Avatar
  • OFFLINE
  • Moderator
  • Posts: 3944
  • Thank you received: 133
  • Karma: 9
Hi Jackie,

Did you ever get this issue situated?

You can actually hide these Strict Standard warnings as a temporary way around it.

Check out this article with a similar issue and a possible solution:

www.joomlacontenteditor.net/support/foru...ms/limit/20/offset/0
Warm Regards,

Tessa Mero



Follow us on Twitter - twitter.com/OSTraining
Like us on Facebook - facebook.com/ostraining
Please become a member of OSTraining to reply to this post.

Getting Strict Standards Error 1 year 3 weeks ago #44708

  • jackibar
  • jackibar's Avatar
  • OFFLINE
  • OSTop Dog
  • Posts: 509
  • Karma: 0
No, I hadn't gotten a response yet... I mainly want to know what this means and if it's a problem that needs fixing?!
Please become a member of OSTraining to reply to this post.

Getting Strict Standards Error 1 year 3 weeks ago #44711

  • edandrea
  • edandrea's Avatar
  • OFFLINE
  • OSTop Dog
  • Posts: 3106
  • Thank you received: 7
  • Karma: 0
Hi Jacki,

Generally these do not affect anything and all you need to do to get your site functioning is turn off error reporting.

This would be in the php.ini file. The one in php/Apache, not your site files.

The two lines you should look at:

error_reporting = E_ALL | E_STRICT
display_errors = On

change to

error_reporting = E_ALL & ~E_STRICT
display_errors = Off

Let us know if that helps.

ed
Please become a member of OSTraining to reply to this post.
  • Page:
  • 1

Sign Up for OSTraining

Open Source Training is not affiliated with or endorsed by the Joomla, WordPress or Drupal projects.
All product names and trademarks are the property of their respective owners.

Copyright 2013 Open Source Training, LLC. All rights reserved.