Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » New Versions, & Updating » Old Version fixes and change logs »

BUGFIX 360-01: errors after upgrading to 3.6


  #1  
Old Jan 6, 2011, 07:46 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
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; ?>
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

Last edited by juggledad; Jan 6, 2011 at 03:27 PM.
  #2  
Old Jan 6, 2011, 03:20 PM
Tupamaros
 
9 posts · Jan 2011
Berlin
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
  #3  
Old Jan 6, 2011, 03:27 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
I just updated the first post test it out
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #4  
Old Jan 6, 2011, 05:03 PM
Tupamaros
 
9 posts · Jan 2011
Berlin
... no, still doesn't work.
Greetings from Berlin!
  #5  
Old Jan 6, 2011, 06:00 PM
ewelin
 
2 posts · Jan 2011
Just applied these bug fixes and they worked perfect.
  #6  
Old Jan 6, 2011, 07:29 PM
Tupamaros
 
9 posts · Jan 2011
Berlin
Hm ... I still miss my favicon?!
  #7  
Old Jan 8, 2011, 05:16 PM
Tupamaros
 
9 posts · Jan 2011
Berlin
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.
  #8  
Old Jan 9, 2011, 12:50 PM
flyboy's Avatar
flyboy
 
115 posts · Sep 2010
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
Attached Thumbnails
Click image for larger version

Name:	screenshot.gif
Views:	2318
Size:	18.4 KB
ID:	1021  
  #9  
Old Jan 9, 2011, 01:58 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
Thank flyboy... I just confirmed on my test site and the developer has been notified.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #10  
Old Jan 10, 2011, 04:24 AM
ChrisR
 
4 posts · Jan 2011
Rendsburg, Germany
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?
  #11  
Old Jan 10, 2011, 11:03 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
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'.
  #12  
Old Apr 14, 2011, 09:55 AM
zorban99
 
1 posts · Apr 2011
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?

Thanks!
  #13  
Old Apr 14, 2011, 10:22 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
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.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #14  
Old Mar 31, 2011, 08:26 PM
lyeshea
 
1 posts · Mar 2011
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.
  #15  
Old Mar 31, 2011, 09:48 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
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.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] upgrading theme &quot;errors on page&quot; java script ttuntland New Versions, & Updating 2 Oct 7, 2010 12:39 PM
Errors in loading the template appear to occur with header - errors below Gfeiste Header configuration & styling 3 Aug 9, 2009 10:45 AM
Dashboard errors JBWhite Atahualpa 3 Wordpress theme 1 Jul 6, 2009 07:49 PM
Re: 3.4 Errors Flynn Atahualpa 3 Wordpress theme 0 Jul 5, 2009 04:12 AM
HELP please!! Fatal Errors!! liabelle Atahualpa 3 Wordpress theme 1 Apr 14, 2009 06:06 PM


All times are GMT -6. The time now is 04:15 AM.


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