xnite
Forum Replies Created
-
followup: leaving $plugin_data as blank just makes options reset to default when I save them. So if I put the word ‘bandaid’ into the variable it seems to function fine. 😐
Well, for now what I have done was just modify the variable to return a blank string and commented out the previous line. I couldn’t just disable the plugin, or leave the wp-admin area broken, so, kind of put a bandaid over it lol.
/*$plugin_data = get_plugin_data( __FILE__ );*/ $plugin_data = '';but site is http://www.AltSociety.co wp version 4.3.1
1.7.7.1
Update: going into my sql server and running this command fixed the issue for me. In the future maybe this could be put into the plugin?
DELETE FROM wp_postmeta WHERE meta_key like '%bitly%'Forum: Plugins
In reply to: [Social] Fatal Error When BroadcastingIt appears that the cronjobs aren’t working either, and if you disable wp-cron jobs and enable manual cronjobs, social broadcasting will begin to work. However the entire crontab doesn’t, whether you set it up manually, visit the page or leave it in wp-cron it just plain out does not work.
If I wget I recieve a 500 internal server error.“wget http://xnite.org/index.php?social_controller=cron&social_action=cron_15&api_key=MYAPIKEY -O -“
Resolving xnite.org (xnite.org)… 199.27.134.224, 199.27.135.224, 2400:cb00:2048:1::c71b:87e0, …
Connecting to xnite.org (xnite.org)|199.27.134.224|:80… connected.
HTTP request sent, awaiting response… 500 Internal Server Error
2013-04-28 01:25:40 ERROR 500: Internal Server Error.UPDATE: Manual cron will work, because of the &’s in the URL you will need to put the url inside of singular quotations so that your machine does not think you want it to run the rest of the url as a new command. <i>my bad</i>.
If you disable wp-cron and enable manual cron, then setup a system crontab to visit the page it tells you with wget, all components of social should be fixed :).
Forum: Plugins
In reply to: [Social] Fatal Error When BroadcastingI’m also having this issue all of the sudden. Haven’t done any updates since the last time it was working or anything. Really nothing has changed, it just suddenly quit working!