Giter VIP home page Giter VIP logo

Comments (8)

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

I got the same errornote, but not from every page of my side, although I use the same include for every side. This :
ini_set('display_errors', 0);
helps, not so see the notice, but I will try to find out the reason for the error.

from open-web-analytics.

webbird avatar webbird commented on May 27, 2024

Well, the reason is, that the variable is not defined... ;) The more important question is: What should be the content of that var at that position?

from open-web-analytics.

mitjajez avatar mitjajez commented on May 27, 2024

should we add isset($page_parse) before this?

from open-web-analytics.

webbird avatar webbird commented on May 27, 2024

That would suppress the error message, but not solve the error. ;)

from open-web-analytics.

mitjajez avatar mitjajez commented on May 27, 2024

true, but i don't like to hide errors with: ini_set('display_errors', 0);

from open-web-analytics.

webbird avatar webbird commented on May 27, 2024

Both are workarounds. Choose the one that fits your needs.

from open-web-analytics.

mitjajez avatar mitjajez commented on May 27, 2024

I should study all this code first, but just an idea:

if(isset($page_parse)) derivePageUri($page_uri)

testing ...

from open-web-analytics.

padams avatar padams commented on May 27, 2024

This is now fixed in master. thanks.

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.