You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
HI all I have a problem in setting up the bundle with XHGUI.
this is the DEV environment
MAC osx 10.8.5
apache 2.2 and php 5.3.28
mysql 5.5.24
symfonty 2.3.9
the bundles save the profiled data correctly to MYSQL but when I try to access XHGUI from the profile console I get an error from the http://xhprof:81/xhprof_html/.
The server created for xhpro.
The error is 500 internal server error.
This is the error in apache LOG :
[Mon Mar 03 18:16:38 2014] [error] [client 127.0.0.1] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
[Mon Mar 03 18:16:38 2014] [debug] core.c(3112): [client 127.0.0.1] r->uri = /Users/me/webtool/dev.php
It looks like the problem is in .htaccess config of the symfony2 public directory, or in the apache virtualhost for xhprof. Any one has an idea ? Have you ever had such a problem with symfony2 and this bundle ?
thanks a lot!
The text was updated successfully, but these errors were encountered:
HI all I have a problem in setting up the bundle with XHGUI.
this is the DEV environment
the bundles save the profiled data correctly to MYSQL but when I try to access XHGUI from the profile console I get an error from the http://xhprof:81/xhprof_html/.
The server created for xhpro.
The error is 500 internal server error.
This is the error in apache LOG :
It looks like the problem is in .htaccess config of the symfony2 public directory, or in the apache virtualhost for xhprof. Any one has an idea ? Have you ever had such a problem with symfony2 and this bundle ?
thanks a lot!
The text was updated successfully, but these errors were encountered: