Author Topic: Strict Standards appearing on Joomla 2.5  (Read 1354 times)

yukicm

  • Newbie
  • *
  • Posts: 2
    • View Profile
Strict Standards appearing on Joomla 2.5
« on: March 24, 2012, 02:09:56 PM »
I have installed the latest Simple Review and had encountered with lots of Strict Standards errors on the page. Though I may be experiencing that, my classmate had no problems. Can you please help me?

Thanks in advance.

NRyan115

  • Moderator
  • Sr. Member
  • *****
  • Posts: 445
    • View Profile
Re: Strict Standards appearing on Joomla 2.5
« Reply #1 on: March 24, 2012, 06:42:28 PM »
I think Row1 may have to help you with this issue, I am not a PHP expert. However, are you and your classmate using the same host or the same webserver?

Some servers are configured differently and have different results.
Also, you may find different results with different server emulators. Please tell us more.

Krossfire

  • Newbie
  • *
  • Posts: 11
    • View Profile
Re: Strict Standards appearing on Joomla 2.5
« Reply #2 on: March 29, 2012, 05:31:03 PM »
Strict Standards errors aren't harmful. You can get rid of them by turning off error reporting (Global Configuration -> Server -> set Error Reporting to NONE). If you have access to php.ini - you can set error_reporting to E_ALL & ~E_NOTICE or display_errors to Off 8)

row1

  • SR Sole Developer
  • Hero Member
  • *****
  • Posts: 1244
    • View Profile
    • Sockware
Re: Strict Standards appearing on Joomla 2.5
« Reply #3 on: March 30, 2012, 07:22:17 PM »
@Krossfire thanks for posting that.

Those warnings are mostly due to your server being PHP 5 and SR supporting/using PHP 4 conventions. These warnings should disappear in the next SR version as it is a PHP 5 application.
If you find Simple Review useful please submit a Review (http://extensions.joomla.org/extensions/communities-&-groupware/ratings-&-reviews/4725/details), your positive reviews will help keep me going!
Please also make suggestions and possible improvements in the forum!