funex
Forum Replies Created
-
I am having the same problem. Hmm, over a month and no response?
However, I am using WordPress 4.8.1, which is, so far, untested.
Forum: Plugins
In reply to: [Google Photos Gallery with Shortcodes] Can’t get started?Same here.
False alarm. Found it was another plugin that was the culprit.
Here is an example shortcode:
[gallery type='picasa' user_id='hastingsflyfishers' kind='album' album='RecentOutings' access='public' protection='none' max_results='5' layout='square' caption='desc-title' thumb_size='72' main_size='400' fx='fade' controls='hide' timeout='100' speed='100' ]Despite the album being an “album”, changing kind to “photo, or removing that tag altogether has eliminated that problem.
Okay. Well, that fixed that. It wasn’t entirely clear, though.
However, it still doesn’t solve the other issues:
Warning: simplexml_load_string(): Entity: line 1: parser error : Start tag expected, '<' not found in C:\xampp\htdocs\hastingsflyfishers\wp-content\plugins\photonic\extensions\Photonic_Picasa_Processor.php on line 246 Warning: simplexml_load_string(): kind: That is not one of the acceptable values in C:\xampp\htdocs\hastingsflyfishers\wp-content\plugins\photonic\extensions\Photonic_Picasa_Processor.php on line 246 Warning: simplexml_load_string(): ^ in C:\xampp\htdocs\hastingsflyfishers\wp-content\plugins\photonic\extensions\Photonic_Picasa_Processor.php on line 246Uncommenting this:
// This works, but test further ... $rss = wp_remote_request($query_url, array( 'timeout' => 30 , 'user-agent' => 'Photonic', 'sslverify' => true // prevent some problems with Google in token request ));Results in just his message:
Warning: simplexml_load_string() expects parameter 1 to be string, array given in C:\xampp\htdocs\hastingsflyfishers\wp-content\plugins\photonic\extensions\Photonic_Picasa_Processor.php on line 246