I have made all of the changes you suggested and I still have an empty box there. Any other ideas for me?
Thanks,
Zoic
Upgrade broke my FGC plugin!!
Re: Upgrade broke my FGC plugin!!
I have vista and firefox and upgraded automatically 3/13 and it broke. I looked here, deleted all, downloaded manually, put the new code back in my wordpress index.php--still broke. My theme is leaving a space in the right place above the posts where I had it before but nothing..I checked my featured posts and they look okay and I have 5 of them, and values for articleimg. Oh yeah, I even tried going back to the old one--still blank space where gallery should be. 'bout to give up...
My site is offline so you can't see it...help?
My site is offline so you can't see it...help?
- inkvoices
- Posts: 4
- Joined: Fri Mar 13, 2009 5:36 am
Re: Upgrade broke my FGC plugin!!
inkvoices please url
Yelena Khamidullina
Web Applications Developer, iePlexus
1. Check settings to exclude fcg-YOU conflict
2. Try to turn off all your plugins at once to exclude fcg-other plugin conflict
3. Try default theme to exclude fcg-theme conflict
4. Post in this forum to involve me in your troubleshooting. URL is required
Web Applications Developer, iePlexus
1. Check settings to exclude fcg-YOU conflict
2. Try to turn off all your plugins at once to exclude fcg-other plugin conflict
3. Try default theme to exclude fcg-theme conflict
4. Post in this forum to involve me in your troubleshooting. URL is required
-

admin - Site Admin
- Posts: 4738
- Joined: Fri Jan 16, 2009 9:29 am
- Location: Seattle, WA
Re: Upgrade broke my FGC plugin!!
Yah, I'm still not able to get mine operational as well... see thread maybe-a-solution-468-10.html
- guitarnoob
- Posts: 10
- Joined: Sat Feb 28, 2009 10:38 pm
Re: Upgrade broke my FGC plugin!!
Seems to be a common problem here....
I have exactly same problems as guitarnoob heres the error messages:

I have been able to do a quick and dirty fix by removing the .php suffix from the script reference in content-gallery.php which calls the file in the header -
change this:
<script type=\"text/javascript\" src=\"".$gallery_path."scripts/jd.gallery.js.php\"></script>
to this:
<script type=\"text/javascript\" src=\"".$gallery_path."scripts/jd.gallery.js\"></script>
However none of the configuration options work within wordpress so the gallery will resort to default values only unless they are changed manually in the script.
I hope this might help to point the developers in the right direction, a quick scan of the forum show a few people having similar issues as yet unresolved.
I have a couple of test posts up at http://kidrelief dot org if it helps.
Just thought I'd add (to save time!) clean install WP2.71 no other plugins using PHP5.2.8 untouched Studiopress Lifestyle theme. HTH
I have exactly same problems as guitarnoob heres the error messages:

I have been able to do a quick and dirty fix by removing the .php suffix from the script reference in content-gallery.php which calls the file in the header -
change this:
<script type=\"text/javascript\" src=\"".$gallery_path."scripts/jd.gallery.js.php\"></script>
to this:
<script type=\"text/javascript\" src=\"".$gallery_path."scripts/jd.gallery.js\"></script>
However none of the configuration options work within wordpress so the gallery will resort to default values only unless they are changed manually in the script.
I hope this might help to point the developers in the right direction, a quick scan of the forum show a few people having similar issues as yet unresolved.
I have a couple of test posts up at http://kidrelief dot org if it helps.
Just thought I'd add (to save time!) clean install WP2.71 no other plugins using PHP5.2.8 untouched Studiopress Lifestyle theme. HTH
- uktoys
- Posts: 3
- Joined: Sat Mar 14, 2009 12:12 pm
- Location: Cornwall UK
Re: Upgrade broke my FGC plugin!!
I'll be danged, UKToys, that little fix worked, at least it was a good work-around. Thanks for coming back with that piece of advice. Hopefully the good folks at FCG will see if this extension change is a bonafide bug fix.
However, you're right - the options aren't incorporated into the live site... and I don't know how to alter the raw .js file...
(BTW, I have not upgraded to 2.7.1, I'm still at WP 2.7... don't know if that's a deal breaker or not. The WP auto upgrade feature doesn't work and I'm not in the mood to do a complete system upgrade. One of my blogs is still running WP 2.1 I think, works fine still)
Cheers,
Don
http://www.guitarnoob.net
However, you're right - the options aren't incorporated into the live site... and I don't know how to alter the raw .js file...
(BTW, I have not upgraded to 2.7.1, I'm still at WP 2.7... don't know if that's a deal breaker or not. The WP auto upgrade feature doesn't work and I'm not in the mood to do a complete system upgrade. One of my blogs is still running WP 2.1 I think, works fine still)
Cheers,
Don
http://www.guitarnoob.net
- guitarnoob
- Posts: 10
- Joined: Sat Feb 28, 2009 10:38 pm
Re: Upgrade broke my FGC plugin!!
have no url--not launched yet--local host. still no fix for me--tried 3 different themes, uninstalled and re do...I get the following (attached capture) flashing as the page loads now. It only sat still long enough for one capture.
- Attachments
-
- my list of featured posts and one of the thumbnails
- Capture.PNG (247.23 KiB) Viewed 607 times
- inkvoices
- Posts: 4
- Joined: Fri Mar 13, 2009 5:36 am
Re: Upgrade broke my FGC plugin!!
Ok Heres the fix:
I cant take credit for it, this was posted here http://www.featuredcontentgallery.com/forum/php-shortcut-doesn-t-work-on-our-server-522.html
I will just reiterate what he is saying to make it simpler for everyone else:
Firstly make a backup copy of jd.gallery.js.php just in case this doesn't work for you.
Now open up your original in your text editor and do a "find/replace".
you need to find this:
?=$fcg
and replace with this:
?php echo $fcg
Use the "replace all" option to overwrite all instances. Save the file and upload back to the server - you should find that all works as it should again.
Guitarnoob this should work for you as your problem is exactly the same as mine - don't forget to add the .php extension to the file reference that you removed earlier.
I cant take credit for it, this was posted here http://www.featuredcontentgallery.com/forum/php-shortcut-doesn-t-work-on-our-server-522.html
I will just reiterate what he is saying to make it simpler for everyone else:
Firstly make a backup copy of jd.gallery.js.php just in case this doesn't work for you.
Now open up your original in your text editor and do a "find/replace".
you need to find this:
?=$fcg
and replace with this:
?php echo $fcg
Use the "replace all" option to overwrite all instances. Save the file and upload back to the server - you should find that all works as it should again.
Guitarnoob this should work for you as your problem is exactly the same as mine - don't forget to add the .php extension to the file reference that you removed earlier.
Last edited by uktoys on Sun Mar 15, 2009 11:35 pm, edited 1 time in total.
- uktoys
- Posts: 3
- Joined: Sat Mar 14, 2009 12:12 pm
- Location: Cornwall UK
Re: Upgrade broke my FGC plugin!!
"Now open up your original in your text editor and do a "find/replace".
you need to find this:
?=$fcg
and replace with this:
?php echo $fcg"
Hmmm... I did a search for both of those entities and 0 instances were found.
I searched through content-gallery.php and gallery.php
you need to find this:
?=$fcg
and replace with this:
?php echo $fcg"
Hmmm... I did a search for both of those entities and 0 instances were found.
I searched through content-gallery.php and gallery.php
- guitarnoob
- Posts: 10
- Joined: Sat Feb 28, 2009 10:38 pm
Re: Upgrade broke my FGC plugin!!
I also have a problem with getting just a blank picture window when browsing with Safari om Mac or PC. Tested both on version 3.X and 4 beta. Works fine in any other browser and operating system.
Is it possible to "downgrade" to an earlier version, and making it work that way? I just need the basic carousel features.
Is it possible to "downgrade" to an earlier version, and making it work that way? I just need the basic carousel features.
- gfrojdh
- Posts: 1
- Joined: Sun Mar 15, 2009 2:11 pm
Return to Development, Improvement, and Conflicts
Who is online
Users browsing this forum: No registered users and 0 guests









