 |
It is not tested with WP2.3. For this it doesn't appear. But I can tell you, that after upgrading to WP 2.3 it wasn't working. But with a few changes it seems to work with no further problems (I haven't test it enough).
Just change the following lines in your admin_options_load.php you can find in wp-content/plugins/silaspartners/flickr.
// changed since WP2.3
// require_once(dirname(__FILE__).$tmpPath.'/wp-admin/admin-db.php');
require_once(dirname(__FILE__).$tmpPath.'/wp-admin/includes/user.php');
After that it works for me.
Dirk
Posted 8 months ago.
(
permalink
)
|
 |
Wait...are you adding a line, or just changing admin-db.php to /includes/user.php?
Posted 8 months ago.
(
permalink
)
|
 |
I figured it out...you change one line to the other. You're a friggin genius! Thanks.
Posted 8 months ago.
(
permalink
)
|
 |
Worked for me. Thank you so much!
Posted 8 months ago.
(
permalink
)
|
 |
Awesome, thanks for the fix, I'm glad it was that easy.
Posted 8 months ago.
(
permalink
)
|
 |
That fixed my problem, too. Thanks so much!!!
Posted 8 months ago.
(
permalink
)
|
 |
Quick and easy. Fixxed my issues in a snap. ^^
Thanks!
Posted 8 months ago.
(
permalink
)
|
 |
i was banned from brazilian group because this bug. kekekekekeek
www.flickr.com/groups/fotodasemana/discuss/72157602264902... it is in portugues. abstract : they will go process me because this.
but i already fix with this help.
thx
Posted 7 months ago.
(
permalink
)
|
 |
Hi guys, I'm a newbie. I don't quite understand what I should be changing. Could you please spell out:
Which line has to be deleted??
Exactly where does the new bit of code go??
cheers
Posted 7 months ago.
(
permalink
)
|
 |
Maryj2007: nothing is being deleted. Open the file
wp-content/plugins/silaspartners/flickr/admin_options_load.php
and find the line that is
require_once(dirname(__FILE__).$tmpPath.'/wp-admin/admin-db.php');
First, copy that line. Then put two slashes // in front of the line, which turns it into a comment (called "commenting out"). Then paste the line of code and modify it so that it says
require_once(dirname(__FILE__).$tmpPath.'/wp-admin/includes/user.php');
Technically, you don't HAVE to go through the copy, comment, paste process--you could just modify that one line of code. But, the method shown above is safer.
Posted 7 months ago.
(
permalink
)
|
 |
that's the one. simple fix. thx dirk.
Posted 7 months ago.
(
permalink
)
|
 |
works for me.
except the file name is :
wp-content/plugins/silaspartners/flickr/admin-options-load.php
souldn't this fix be included in a new release already ??
Posted 7 months ago.
(
permalink
)
|
 |
The changes didn't fix the problem I'm having, even after a hard refresh. I can navigate to my photos just fine, and filter them by tag, but as soon as I click on a thumbnail to choose it, the whole Upload "pane" disappears. Is this the problem people were having prior to the fix?
Posted 7 months ago.
(
permalink
)
|
 |
Hello, in my version of the plugin, the line was already commented out, and adding the second line didn't fix the problem - my sidebar widget still doesn't display any images.
Does anybody know how to fix this problem?
Posted 5 months ago.
(
permalink
)
|
Would you like to comment?
Sign up for a free account, or sign in (if you're already a member).
|