2012-04-26, 22:52:41
I tried the following solution
Change line 24 of filebrowser.php from
$fullPath = $sitepath . "data/uploads/";
to
$fullPath = "data/uploads/";
but it doesn't work even for root level pages.
If my page is named 'testing' and an image inserted from 'data/uploads/image1.jpg'
The live page tries to look for the image path as http://localhost/getsimple/testing/data/uploads/image1.jpg'.
Any other suggestions?
Change line 24 of filebrowser.php from
$fullPath = $sitepath . "data/uploads/";
to
$fullPath = "data/uploads/";
but it doesn't work even for root level pages.
If my page is named 'testing' and an image inserted from 'data/uploads/image1.jpg'
The live page tries to look for the image path as http://localhost/getsimple/testing/data/uploads/image1.jpg'.
Any other suggestions?