When following the screencasts instructions I get this heep of errors! What did I possibly do wrong? Warning: include_once(/home/quickstart/websites/logs/xhprof/xhprof_lib/utils/xhprof_lib.php): failed to open stream: No such file or directory in devel_xhprof_enable() (line 561 of /home/quickstart/websites/example.dev/sites/all/modules/devel/devel.module).
@Bluefox1978 Warning: include_once(/home/quickstart/websites/logs/xhprof/xhprof_lib/utils/xhprof_runs.php): failed to open stream: No such file or directory in devel_xhprof_enable() (line 562 of /home/quickstart/websites/example.dev/sites/all/modules/devel/devel.module).
@Bluefox1978 Warning: include_once(): Failed opening '/home/quickstart/websites/logs/xhprof/xhprof_lib/utils/xhprof_runs.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in devel_xhprof_enable() (line 562 of /home/quickstart/websites/example.dev/sites/all/modules/devel/devel.module).
Comment removed
Bluefox1978 1 day ago
When following the screencasts instructions I get this heep of errors! What did I possibly do wrong? Warning: include_once(/home/quickstart/websites/logs/xhprof/xhprof_lib/utils/xhprof_lib.php): failed to open stream: No such file or directory in devel_xhprof_enable() (line 561 of /home/quickstart/websites/example.dev/sites/all/modules/devel/devel.module).
Bluefox1978 1 day ago
This has been flagged as spam show
@Bluefox1978 Warning: include_once(/home/quickstart/websites/logs/xhprof/xhprof_lib/utils/xhprof_runs.php): failed to open stream: No such file or directory in devel_xhprof_enable() (line 562 of /home/quickstart/websites/example.dev/sites/all/modules/devel/devel.module).
Bluefox1978 1 day ago
@Bluefox1978 It's not all of the errors but I hope that it is sufficient to give you a clue for what I'm talking about?
Bluefox1978 1 day ago
This has been flagged as spam show
@Bluefox1978 Warning: include_once(): Failed opening '/home/quickstart/websites/logs/xhprof/xhprof_lib/utils/xhprof_runs.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in devel_xhprof_enable() (line 562 of /home/quickstart/websites/example.dev/sites/all/modules/devel/devel.module).
Bluefox1978 1 day ago
I got this error when enabling devel... Any tips?
Drush was unable to export FirePHP to [error]
/home/quickstart/websites/example.dev/sites/all/modules/devel/FirePHPCore.
flyawaytigers 3 months ago
Here's the command line to copy and paste:
NOTE: Youtube won't allow URL's in comments,
so take out the extra space in the "ht tp" below...
.
cd ~/websites/example.dev
drush dl devel
drush pm-enable -y devel
drush vset --always-set devel_xhprof_enabled 1
drush vset --always-set devel_xhprof_directory "/home/quickstart/websites/logs/xhprof"
drush vset --always-set devel_xhprof_url "ht tp://localhost/xhprof"
drupalquickstart 1 year ago