I don’t think it’s related to this issue because I’m still having trouble without SP even installed but FYI this is a msg my host sent me earlier.
We also found some errors on your PHP log file:
Aug 28 13:37:27 castle.wsynth.net ool www: PHP Warning – fopen(): http:// wrapper is disabled in the server configuration by allow_url_fopen=0 – file: /mysite.net/wp-content/sp-resources/forum-plugins/plupload/library/sp-plupload-components.php – line: 936 – function: fopen
Aug 28 13:37:27 castle.wsynth.net ool www: PHP Warning – fopen(http://mysite.net/wp-content/forumuploads/peelingtheonion/2014/12/Feggin-Snow-2.gif): failed to open stream: no suitable wrapper could be found – file: /mysite.net/wp-content/sp-resources/forum-plugins/plupload/library/sp-plupload-components.php – line: 936 – function: fopen
Aug 28 13:37:27 castle.wsynth.net ool www: PHP Warning – fopen(http://mysite.net/wp-content/forumuploads/peelingtheonion/2014/12/Feggin-Snow-2.gif): failed to open stream: no suitable wrapper could be found – file: /mysite.net/wp-content/sp-resources/forum-plugins/plupload/library/sp-plupload-components.php – line: 936 – function: spHandleShutdown
Those errors could be contributing to these issues you’re experiencing and would be a good approach to fix them all as soon as possible.
You will want to verify with the plugin author that it does not require the exec() / exec.php or url_fopen functions, as both of those have been disabled on Synthesis hosting for security reasons.
We do support CURL as an alternative to url_fopen. Your plugin author should know if they are using these functions or not.