Giter VIP home page Giter VIP logo

Comments (4)

StevenPhan avatar StevenPhan commented on May 28, 2024

That isn't error but that is a notice when a variable used before it had declared!
You can disable that by call function error_reporting(E_WARNING & ~E_ERROR); or edit php.ini to set error_reporting

from open-web-analytics.

mrabinovsky avatar mrabinovsky commented on May 28, 2024

I changed the title to reflect the problem better. Still I would prefer to not disable all errors on the site since I have other PHP scripts that I'm working on running as well. I'm trying to understand if it's something I did wrong or if it's just a bug with the application. Hypothetically there shouldn't be any errors or notices if the program was installed properly so If it is a bug I would report it but I don't want to report something that turns out to be something stupid by me,

from open-web-analytics.

Mal-eben avatar Mal-eben commented on May 28, 2024

I just defined the variable with this code:
if(!isset($page_parse['host'])){$page_parse['host']="";}
directly before the line that caused the notice.

from open-web-analytics.

padams avatar padams commented on May 28, 2024

This is now fixed in master.

from open-web-analytics.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.