Thread Starter
marek
(@bahus01)
Are you going to put them back or are they gone for good ?
Plugin Author
Mehedi
(@imehedidip)
They are there? I think it’s a bug on your side. Could you please delete and reinstall the plugin for me?
Thanks.
Thread Starter
marek
(@bahus01)
Thanks, reinstalling the plugin did solve the problem.
Thread Starter
marek
(@bahus01)
Edit: posted in wrong thread.
i have the same problem, i have re-instal the plugin but i still have the same issue, any help ?
Ran into the same issue and tried to investigate it:
The sharify-style.php is sometimes empty (500 server error). It hangs, more often than not, at line 4: require_once($wp_load);
I am not getting any specific errors aside from the unhelpful 500, even when setting error_reporting(E_ALL) and using try-catch, I get nothing. Even the PHP error logs are clean! It is VERY strange…
Best of all, I have a copy of the blog running on another server and that one seems unaffected by this issue. I am clueless.
P.S. reinstalling did nothing :-/
I just restarted PHP (php5-fpm to be exact) and that seems to have fixed the issue. Maybe it is related to the php opcode cache? I am using xcache on my server… mhh… next time, in case it does happen again, ill just clean the cache specifically and see if that fixes the problem.
I hope this also solves it for everyone else!