Dump title:debugging init
Input format:Saleae I2C analysis CSV
Device(s) defined:MPU-6050 6-axis accelerometer/gyroscope @ 0x00
MPU6050 register map:Yes
Description:debugging init
Download original dump content (0.8 kB)








Phej Framework Error

Error: Invalid characters passed for attempted conversion, these have been ignored

#0 - File: /views/tools/tools_analyzer_viewdump.php, line 62

60: for ($i = 0; $i < count($packets); $i++) {
61:     if (!isset($packets[$i])) continue; // sometimes malformed data makes it into these things
62:     $devAddr = hexdec($packets[$i][0][2]);
63:     $nextPacket = 0;
64:     if (count($packets[$i]) == 1 && ($devAddr & 1) == 0) {

#1 - Function: phej_exception_error_handler

No source code available

#2 - File: /views/tools/tools_analyzer_viewdump.php, line 62

60: for ($i = 0; $i < count($packets); $i++) {
61:     if (!isset($packets[$i])) continue; // sometimes malformed data makes it into these things
62:     $devAddr = hexdec($packets[$i][0][2]);
63:     $nextPacket = 0;
64:     if (count($packets[$i]) == 1 && ($devAddr & 1) == 0) {

#3 - File: /Phej.php, line 628

626:             }
627:             // load the view
628:             include ROOT_DIR.'/views/'.$view.'.php';
629:         }
630:     }

#4 - File: /layouts/wide_layout.php, line 46

44: 
45:       <div id="pageBody">
46:         <?php $this -> loadView($view, $meta); ?>
47:       </div>
48: 

#5 - File: /Phej.php, line 681

679:             }
680:             // load the layout (view is accessible through $view variable)
681:             include ROOT_DIR.'/layouts/'.$layout.'_layout.php';
682:         }
683: 

#6 - File: /controllers/tools_controller.php, line 71

69: 
70:             $this -> phej -> loadPlugin('jquery_balloon');
71:             $this -> layoutView("tools/tools_analyzer_viewdump", 'wide', $meta);
72:         } else {
73:             $meta["page_title"] = "I2C Protocol Analyzer | I2C Device Library";

#7 - File: /Phej.php, line 273

271:             if (!defined('VIEW')) define('VIEW', $view);
272: 
273:             $this -> controller -> $view($args);
274:         } catch (Exception $e) {
275:             phej_display_exception($this, $e);

#8 - File: /index.php, line 111

109: 
110: session_start();
111: $phej -> run(FRONT_URI);
112: 
113: } catch (Exception $e) {

Stack trace:

#TimeDeviceModeRegisterLengthData
#FileLineCall
1 n/a n/a phej_exception_error_handler(integer, string, string, integer, array[15])
2 /views/tools/tools_analyzer_viewdump.php 62 hexdec(string)
3 /Phej.php 628 include(string)
4 /layouts/wide_layout.php 46 Controller -> loadView(string, array[3])
5 /Phej.php 681 include(string)
6 /controllers/tools_controller.php 71 Controller -> layoutView(string, string, array[3])
7 /Phej.php 273 tools_controller -> analyzer(array[1])
8 /index.php 111 Phej -> run(string)

Activity log:

LevelFileLineTime (ms)Memory (kB)Message
INFO/Phej.php9000Phej framework v2.0 started
INFO/Phej.php34203Loading plugin "pdoquery"
INFO/Phej.php3421403Loading plugin "phej_auth"
INFO/Phej.php3421406Loading plugin "jquery"
INFO/Phej.php3421408Loading plugin "tablesorter"
INFO/Phej.php3421409Loading plugin "superfish"
INFO/Phej.php3421411Loading plugin "ganalytics"
INFO/Phej.php3421413Loading plugin "woopra"
INFO/Phej.php3421414Loading plugin "syntaxhighlighter"
INFO/Phej.php1152827Starting Phej run with URI "/tools/analyzer/56"
INFO/Phej.php1963876Using controller "tools"
INFO/Phej.php2393878Using view method "analyzer"
INFO/Phej.php342501,918Loading plugin "jquery_balloon"