pisymbol
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook] Back to the previous version…og:image shows up just find, URL and og:image:width and height is (350×350).
This worked before with no issue (through SEVERAL revisions). I believe 1.3 broke it.
Forum: Plugins
In reply to: [Facebook] Back to the previous version…Ok. I have not downgraded, are others experiencing this problem? I really want FB to update this plugin ASAP since this is quite serious.
Forum: Plugins
In reply to: [Facebook] Back to the previous version…Samething…worked up till the last update…
Forum: Plugins
In reply to: [Facebook] Back to the previous version…Same issue, the meta image is no longer being shown after a Social Publish.
Forum: Plugins
In reply to: [Facebook] Publishing to page as different user (I am confused)Yes. On the pages properties you can set that when you login you want to post and send messages as your page account.
So even though the application is installed as my personal account, I am able to post as my page account.
Forum: Plugins
In reply to: [JetBackup - Backup, Restore & Migrate] No Back up on Google DriveIs there a plan fix for this or understanding on what’s happening?
Forum: Plugins
In reply to: [Facebook] Publishing to page as different user (I am confused)Has anyone ran into this yet?
How do I get the Social Publisher to publish as my Facebook PAGE account not my personal account. I have installed an app and submitted the publish action for approval and everything is set.
I have set the page settings to always publish as my page account and not my personal account (which has manager access).
But when I look at the app details, it states that on the News Feed it will look like:
Personal Account Name published <OBJECT TYPE>
Does that mean I can not publish automatically as my page account? Anyone ran into this?
Forum: Plugins
In reply to: [JetBackup - Backup, Restore & Migrate] No Back up on Google DriveI do see the orange progress bar but it does not progress (i.e. no actual orange). Log file is exactly as above with no error message just the NOTICE line.
I did not see an ERROR line. I waited way past the timeout too.
Forum: Plugins
In reply to: [Facebook] no option to mention FB pages on new postsSee the Get Code button within OpenGraph publish details. Hit that. You will get a ‘curl’ command to execute to publish your action. Do that on the command line (hopefully you are using Linux or have access to platform that can run curl to make this easier).
If that goes through, then you have to submit your action to Facebook by hitting the Submit button (it was next to the Get Code one) within the OpenGraph settings screen (follow the onscreen instructions).
Once that is done, it should work. I must say FB is unbelievably complex for such a simple request.
Forum: Plugins
In reply to: [JetBackup - Backup, Restore & Migrate] No Back up on Google DriveMe too, same problem. I get this far but it doesn’t upload anything.
Forum: Plugins
In reply to: [JetBackup - Backup, Restore & Migrate] No backups since update!Me too. Looks like since update, no backups are being uploaded to Google Drive. I have no idea why since the last log message I See is:
2012-11-01 13:33:46 NOTICE Uploading file with title ‘XXXXX (mct9lb)’.
(XXXX is just my website’s name)
But it never appears on my drive. Worked for months with no issue until now.
Forum: Plugins
In reply to: [Plugin Backup] Error: Failed to upload archive to Google Drive‘ignore_errors = true’ did the trick!
Thank you so much! 🙂
Forum: Plugins
In reply to: [Plugin Backup] Error: Failed to upload archive to Google DriveYes why?
Forum: Plugins
In reply to: [Plugin Backup] Error: Failed to upload archive to Google DriveYour $result !== @file_get_contents() check is not right. If I array_shift the response code I see “HTTP/1.0 200 OK” which is exactly right.
My $responses during the upload_chunk() loo are:
2012-05-26 12:00:24 INFO HTTP/1.0 308 Resume Incomplete
2012-05-26 12:00:25 INFO HTTP/1.0 308 Resume Incomplete
2012-05-26 12:00:25 INFO HTTP/1.0 308 Resume Incomplete
2012-05-26 12:00:26 INFO HTTP/1.0 308 Resume Incomplete
2012-05-26 12:00:27 INFO HTTP/1.0 308 Resume Incomplete
2012-05-26 12:00:28 INFO HTTP/1.0 308 Resume Incomplete
2012-05-26 12:00:29 INFO HTTP/1.0 308 Resume Incomplete
2012-05-26 12:00:30 INFO HTTP/1.0 308 Resume Incomplete
2012-05-26 12:00:31 INFO HTTP/1.0 308 Resume Incomplete
2012-05-26 12:00:31 INFO HTTP/1.0 308 Resume Incomplete
2012-05-26 12:00:32 INFO HTTP/1.0 308 Resume Incomplete
2012-05-26 12:00:33 INFO HTTP/1.0 308 Resume Incomplete
2012-05-26 12:00:34 INFO HTTP/1.0 308 Resume Incomplete
2012-05-26 12:00:36 INFO HTTP/1.0 308 Resume Incomplete
2012-05-26 12:00:38 INFO HTTP/1.0 201 CreatedAnd the new file is generated.
The check at the end of upload_chunk() gives me an exception on L486 since the $result is not in XML format.
Can you take a look?
Forum: Plugins
In reply to: [Plugin Backup] Error: Failed to upload archive to Google DriveStill doesn’t work. What’s weird is if I paste the link directly in the browser (https://docs.google.com/feeds/etc.) it does indeed connect and establish an encrypted connection to Google. So the 404 error is really throwing me off.
About the APIs, hmmm, yeah, you were not kidding, the Google API docs are a bit confusing…I am taking a look myself now to understand why I am the only person who can’t seem to get your plugin to work.