From: <no...@so...> - 2002-11-11 09:40:57
|
Bugs item #636520, was opened at 2002-11-11 01:40 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=636520&group_id=8956 Category: Admin Group: None Status: Open Resolution: None Priority: 5 Submitted By: Leonard Chan (wotg) Assigned to: Nobody/Anonymous (nobody) Summary: Problem with Debug + PHP Sandbox? Initial Comment: Hi. I _THINK_ I discovered a incompatibility with the debug script when PHP Sandboxes are enabled. My fix was to reuse the temp folder defined in the config file, rather than session_save_path(). I'm not certain that this was a smart fix, however, it seems to have at least gotten rid of my error message. My first attempt at a diff is attached. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=636520&group_id=8956 |
From: <no...@so...> - 2002-11-11 18:13:30
|
Bugs item #636520, was opened at 2002-11-11 04:40 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=636520&group_id=8956 Category: Admin Group: None Status: Open Resolution: None Priority: 5 Submitted By: Leonard Chan (wotg) Assigned to: Nobody/Anonymous (nobody) Summary: Problem with Debug + PHP Sandbox? Initial Comment: Hi. I _THINK_ I discovered a incompatibility with the debug script when PHP Sandboxes are enabled. My fix was to reuse the temp folder defined in the config file, rather than session_save_path(). I'm not certain that this was a smart fix, however, it seems to have at least gotten rid of my error message. My first attempt at a diff is attached. ---------------------------------------------------------------------- >Comment By: James Flemer (jimmerman) Date: 2002-11-11 13:13 Message: Logged In: YES user_id=39444 It doesn't look like any of your files were attached. Please tell us what you mean by PHP Sandboxes ... do you mean something to do with safe_mode, or open_basedir? Also could you post some details, like error messages or specific things that don't work. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=636520&group_id=8956 |
From: <no...@so...> - 2002-11-12 03:25:29
|
Bugs item #636520, was opened at 2002-11-11 01:40 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=636520&group_id=8956 Category: Admin Group: None Status: Open Resolution: None Priority: 5 Submitted By: Leonard Chan (wotg) Assigned to: Nobody/Anonymous (nobody) Summary: Problem with Debug + PHP Sandbox? Initial Comment: Hi. I _THINK_ I discovered a incompatibility with the debug script when PHP Sandboxes are enabled. My fix was to reuse the temp folder defined in the config file, rather than session_save_path(). I'm not certain that this was a smart fix, however, it seems to have at least gotten rid of my error message. My first attempt at a diff is attached. ---------------------------------------------------------------------- >Comment By: Leonard Chan (wotg) Date: 2002-11-11 19:25 Message: Logged In: YES user_id=645294 Hi. I guess what I mean is the open_basedir. Here is the error message I get: Warning: open_basedir restriction in effect. File is in wrong directory in /home/e-smith/files/ibays/intranet/html/survey/admin/include/debug.inc on line 7. Besides the error message, I think some of the debug information was missing. Hopefully the attachement will come through this time. LC ---------------------------------------------------------------------- Comment By: James Flemer (jimmerman) Date: 2002-11-11 10:13 Message: Logged In: YES user_id=39444 It doesn't look like any of your files were attached. Please tell us what you mean by PHP Sandboxes ... do you mean something to do with safe_mode, or open_basedir? Also could you post some details, like error messages or specific things that don't work. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=636520&group_id=8956 |
From: SourceForge.net <no...@so...> - 2003-02-19 18:23:30
|
Bugs item #636520, was opened at 2002-11-11 04:40 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=636520&group_id=8956 Category: Admin Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Leonard Chan (wotg) >Assigned to: James Flemer (jimmerman) Summary: Problem with Debug + PHP Sandbox? Initial Comment: Hi. I _THINK_ I discovered a incompatibility with the debug script when PHP Sandboxes are enabled. My fix was to reuse the temp folder defined in the config file, rather than session_save_path(). I'm not certain that this was a smart fix, however, it seems to have at least gotten rid of my error message. My first attempt at a diff is attached. ---------------------------------------------------------------------- Comment By: James Flemer (jimmerman) Date: 2003-02-19 13:31 Message: Logged In: YES user_id=39444 Fixed in CVS. ---------------------------------------------------------------------- Comment By: Leonard Chan (wotg) Date: 2002-11-11 22:25 Message: Logged In: YES user_id=645294 Hi. I guess what I mean is the open_basedir. Here is the error message I get: Warning: open_basedir restriction in effect. File is in wrong directory in /home/e-smith/files/ibays/intranet/html/survey/admin/include/debug.inc on line 7. Besides the error message, I think some of the debug information was missing. Hopefully the attachement will come through this time. LC ---------------------------------------------------------------------- Comment By: James Flemer (jimmerman) Date: 2002-11-11 13:13 Message: Logged In: YES user_id=39444 It doesn't look like any of your files were attached. Please tell us what you mean by PHP Sandboxes ... do you mean something to do with safe_mode, or open_basedir? Also could you post some details, like error messages or specific things that don't work. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=636520&group_id=8956 |