MicrostockGroup Sponsors


Author Topic: Several sites stopped publishing image info  (Read 6786 times)

0 Members and 1 Guest are viewing this topic.

sc

« Reply #25 on: August 05, 2013, 15:20 »
0
edit:
nevernind

Steve
« Last Edit: August 05, 2013, 15:59 by SC »


« Reply #26 on: August 05, 2013, 15:23 »
0
http://www.clipartillustration.com/symbiostock_image_info.xml

I just regenerated it and everything looks fine. I'm running 3.6

The fairest approach to the problem is to deactivate all plugins, run the operation, and see what happens.

If it crashes with no other plugins going, we're down to two things:

1. Symbiostock
2. Host

Keep me posted.

Ok deactivated all plugins and it now shows loads of data in the http://picture5479.com/symbiostock_image_info.xml
So i guess its down to reactivating plugins until i find a conflict


Seems to be the nextgen gallery..........Would this be because I changed from gd livrary to imagemajick yesterday?
Does the next gen gallery need to be activated? or can i run without it?
I dont know what it does
« Last Edit: August 05, 2013, 15:35 by picture5469 »

« Reply #27 on: August 05, 2013, 16:04 »
0
I just deactivated NextGenGallery xml and csv has content now.
Warnings are still there, but changed a bit:


Warning: Missing argument 2 for wpdb::prepare(), called in /home2/flashst1/public_html/wp-content/themes/symbiostock/inc/classes/network-manager/network-manager.php on line 822 and defined in /home2/flashst1/public_html/wp-includes/wp-db.php on line 992

Warning: Missing argument 2 for wpdb::prepare(), called in /home2/flashst1/public_html/wp-content/themes/symbiostock/inc/classes/network-manager/network-manager.php on line 822 and defined in /home2/flashst1/public_html/wp-includes/wp-db.php on line 992

Warning: Missing argument 2 for wpdb::prepare(), called in /home2/flashst1/public_html/wp-content/themes/symbiostock/inc/classes/network-manager/network-manager.php on line 822 and defined in /home2/flashst1/public_html/wp-includes/wp-db.php on line 992

Warning: Missing argument 2 for wpdb::prepare(), called in /home2/flashst1/public_html/wp-content/themes/symbiostock/inc/classes/network-manager/network-manager.php on line 822 and defined in /home2/flashst1/public_html/wp-includes/wp-db.php on line 992

Warning: Missing argument 2 for wpdb::prepare(), called in /home2/flashst1/public_html/wp-content/themes/symbiostock/inc/classes/network-manager/network-manager.php on line 822 and defined in /home2/flashst1/public_html/wp-includes/wp-db.php on line 992

Warning: Missing argument 2 for wpdb::prepare(), called in /home2/flashst1/public_html/wp-content/themes/symbiostock/inc/classes/network-manager/network-manager.php on line 822 and defined in /home2/flashst1/public_html/wp-includes/wp-db.php on line 992

Warning: Missing argument 2 for wpdb::prepare(), called in /home2/flashst1/public_html/wp-content/themes/symbiostock/inc/classes/network-manager/network-manager.php on line 822 and defined in /home2/flashst1/public_html/wp-includes/wp-db.php on line 992

Warning: Missing argument 2 for wpdb::prepare(), called in /home2/flashst1/public_html/wp-content/themes/symbiostock/inc/classes/network-manager/network-manager.php on line 822 and defined in /home2/flashst1/public_html/wp-includes/wp-db.php on line 992

Network info updated.

Image info info updated.

ShazamImages

  • ShazamImages.com
« Reply #28 on: August 05, 2013, 16:06 »
0
Seems to be the nextgen gallery..........Would this be because I changed from gd livrary to imagemajick yesterday?


I highly doubt it.

Does the next gen gallery need to be activated? or can i run without it?


No, it isn't required by Symbiostock.

I dont know what it does


The NextGen Gallery is used for creating slideshows (see here: http://wordpress.org/plugins/nextgen-gallery/)

Which version are you using?

ShazamImages

  • ShazamImages.com
« Reply #29 on: August 05, 2013, 16:09 »
0
Warnings are still there...

Did you make any code changes?  Or download any "fixes" from GitHub?

« Reply #30 on: August 05, 2013, 16:12 »
0
Seems to be the nextgen gallery..........Would this be because I changed from gd livrary to imagemajick yesterday?


I highly doubt it.

Does the next gen gallery need to be activated? or can i run without it?


No, it isn't required by Symbiostock.

I dont know what it does


The NextGen Gallery is used for creating slideshows (see here: http://wordpress.org/plugins/nextgen-gallery/)

Which version are you using?

using version 2, if I've solved the problem then I guess I'm happy. I hope jsfoto manages to solve theirs

« Reply #31 on: August 05, 2013, 16:13 »
0
Warnings are still there...

Did you make any code changes?  Or download any "fixes" from GitHub?

No, no code changes or fixes

« Reply #32 on: August 05, 2013, 16:15 »
0
Seems to be the nextgen gallery..........Would this be because I changed from gd livrary to imagemajick yesterday?


I highly doubt it.

Does the next gen gallery need to be activated? or can i run without it?


No, it isn't required by Symbiostock.

I dont know what it does


The NextGen Gallery is used for creating slideshows (see here: http://wordpress.org/plugins/nextgen-gallery/)

Which version are you using?

using version 2, if I've solved the problem then I guess I'm happy. I hope jsfoto manages to solve theirs


I guess my public image info is working fine, as the files aren't empty any more ... not sure about the warnings ... perhaps there are problems I didn't even notice  :(

« Reply #33 on: August 05, 2013, 17:08 »
0
Deactivating NextGen fixed it for me too.

It was fine until the plugin update in the last few days.

To the code wizards amongst you - if I send a bug report to the NextGen developers, do you have any idea what the plugin interfered with (other than me saying that NextGen buggered my image_info.XML file)?


« Reply #34 on: August 05, 2013, 18:23 »
0
separate issue - many folks haven't filled in all their personal data -- specialty, focus, etc which provide yet another way to be found

http://cascoly.com/symbio/list.asp?list=65
« Last Edit: August 12, 2013, 11:40 by cascoly »

« Reply #35 on: August 06, 2013, 11:32 »
0
The warnings from jsphoto sparked a memory for me. They are related to a change in the WP API. This change was made in 3.5, so it's curious that they're just showing up now. Perhaps the upgrade to 3.6 turned on the warnings flag. When it is off these warnings don't show up.

The wpdb->prepare method now requires arguments that it did not in the past. The following link describes this.

http://make.wordpress.org/core/2012/12/12/php-warning-missing-argument-2-for-wpdb-prepare/

Heads up to Leo. This will need to be changed in the symbiostock code. The warning messages are just that, warnings. The code still works but the warnings are to let the developer know that they need to revisit their API calls.

I don't know if this had anything to do with the missing data files. I haven't had a chance to look into the symbiostock code myself yet, so I can't say. But the warnings aren't saying that things have failed, so I doubt it.

Leo Blanchette

« Reply #36 on: August 06, 2013, 11:52 »
+1
Found it yesterday. The prepare medthod just like you say. Fixed it.

« Reply #37 on: August 12, 2013, 06:21 »
0
Nextgen was the issue for me.  Deactived it and the http://dogfordstudios.com/symbiostock_image_info.xml started to have date in it again.


 

Related Topics

  Subject / Started by Replies Last post
4 Replies
5967 Views
Last post June 17, 2008, 17:23
by litifeta
8 Replies
5196 Views
Last post August 18, 2008, 14:19
by dnavarrojr
0 Replies
1962 Views
Last post September 25, 2012, 20:41
by Drexxle
7 Replies
2349 Views
Last post August 05, 2013, 14:23
by johnmessingham
11 Replies
5557 Views
Last post August 21, 2021, 21:10
by marthamarks

Sponsors

Mega Bundle of 5,900+ Professional Lightroom Presets

Microstock Poll Results

Sponsors