View Issue Details

IDProjectCategoryView StatusLast Update
0001553OXID eShop (all versions)4.07. Source code, Testpublic2012-12-10 13:45
Reporternixnutz Assigned To 
PrioritylowSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.2.0 revision 23610 
Fixed in Version4.3.0 revision 26948 
Summary0001553: Warning: file_get_contents(/path/oxid/log/oxdebugdb_skipped.sql) ... n /path/oxid/core/oxdebugdb.php on line 68
DescriptionInstall latest CE, turn on SQL debugging by setting $this->iDebug = 7 in config.inc.php, load the front page of it demo shop and see it bail,

Warning: file_get_contents(/path/oxid/log/oxdebugdb_skipped.sql) [function.file-get-contents]: failed to open stream: No such file or directory in /path/oxid/core/oxdebugdb.php on line 68


Additional InformationLacks file_exists() test
TagsNo tags attached.
Theme
BrowserAll
PHP Versionany
Database Versionany

Activities

alfonsas_cirtautas

2009-12-15 10:14

reporter   ~0002222

moved oxdebugdb_skipped.sql to logs dir + added is_readable check before load