paaacman
Forum Replies Created
-
Forum: Plugins
In reply to: [FB Photo Sync] Error while updating to 0.5.6The version of PHP is the cause yes. I was using 5.2 before.
Forum: Plugins
In reply to: [FB Photo Sync] Error while updating to 0.5.6I corrected it be replacing line 377:
$saved_album = get_option( 'fbps_album_' . $album['id'] ) ?: $album;
by:
$saved_album = get_option( 'fbps_album_' . $album['id'] ) ?null: $album;
Forum: Plugins
In reply to: [FB Photo Sync] FB App not working with ChromeHello Mike, I didn’t forget you ??
It just take some time to backup and restore the site on a dev environment where I can test everything…
For the moment I still have problems, I keep you informed as soon as I have more info.Thanks again !
Paaacman
Forum: Plugins
In reply to: [FB Photo Sync] FB App not working with ChromeBy unchecking “Import images to media library?” it’s the same : the plugin sync all the album, but at the end there is only 1 photo.
I have only font error on the console, but when I open the “Album” tab, I see 2 times:
SCRIPT5007: Unable to set property 'innerHTML' of undefined or null reference sdk.js (86,1260)
sdk.js seems to be the facebook SDK.
For info, there is 27 albums : 9 recently updated with 1 photo, and 18 old from a previous version of the plugin.
I give you by MP more info about the album.
Thanks !
Paaacman
Forum: Plugins
In reply to: [FB Photo Sync] FB App not working with ChromeHello, and thanks for your answer !
I understand you situation !I don’t have the “Log In” facebook button on chrome (where I’m already logged in facebook), but I have it on internet explorer and I can see and import albums from a page.
But this only import 1 image. The procedure : (I always check “Import images to media library?” )
- Import: add an album from a list of page’s album
- Sync say …X of 22 photos until 22 of 22
- Albums: find this album, we see 1 photo and at the end “1 Photos” (it should be 22 photos)
- Click “sync”, it sync 22 photos and it’s written “X of 1 photos”
Finally, we have always only 1 photo on the album.
Thanks a lot if you can have a look, and tell me if you need more info !
Paaacman