I am using firePHP(Zend profiler) on on FF 3.6.3(firephp addon installed) and it returns queries, when I do a normal page load. Ajax requests, however, are not returning the proper queries. I am using Prototype 1.6.0.2 for ajax requests. Is there something I am missing? Most of the write-ups seem to imply that this should work by default.
FirePHP not returning ajax request queries, yet returns normal page load queries
239 Views Asked by polygone At
1
There are 1 best solutions below
Related Questions in JAVASCRIPT
- Angular Show All When No Filter Is Supplied
- Why does a function show up as not defined
- I count the time the user takes to solve my quiz using Javascript but I want the same time displayed on another page
- Set "More" "Less" font size
- Using pagination on a table in AngularJS
- How to sort these using Javascript or Jquery Most effectively
- how to fill out the table with next values in array with one button
- State with different subviews
- Ajax jQuery firing multiple time display event for the same result
- Getting and passing MVC Model data to AngularJS controller
- Disable variable in eval
- javascript nested loops waiting for user input
- .hover() seems to overwrite .click()
- How to sort a multi-dimensional array by the second array in descending order?
- How do I find the fonts that are not loading in a CORS situation ( MoovWeb )?
Related Questions in AJAX
- Ajax jQuery firing multiple time display event for the same result
- Implement Onfailure in webApi controller
- AJAX PHP - Reload div after submit
- ajax load data from mysql
- Ajax-update only a component attribute, not the whole component nor its children
- using ajax to get a php database result and then show the result in a button
- How to prevent browser from executing some JavaScript when person clicks Back button?
- ajax async: true statement execution order
- Rails 4.2 jQuery loads only after refresh
- WebForms GET Json requests (JsonRequestBehavior.AllowGet)
- Rails - Ajax do not work properly on production server
- Angular js Button click
- Make jQuery/AJAX perform instantly on page load
- jQuery Ajax Uncaught TypeError: Cannot use 'in' operator to search
- Show success or error messages in Ajax response to Wordpress custom registration form
Related Questions in ZEND-FRAMEWORK
- Fatal error: Uncaught exception 'Zend_Acl_Role_Registry_Exception' with message 'Role 'admin' not found
- Uninstalling php 5.3 in ubuntu 14.04
- zend soap server reading xml attributes
- Failed installation of zend-escaper with Composer
- Composer cannot find Git windows 8
- Can/How does one make Zend's default (or any other autoloader on the stack) ignore a class?
- Zend Framework Active Directory authentication
- Zend: 500 error instead of 404
- How to force Zend_Navigation_Page_Mvc to generate an href
- Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 3 bytes) in E:\library\Zend\Db\Adapter\Pdo\Abstract.php on line 144
- Zend Gdata - missing HeaderValue.php
- Cookies on Zend Framework 2
- Fatal error: Class 'Zend_Pdf_Color_RGB' not found app/code/core/Mage/Sales/Model/Order/Pdf/Shipment.php magento using zend library
- CORS - request made after preflight request expects 'Access-Control-Allow-Credentials' to be true
- Why is this form invalid all the time
Related Questions in ZEND-DB
- base path for images
- Zend db (postgres) - avoid sql injection
- Zend Select - using the same select with multiple variations
- ZF2: How to get error info from Zend\Db
- Not inserting more than 300 characters using MSSQL query with PHP, using Zend_db_adapter
- Zend_Db Update issues
- Unable to delete a record through Zend_Db_Table_Abstract->delete()
- multiple select in ZendFramework
- Creating an instance of Zend\Db\TableGateway using service manager
- Link Zend Framework 1.12 on Azure with a database on Azure
- Zend Framework 2 mysql view
- Zend2 Db\Select with dynamic IN clause with HAVING
- Zend_Session and Zend_Log _Db are both writing to the database twice for every page load
- Zend_Db relationships from diagram
- Zend_Db_Expr NOW() doesn't work?
Related Questions in FIREPHP
- Debugging with FirePhp
- IIS Giving a 500 Internal Server Error When Serving a PHP file
- How do I set up FirePHP version 1.0?
- Does FirePhp work well with FireBug 1.12.0?
- FirePHP Suddenly stopped working
- FirePHP equivelant for Ruby on Rails
- CakePHP 2 can't find FireCake using Debug_kit
- How to Setup and use FirePHP with FireFox Developer
- Zend Framework 2 how to log sql to FirePHP
- Zend Framework, FirePHP
- Is FirePHP limited by the Firebug console clearing upon redirect?
- Printing debug output into browser console in Symfony 2
- Error installing FirePHPCore
- FirePHP doesn't always write log messages
- Firebug and FirePHP: I can not get any message to console
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I have had similar problems and got through them after a firebug upgrade (check the getFirebug website)
Firefox has been going through several evolutions of how a sniffer should listen to the different network events going on. Attribution of ajax requests to the correct page is among the new difficulties.
For information, I have firebug 1.5.3
It might also be a firephp issue and you may check on their website if someone has already hit the issue.
I hope this will help you Jerome WAGNER