power-media / prado3

Automatically exported from code.google.com/p/prado3
Other
0 stars 0 forks source link

open_basedir restriction #412

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi, 
The issue:
http://code.google.com/p/prado3/issues/detail?id=396
was closed, but I add more information:

The fix was reverted in r3151. 

I configure the open_base dir options, but the warning continue when the folder 
is not exists.

I try this line and work fine to me:

line 352: if(is_dir($basePath) && 
is_file($basePath.DIRECTORY_SEPARATOR.$this->getConfigurationFileName()))

Original issue reported on code.google.com by mario...@hotmail.com on 4 Jul 2012 at 11:39

GoogleCodeExporter commented 8 years ago
committed as r3175, thank you

Original comment by ctrlal...@gmail.com on 5 Jul 2012 at 8:39