File: symfony\helper\ObjectAdminHelper?.php
Line: 35
Variables:
Linux:
sf_web_dir: /home/hlwebs/public_html/mundore/web
sf_upload_dir: /home/hlwebs/public_html/mundore/web/uploads
Windows:
sf_web_dir: 'C:\AppServ\www\mundore\web'
sf_upload_dir: 'C:\AppServ\www\mundore\web\uploads'
Problem:
$relativeUploadDirName = str_replace(sfConfig::get('sf_web_dir'), '', sfConfig::get('sf_upload_dir'));
$image_path = image_path('/'.$relativeUploadDirName.'/'.$include_link.'/'.$value);
Line 35 Return:
Linux: /uploads
Windows: \uploads
$image_path now is:
Linux: //uploads/...
Windows: /\uploads/...