Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Old Version fixes and change logs (http://forum.bytesforall.com/forumdisplay.php?f=37)
-   -   BUGFIX 360-01: errors after upgrading to 3.6 (http://forum.bytesforall.com/showthread.php?t=12048)

juggledad Jan 6, 2011 07:46 AM

BUGFIX 360-01: errors after upgrading to 3.6
 
Due to changes in the code a line is missing from CSS.PHP and HEADER.PHP which can cause the RSS images and other miscellaneous issues to showup.

in 3.6 edit header.php and add this as the first line
HTML Code:

<?php global $templateURI,  $homeURL; ?>
then edit css.php and add this as the first line
HTML Code:

<?php global $templateURI; ?>

Tupamaros Jan 6, 2011 03:20 PM

Hi!

Thanks for that bugfix.

I found another bug in 3.6: My favicon doesn't show up (it is a .ico and it is in the right folder: \wp-content\themes\atahualpa\images\favicon)!

Thanks for your help!

__________

www.blog.tupamaros-film.de

juggledad Jan 6, 2011 03:27 PM

I just updated the first post test it out

Tupamaros Jan 6, 2011 05:03 PM

... no, still doesn't work.
Greetings from Berlin!

ewelin Jan 6, 2011 06:00 PM

Just applied these bug fixes and they worked perfect.

Tupamaros Jan 6, 2011 07:29 PM

Hm ... I still miss my favicon?! :confused:

ewelin Jan 6, 2011 07:45 PM

Try clearing your browsers cache... that may do the trick.

Tupamaros Jan 6, 2011 08:08 PM

I did that: No change.

lmilesw Jan 6, 2011 09:51 PM

@Tupamaros... The bug fix at the top of this thread is different than when first posted. Make sure you apply what is currently there.

Tupamaros Jan 7, 2011 05:56 AM

@ lmilesw: Yes, I recognized that ... but my favicon still doesn't show up. Any ideas? Thanks.

lmilesw Jan 7, 2011 06:27 AM

Clearing the cache and deactivating any caching plugins is all I can think of. I had the same problem before applying the bug fix and the favicon immediately showed after applying.

Cheers Jan 7, 2011 10:54 AM

I did the suggested bug fixes and VOILA, my favicon came back. I was tearing my hair out on this one. Thank you very much for the bug fixes. You are right on top of it all. :):)

aki Jan 7, 2011 11:45 AM

Hello,
after update :
I have no text in Excerpt (config length = 20)
and no Thumbnails
:(
PS ok with favicon

EDIT : downgrade to 3.5

Tupamaros Jan 7, 2011 12:03 PM

Hm ... I - once again - deleted my cache and deactivated all plug-ins in my blog. After that, I restarted Firefox and: still no favicon ... sorry.

lmilesw Jan 7, 2011 01:19 PM

WE are currently looking at these varied issues and working on solutions. This is not affecting everyone which makes it harder to pinpoint what is going on.

pstrat Jan 7, 2011 01:44 PM

I'm not sure if this will help or not but I can change favicons without any problem if it's one of the files that came with the install. As soon as I try to change it to my custom favicon file, in the same folder, it doesn't work and reverts the default favicon for the domain.

Tupamaros Jan 7, 2011 04:24 PM

Quote:

I'm not sure if this will help or not but I can change favicons without any problem if it's one of the files that came with the install. As soon as I try to change it to my custom favicon file, in the same folder, it doesn't work and reverts the default favicon for the domain.
Same here!
Just my own favicon (which worked fine before the update) doesn't show up. The default ones are no problem.

lmilesw Jan 7, 2011 04:36 PM

After I applied the 3.6 bug fix my favicons all work fine even ones I upload to the favicon folder.

Tupamaros Jan 8, 2011 06:25 AM

Oh ... my fault. Sorry for making trouble ... Pathetic mistake ... I don't wanna talk about it. :o;)

PSUduckie Jan 8, 2011 10:57 AM

I too can use the default favicons but not my personal one. I applied all the fixes listed above including clearing cache and the RSS feed portion works just fine. Any ideas?

ChaseMann Jan 8, 2011 12:21 PM

Quote:

Originally Posted by Tupamaros (Post 54085)
Oh ... my fault. Sorry for making trouble ... Pathetic mistake ... I don't wanna talk about it. :o;)

but talking about it might help others :-)

Tupamaros Jan 8, 2011 05:16 PM

Quote:

but talking about it might help others :-)
No, it won't: I was just too stupid to use the folder in the right theme ... hehe ... hmpf. :o

flyboy Jan 9, 2011 12:50 PM

1 Attachment(s)
Thanks for the fix
I found one more bug. After upgrading, the comment box shows the You may use these HTML tags and attributes line (curiously, below the box) and it can't be turned off.

I tried turning it on, saving it and turning it off again, clearing the cookies and restarting the browser, but it's still there

I'm attaching the screenshot of the same area in 3.5.3 (left) vs 3.6 (right)

The Atahualpa settings for both are identical

lmilesw Jan 9, 2011 01:58 PM

Thank flyboy... I just confirmed on my test site and the developer has been notified.

ChrisR Jan 10, 2011 04:24 AM

Hi!

I just installed 3.6, did the patches described in post #1 and - nothing. With 3.6 I got a complete blank page. with 3.5.3 everything is fine. I'm using WP 3.0.4.

Any ideas?

Flynn Jan 10, 2011 11:03 AM

The error that "You can use these tags" won't be turned off is due to the new comment functions used. I implemented the new comment functions but that setting is not changed yet to work with the new comment code.

  • Added 'global $templateURI, $homeURL' to header.php
  • Added '$templateURI' to css.php
  • Replaced 'caller_get_posts' (deprecated in WP 3.1) with new function 'ignore_sticky_posts' in footer.php line 35
  • Removed unnecessary 'return' from bottom of functions/bfa_meta_tags.php
  • Removed repetitive code from css.php
  • Removed 'canoncial URL' and RSS feed URLs from html HEAD, WP is adding these now
  • Moved 'ddroundies' JS code and wp_enqueue(jquery) from header.php to functions.php
  • Replaced bloginfo( 'url' ) with echo home_url() in functions/bfa_header_config.php line 276
  • Replaced get_bloginfo('text_direction') with is_rtl() in functions/bfa_body_class.php
  • Renamed GPL.txt to license.txt
  • Permalink for posts without title: Instead of the title the word 'Permalink' is displayed and linked to the full post.
  • Option "Show XHTML tags?" works again but is below the textarea now (it was above). This is more in line with the new WP comment_form() (using the new parameter 'comment_notes_after'), instead of making something hackish to keep it above the form.
  • Comment submit button is jQuery-enhanced again (Highlight on Hover)
  • Comment form labels ("Name", "Email", "Website") are on the right side of their input fields again.
  • Added sample content to sidebar 'right-inner'
  • Added check for bfa_get_options in functions/bfa_get_options.php - http://forum.bytesforall.com/showthread.php?t=12111
  • Edited style.css from '0-6 sidebars' to '0-4 sidebars'.

lyeshea Mar 31, 2011 08:26 PM

I upgraded to 3.6 and got a blank page.

I'm still getting the blank page after doing the fix - tho my fav icon does show up, but i'd much rather have my content showing. I have wordpress 3.1 and am viewing in safari & mozilla.

lmilesw Mar 31, 2011 09:48 PM

If what you have is the Suhosin issue and the fixes don't work what I did with one site is to move back to Atahualpa 3.5.3.

zorban99 Apr 14, 2011 09:55 AM

Upgraded to Atahualpa 3.6.4 :)

Favicon maintained just fine. All else looks beautiful... but...

... /images /header /*.* got blown away again.

If FAVICON is ok, why not header banners? :confused:

Thanks!

juggledad Apr 14, 2011 10:22 AM

1) why are you posting a 3.6.4 issue in a thread that is for 3.6.0
2) if you did an automatic upgrade - wordpress deletes tall the content in the theme folder, so your images would be gone. I always suggest doing a manual upgrade.

lmilesw Apr 14, 2011 08:12 PM

As for the favicon... If you were using one of the installed favicons this would not bet blown away.


All times are GMT -6. The time now is 05:41 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.