Uploads no longer syncing
-
In the most recent version of the WordPress plugin (which is BRILLIANT BTW) – the Uploads directory won’t sync, and throws an error – it seems to be doubling part of the path:
WRONG: /home/mysitename/public_html/wp-content/uploads/wp-content/uploads/2008/07/p8180006.jpg
CORRECT: /home/mysitename/public_html/wp-content/uploads/2008/07/p8180006.jpg
Syncing [1/485] wp-content/uploads/2008/07/p8180006.jpg
Warning: fopen(/home/mysitename/public_html/wp-content/uploads/wp-content/uploads/2008/07/p8180006.jpg) [function.fopen]: failed to open stream: No such file or directory in /home/mysitename/public_html/wp-content/plugins/cdn-sync-tool/lib/awssdk/lib/requestcore/requestcore.class.php on line 383Warning: fstat(): supplied argument is not a valid stream resource in /home/mysitename/public_html/wp-content/plugins/cdn-sync-tool/lib/awssdk/lib/requestcore/requestcore.class.php on line 356
Warning: fclose(): supplied argument is not a valid stream resource in /home/mysitename/public_html/wp-content/plugins/cdn-sync-tool/lib/awssdk/lib/requestcore/requestcore.class.php on line 212
The stream size for the streaming upload cannot be determined.==
This is failing consistently. I have verified the upload path, and the existence of the file.
- The topic ‘Uploads no longer syncing’ is closed to new replies.