0
Welcome Guest! Login
0 items Join Now

Error message on easyphp 5.3.0

    • DaD's Avatar
    • DaD
    • Newbie
    • Posts: 2
    • Thanks: 0

    Error message on easyphp 5.3.0

    Posted 15 years 5 months ago
    • Hi,

      I try to use a rockettheme template .
      I use to work on my local server to make some changes (i recently updated easyphp).
      the same site work well on a distant serveur but got some error on easyphp :
      Deprecated: Function eregi() is deprecated in C:\EasyPHP5.3.0\www\somedics\plugins\system\rokbox.php on line 98
       
      Warning: Parameter 1 to row1block1() expected to be a reference, value given in C:\EasyPHP5.3.0\www\somedics\templates\rt_affinity_j15\rt_sectionrows.php on line 196
       
      Warning: Parameter 1 to row1block2() expected to be a reference, value given in C:\EasyPHP5.3.0\www\somedics\templates\rt_affinity_j15\rt_sectionrows.php on line 196
       
      Warning: Parameter 1 to row1block3() expected to be a reference, value given in C:\EasyPHP5.3.0\www\somedics\templates\rt_affinity_j15\rt_sectionrows.php on line 196
       
      Warning: Parameter 1 to row2block1() expected to be a reference, value given in C:\EasyPHP5.3.0\www\somedics\templates\rt_affinity_j15\rt_sectionrows.php on line 291
       
      Warning: Parameter 1 to row2block2() expected to be a reference, value given in C:\EasyPHP5.3.0\www\somedics\templates\rt_affinity_j15\rt_sectionrows.php on line 291
       
      Warning: Parameter 1 to row2block3() expected to be a reference, value given in C:\EasyPHP5.3.0\www\somedics\templates\rt_affinity_j15\rt_sectionrows.php on line 291
       
      Warning: Parameter 1 to mainbody() expected to be a reference, value given in C:\EasyPHP5.3.0\www\somedics\templates\rt_affinity_j15\rt_sectionrows.php on line 691
       
      Warning: Parameter 1 to rightcol() expected to be a reference, value given in C:\EasyPHP5.3.0\www\somedics\templates\rt_affinity_j15\rt_sectionrows.php on line 691
       
      Warning: Parameter 1 to row4block1() expected to be a reference, value given in C:\EasyPHP5.3.0\www\somedics\templates\rt_affinity_j15\rt_sectionrows.php on line 386
       
      Warning: Parameter 1 to row4block2() expected to be a reference, value given in C:\EasyPHP5.3.0\www\somedics\templates\rt_affinity_j15\rt_sectionrows.php on line 386
       
      Warning: Parameter 1 to row4block3() expected to be a reference, value given in C:\EasyPHP5.3.0\www\somedics\templates\rt_affinity_j15\rt_sectionrows.php on line 386
       
      Warning: Parameter 1 to row5block1() expected to be a reference, value given in C:\EasyPHP5.3.0\www\somedics\templates\rt_affinity_j15\rt_sectionrows.php on line 479
       
      Warning: Parameter 1 to row5block2() expected to be a reference, value given in C:\EasyPHP5.3.0\www\somedics\templates\rt_affinity_j15\rt_sectionrows.php on line 479
       
      Warning: Parameter 1 to row5block3() expected to be a reference, value given in C:\EasyPHP5.3.0\www\somedics\templates\rt_affinity_j15\rt_sectionrows.php on line 479

      Same error messages on wamp.

      Do you know where it could be from?
  • Re: Error message on easyphp 5.3.0

    Posted 15 years 5 months ago
    • DaD's Avatar
    • DaD
    • Newbie
    • Posts: 2
    • Thanks: 0

    Re: Error message on easyphp 5.3.0

    Posted 15 years 5 months ago
    • i had the lastest version.
      I just tryied ZMS ( www.zmws.com/ ), and it's work well in local.
      So, the probleme come from the version of easyphp.
      Tks for your help
      DaD
    • Kiper's Avatar
    • Kiper
    • Newbie
    • Posts: 17
    • Thanks: 0

    Re: Error message on easyphp 5.3.0

    Posted 15 years 4 months ago
    • bilal's Avatar
    • bilal
    • Newbie
    • Posts: 17
    • Thanks: 0

    Re: Error message on easyphp 5.3.0

    Posted 15 years 2 months ago
    • Replace line 98:

      if (eregi("msie", $agent) && !eregi("opera", $agent)){

      with this one:

      if (preg_match("/msie/", $agent) && !preg_match("/opera/", $agent)){
    • --
      Bilal.

Time to create page: 0.071 seconds