1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Download Hotaru Cms Core 1.7.3

Main Core code for Hotaru CMS

  1. robin007

    robin007 Well-Known Member

    home page error

    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Inspekt_Error has a deprecated constructor in /home/tamilaru/public_html/libs/extensions/Inspekt/Inspekt/Error.php on line 15

    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Inspekt_Cage has a deprecated constructor in /home/tamilaru/public_html/libs/extensions/Inspekt/Inspekt/Cage.php on line 24

    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Inspekt_Supercage has a deprecated constructor in /home/tamilaru/public_html/libs/extensions/Inspekt/Inspekt/Supercage.php on line 26

    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ezSQL_mysqli has a deprecated constructor in /home/tamilaru/public_html/libs/extensions/ezSQL/mysqli/ez_sql_mysqli.php on line 33

    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ezSQLcore has a deprecated constructor in /home/tamilaru/public_html/libs/extensions/ezSQL/ez_sql_core.php on line 27
     
  2. valMETNG

    valMETNG Administrator Staff Member Admin

    Looks like you must have just upgraded PHP. You'll want to refer to this thread to correct the issue.
     
  3. robin007

    robin007 Well-Known Member

  4. narc

    narc Well-Known Member

    if you have secured the site with an ssl certificate, then you need to make the following changes.

    PageHandling.php and Paginator.php

    Search for: $path ="http://" . $host . $uri;
    and replace it with: $path = "https://" . $host . $uri;
     
    robin007 likes this.
  5. robin007

    robin007 Well-Known Member

    Thanks it's working.

    But I am using like this: $path = "//" . $host . $uri;
     
  6. kamis086

    kamis086 Active Member

    https://t.me/pump_upp - best crypto pumps on telegram
    Make 1000% and more within 1 day, join channel @pump_upp !
     

Share This Page