XHProf in Devel for D6 on Ubuntu doesn't display profiling data

I am trying to get XHProf to work, but though I get the link at the bottom of the page clicking it throws a "Page Not found error". Searching the Drupal documentation, I landed on a page for configuring XHProf for Nginx. reading through the comment thread (there were several comments on what to do for Apache) I managed to get only this far

On my Ubuntu 12.04 laptop I've installed D6 (actually pressflow 6.x). I have several D6 vhosts on my machine. I installed XHProf using PECL ()

Add the newly created xhprof extension to my php.ini file at /etc/php5/apache2/php.ini

[xhprof]
extension=xhprof.so
xhprof.output_dir=/tmp

Restarted Apache and cheked if the XHProf is running

apachectl restart
php -m | grep xhprof

(Found that XHProf is running)

Checked PHP Info to make sure XHPRof is running.

In the Devel module settings, I enabled

[ ] Enable profiling of all page views and drush requests.
xhprof directory: /usr/share/php
XHProf URL: http://zen/xhprof_html

To enable access to the url through a browser I created a virtual host with the following entries

ServerAdmin myname@mymail.com
#ServerName xhprof
DocumentRoot /home/sridhar/mydocumentroot

Admin panel warning

Admin panel are the following messages.

Selected in /home/XXXXXXX/public_html/site/xxxxx/default/files/tmp/filetMsByB file failed because the destination, sites/default/files/languages/tr_8ca49e5a11de979f0bd887cdf45e15ba.js set up properly.

(dark text messages are fixed)
But the system is running. Admin panel such messages are constantly.

theme_hook is not available.

Hello.

I had an old site(Drupal 6.18) with a lot of contrib, custom modules. I've upgraded a core and module successfully. But it does not work appropriately. I have been investigating by xdebug too.

Getting Views Slideshow to animate with only one result

Hi, I'm using Views Slideshow (2.4) with Drupal 6 to show a series of node titles, with the "scroll left" effect. Everything works fine, but I was wondering if it's possible to still get the view to scroll when there's only one result/node title. At the moment the view only scrolls when there are more than one. Any ideas would be much appreciated.

Jason

Have more than one user registration page for Drupal 6

Hello.

I currently have an iOS app that is built and functioning except for one slight problem. I would like to retain CAPTCHA whenever an anonymous user creates an account via the web (using Drupal's user registration form). However, I would like to have another URL that houses the same Drupal registration form (without CAPTCHA) so that users can create an account from within the iOS app (app connects to Drupal site using Drupal iOS SDK and userRegister function).

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x