Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author Michael Cannon

    (@comprock)

    Thank you for letting me know about this. I’ll try to figure out what happened with the release.

    Plugin Author Michael Cannon

    (@comprock)

    Can you please try out https://github.com/michael-cannon/flickr-shortcode-importer/archive/2.1.1RC1.zip and let me know the results?

    If it doesn’t work, please provide fresh specifics of what works or not. To include current code and what’s expected.

    Thread Starter justted

    (@justted)

    Michael,

    Thanks for the quick response. Still getting these errors with this version:

    Warning: preg_match() expects parameter 2 to be string, array given in /…./wp-content/plugins/flickr-shortcode-importer/includes/class-flickr-shortcode-importer.php on line 1016

    Warning: preg_match() expects parameter 2 to be string, array given in /home/justted/just-ted.com/new/wp-content/plugins/flickr-shortcode-importer/includes/class-flickr-shortcode-importer.php on line 1017

    Warning: preg_match() expects parameter 2 to be string, array given in /home/justted/just-ted.com/new/wp-content/plugins/flickr-shortcode-importer/includes/class-flickr-shortcode-importer.php on line 1020

    Warning: html_entity_decode() expects parameter 1 to be string, array given in /…/wp-content/plugins/flickr-shortcode-importer/includes/class-flickr-shortcode-importer.php on line 1031

    Warning: Cannot modify header information – headers already sent by (output started at /…./wp-content/plugins/flickr-shortcode-importer/includes/class-flickr-shortcode-importer.php:1016) in /home/justted/just-ted.com/new/wp-admin/post.php on line 235

    Warning: Cannot modify header information – headers already sent by (output started at /…/wp-content/plugins/flickr-shortcode-importer/includes/class-flickr-shortcode-importer.php:1016) in /home/justted/just-ted.com/new/wp-includes/pluggable.php on line 1121

    Returning to the previous 2.1.0RC2 produces no errors.

    Hope this helps…

    Plugin Author Michael Cannon

    (@comprock)

    justted, I’ve tried to replicate without success your issue. I’ve done single post conversion and batch processing.

    I’ve added a minor return no content routine in case the photo isn’t accessible or what not. Please try https://github.com/michael-cannon/flickr-shortcode-importer/archive/2.1.1RC2.zip

    If still no go, I’ll need more exacting details on what you’re trying to process. Further, are you positive that the photos you’re working with exist?

    Thread Starter justted

    (@justted)

    Michael,

    Sorry, still not processing with this version.

    Here’s what I’m doing –

    NEW post

    With this code:

    [flickr]https://www.flickr.com/photos/mvjantzen/15078294655/[/flickr]

    (not my photo but a contact’s photo, same thing happens with my photo)

    Here’s what I get back:

    Warning: preg_match() expects parameter 2 to be string, array given in /…/wp-content/plugins/flickr-shortcode-importer/includes/class-flickr-shortcode-importer.php on line 1024

    Warning: preg_match() expects parameter 2 to be string, array given in /…/wp-content/plugins/flickr-shortcode-importer/includes/class-flickr-shortcode-importer.php on line 1025

    Warning: preg_match() expects parameter 2 to be string, array given in /…/wp-content/plugins/flickr-shortcode-importer/includes/class-flickr-shortcode-importer.php on line 1028

    Warning: html_entity_decode() expects parameter 1 to be string, array given in /…/wp-content/plugins/flickr-shortcode-importer/includes/class-flickr-shortcode-importer.php on line 1039

    Warning: Cannot modify header information – headers already sent by (output started at /home/justted/just-ted.com/new/wp-content/plugins/flickr-shortcode-importer/includes/class-flickr-shortcode-importer.php:1024) in /…/wp-admin/post.php on line 235

    Warning: Cannot modify header information – headers already sent by (output started at /home/justted/just-ted.com/new/wp-content/plugins/flickr-shortcode-importer/includes/class-flickr-shortcode-importer.php:1024) in /…/wp-includes/pluggable.php on line 1121

    A few more observations:

    1. The import does happen, I just get this page of errors and if I go back to the post, everything has worked.

    2. When I put 2.1.0RC2 back in, everything works fine

    Happy to try alternate combos as you see fit, thanks again.

    Thread Starter justted

    (@justted)

    Michael,

    Unfortunately, still having the problem.

    Here’s what I’m doing:

    NEW post

    Single line of code in it: [flickr]https://www.flickr.com/photos/mvjantzen/15078294655/[/flickr]

    Get these errors:

    Warning: preg_match() expects parameter 2 to be string, array given in /…/wp-content/plugins/flickr-shortcode-importer/includes/class-flickr-shortcode-importer.php on line 1024

    Warning: preg_match() expects parameter 2 to be string, array given in /…/wp-content/plugins/flickr-shortcode-importer/includes/class-flickr-shortcode-importer.php on line 1025

    Warning: preg_match() expects parameter 2 to be string, array given in /…/wp-content/plugins/flickr-shortcode-importer/includes/class-flickr-shortcode-importer.php on line 1028

    Warning: html_entity_decode() expects parameter 1 to be string, array given in /…/wp-content/plugins/flickr-shortcode-importer/includes/class-flickr-shortcode-importer.php on line 1039

    Warning: Cannot modify header information – headers already sent by (output started at /home/justted/just-ted.com/new/wp-content/plugins/flickr-shortcode-importer/includes/class-flickr-shortcode-importer.php:1024) in /…/wp-admin/post.php on line 235

    Warning: Cannot modify header information – headers already sent by (output started at /home/justted/just-ted.com/new/wp-content/plugins/flickr-shortcode-importer/includes/class-flickr-shortcode-importer.php:1024) in /…/wp-includes/pluggable.php on line 1121

    A few observations:

    1. It looks like the import IS happening. I just get this page of errors and then when I go back to the post, everything has worked.

    2. Rolling back to 2.1.0RC2 fixes things

    Thanks again, happy to try other combos…

    Thread Starter justted

    (@justted)

    Testing that WordPress BB isn’t broken.

    Thread Starter justted

    (@justted)

    Michael,

    Thanks, I uploaded this version and still have the problem.

    Here’s what I’m doing:

    1. Create NEW post
    2. Enter single line of code in post

    [flickr]https://www.flickr.com/photos/mvjantzen/15078294655/[/flickr]

    3. Publish post

    Here’s what I get back.

    I have discovered that the import IS happening, though, such that I get this screen of errors, go back to the post, and everything has worked.

    Going back to 2.1.0RC2 fixes everything.

    I’m happy to try something else, let me know….

    Warning: preg_match() expects parameter 2 to be string, array given in /…/wp-content/plugins/flickr-shortcode-importer/includes/class-flickr-shortcode-importer.php on line 1024

    Warning: preg_match() expects parameter 2 to be string, array given in /…/wp-content/plugins/flickr-shortcode-importer/includes/class-flickr-shortcode-importer.php on line 1025

    Warning: preg_match() expects parameter 2 to be string, array given in /…/wp-content/plugins/flickr-shortcode-importer/includes/class-flickr-shortcode-importer.php on line 1028

    Warning: html_entity_decode() expects parameter 1 to be string, array given in /…/wp-content/plugins/flickr-shortcode-importer/includes/class-flickr-shortcode-importer.php on line 1039

    Warning: Cannot modify header information – headers already sent by (output started at /home/justted/just-ted.com/new/wp-content/plugins/flickr-shortcode-importer/includes/class-flickr-shortcode-importer.php:1024) in /…/wp-admin/post.php on line 235

    Warning: Cannot modify header information – headers already sent by (output started at /home/justted/just-ted.com/new/wp-content/plugins/flickr-shortcode-importer/includes/class-flickr-shortcode-importer.php:1024) in /…/wp-includes/pluggable.php on line 1121

    Thread Starter justted

    (@justted)

    Michael,

    Thanks, I uploaded this version and still have the problem.

    Here’s what I’m doing:

    1. Create NEW post
    2. Enter single line of code in post

    [flickr]https://www.flickr.com/photos/mvjantzen/15078294655/[/flickr]

    3. Publish post

    Here’s what I get back.

    I have discovered that the import IS happening, though, such that I get this screen of errors, go back to the post, and everything has worked.

    Going back to 2.1.0RC2 fixes everything.

    I’m happy to try something else, let me know….

    Warning: preg_match() expects parameter 2 to be string, array given in /…/wp-content/plugins/flickr-shortcode-importer/includes/class-flickr-shortcode-importer.php on line 1024

    Warning: preg_match() expects parameter 2 to be string, array given in /…/wp-content/plugins/flickr-shortcode-importer/includes/class-flickr-shortcode-importer.php on line 1025

    Warning: preg_match() expects parameter 2 to be string, array given in /…/wp-content/plugins/flickr-shortcode-importer/includes/class-flickr-shortcode-importer.php on line 1028

    Warning: html_entity_decode() expects parameter 1 to be string, array given in /…/wp-content/plugins/flickr-shortcode-importer/includes/class-flickr-shortcode-importer.php on line 1039

    Warning: Cannot modify header information – headers already sent by (output started at /home/justted/just-ted.com/new/wp-content/plugins/flickr-shortcode-importer/includes/class-flickr-shortcode-importer.php:1024) in /…/wp-admin/post.php on line 235

    Warning: Cannot modify header information – headers already sent by (output started at /home/justted/just-ted.com/new/wp-content/plugins/flickr-shortcode-importer/includes/class-flickr-shortcode-importer.php:1024) in /…/wp-includes/pluggable.php on line 1121

    Plugin Author Michael Cannon

    (@comprock)

    I’ve dug deeper into this and feel this is the magic… Seems with the new phpFlickr library, photo data is handled differently. I’ve accounted for that plus fixed the bulk importing of the [flickr]tagged shortcode.

    Please try https://github.com/michael-cannon/flickr-shortcode-importer/archive/2.1.1RC3.zip.

    I’m going offline shortly as I’m relocating to Europe for September with my family. I’ll be back around sometime next week.

    Thread Starter justted

    (@justted)

    Michael,

    Magic felt – it works now, thanks a ton.

    Sorry for the multiple posts above, the BB wasn’t registering my comments previously. Have a good trip.

    Plugin Author Michael Cannon

    (@comprock)

    justted, no worries on the multiple posts. I have those kind of days too. I’ll work up a formal release next week after more testing.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Version 2.1 breaks the fix from 2.1RC2 – errors on import’ is closed to new replies.