When I run debug code I get the following

Code = 2
File = drupal/profiles/openatrium/modules/contrib/devel/devel.module on line 412
Message = include_once(fb.php): failed to open stream: No such file or directory

Comments

SocialNicheGuru’s picture

Project: Sortable Grid Views Plugin » Devel
Component: Code » devel
Issue summary: View changes

Transferring to right queue

Code = 2
File = drupal/profiles/openatrium/modules/contrib/devel/devel.module on line 412
Message = include_once(fb.php): failed to open stream: No such file or directory

SocialNicheGuru’s picture

Priority: Normal » Minor

i got this while running through a debugger. I believe the settings on my debugger were very strict

imyaro’s picture

Status: Active » Closed (works as designed)

I got the same error while running project with xdebug debugger.

After that I changed settings in the .ini file of xdebug:
xdebug.scream = 0
Then warning dissapear.
xdebug.scream description:
If this setting is 1, then Xdebug will disable the @ (shut-up) operator so that notices, warnings and errors are no longer hidden.

Not a bug.