We even tried having symlink on serverA filestore to redirect it to remote server but again error is coming without any popup.
Can you please help?
--
ResourceSpace: Open Source Digital Asset Management
http://www.resourcespace.org
---
You received this message because you are subscribed to the Google Groups "ResourceSpace" group.
To unsubscribe from this group and stop receiving emails from it, send an email to resourcespac...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I am not able to make any sense by looking at stack trace as it has some wrappers around.
Is there any other way to achieve this?
…with this:
$success=file_put_contents(“http://servername/resourcespace/filestore/foo.txt”,”Some sample text”);
if($success===false){echo “Failed!”;}
Below is what I have in config for server A:$storagedir="http://ServerName/resourcespace/filestore"; //Thus does not work as we are getting error upon upload$storageurl="http://ServerName/resourcespace/filestore"; // This works fine as it tries to look for images in this location
So whenever above config is there and whenever image is uploaded on server A then below error comes: