Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Problem with Agent class after upgrade to 1.1 dev
  • After upgrade to 1.1 DEV, Agent class doesn't work for me, return always empty informations : Agent::languages()
    Variable #1:
    array(1) {
      [0]=>
      string(0) ""
    }
    

    Agent::properties()
    Variable #1:
    array(26) {
      ["Browser"]=>
      string(1) "*"
      ["Version"]=>
      int(0)
      ["MajorVer"]=>
      int(0)
      ["MinorVer"]=>
      int(0)
      ["Platform"]=>
      string(7) "unknown"
      ["Alpha"]=>
      bool(false)
      ["Beta"]=>
      bool(false)
      ["Win16"]=>
      bool(false)
      ["Win32"]=>
      bool(false)
      ["Win64"]=>
      bool(false)
      ["Frames"]=>
      bool(false)
      ["IFrames"]=>
      bool(false)
      ["Tables"]=>
      bool(false)
      ["Cookies"]=>
      bool(false)
      ["BackgroundSounds"]=>
      bool(false)
      ["JavaScript"]=>
      bool(false)
      ["VBScript"]=>
      bool(false)
      ["JavaApplets"]=>
      bool(false)
      ["ActiveXControls"]=>
      bool(false)
      ["isBanned"]=>
      bool(false)
      ["isMobile"]=>
      bool(false)
      ["isSyndicationReader"]=>
      bool(false)
      ["Crawler"]=>
      bool(false)
      ["CssVersion"]=>
      int(0)
      ["AolVersion"]=>
      int(0)
      ["isMobileDevice"]=>
      bool(false)
    }
    

    Can be a bug??
  • Possibly. Add this to the issue tracker so we can have a look at it.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion