View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001050 | Xdebug | Uncategorized | public | 2014-05-09 12:24 | 2014-06-14 10:32 |
Reporter | bishwanath.jha | Assigned To | derick | ||
Priority | high | Severity | block | Reproducibility | always |
Status | resolved | Resolution | unable to reproduce | ||
Platform | Apache | OS | OSX | OS Version | 10.8.3 |
Summary | 0001050: Gives Error as Too many open files in Unknown on line 0 and Fatal error: Unknown: Failed opening required | ||||
Description | Hi, Found very wearied issue with xdebug on 2 php version i have tried upon (5.4.16 and 5.5.12). When you try to access content from web browser you end up with below error, ======================================== Fatal error: Unknown: Failed opening required '/Library/WebServer/Documents/project/trunk/admin/index.php' (include_path='.:/usr/lib/php') in Unknown on line 0and further on hard refresh it clears and it appears very frequently on few page refresh. Initially i thought its related to file permission or file_opening_limit(ulimit) but already having valid permissions set. As soon as i compile xdebug and enable it in php.ini, restarts apache and hit url from web its gives error. Just for check, i removed xdebug statement from php.ini everything started working fine. | ||||
Steps To Reproduce | Download xdebug, compile(configure, make), enable extension in php.ini and you start seeing above warning and fatal error. This is the code i am using. <?php if (defined("CUSTOMPATH")) require_once ('./project.php'); ?> | ||||
Additional Information | Faced issue on php versions(5.4.16 and 5.5.12). as soon as i enable it in php.ini and restart apache and hit url from web its gives error. Find below details from phpinfo might help you in debugging. System: Configure Command : Tailored suggested info : http://i.imgur.com/RZcU1Yv.png php.ini snipped added for xdebug. xdebug.remote_enable = On | ||||
Tags | No tags attached. | ||||
Operating System | MAC OSX 10.8.3 | ||||
PHP Version | 5.4.10-5.4.14 | ||||
|
Your php.ini snippet makes not much sense. You're loading a .dll file and you're on MacOSX?! |
|
Unable to reproduce, and no feedback provided. I'm closing this out, but feel free to reopen if you can provide the requested information. |
Date Modified | Username | Field | Change |
---|---|---|---|
2014-05-09 12:24 | bishwanath.jha | New Issue | |
2014-05-16 09:33 | derick | Note Added: 0002810 | |
2014-05-16 09:33 | derick | Assigned To | => derick |
2014-05-16 09:33 | derick | Status | new => feedback |
2014-06-14 10:32 | derick | Note Added: 0002846 | |
2014-06-14 10:32 | derick | Status | feedback => resolved |
2014-06-14 10:32 | derick | Resolution | open => unable to reproduce |
2016-07-31 12:36 | derick | Category | Usage problems => Usage problems (Crashes) |
2016-07-31 12:38 | derick | Category | Usage problems (Crashes) => Usage problems (Wrong Results) |
2020-03-12 16:35 | derick | Category | Usage problems (Wrong Results) => Variable Display |
2020-03-12 16:38 | derick | Category | Variable Display => Uncategorized |