• Resolved MrSlartibartfast

    (@mrslartibartfast)


    Hi nobita,

    I had version 0.993 before.
    And I made an update now to raindrops version 0.994 – but it doesnt work.

    My homepage is not displayed anymore.
    Does someone else have the same problem?

    Maybe there is some bug in there?
    Or it is because I still use an old modified header (version 0.989 I think..)

    I will “downgrade” again to version 0.993….

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author nobita

    (@nobita)

    Hi MrSlartibartfast

    I’m try raindrops 0.994 + 0.989 header.php, result fine.( single site,multisite both )

    Nobody reports the bug report yet.

    My homepage is not displayed anymore.

    Whiteout browser?

    Please try ‘debug mode’.

    wp-config.php put a below codes first line.

    define('WP_DEBUG',true);
    define('WP_DEBUG_LOG', true);

    then maybe, WordPress create a file wp-content/debug.log.

    Please tell me the debug.log last line message.

    Theme Author nobita

    (@nobita)

    Hi MrSlartibartfast

    I think this error is WordPress versions issue.

    Please update WordPress 3.4.2

    repair for ver 3.3.1

    Please open lib/hooks.php line 267.

    add_action( 'wp_head', 'raindrops_mobile_meta');

    change below

    if( $raindrops_wp_version >= '3.4'){
    	add_action( 'wp_head', 'raindrops_mobile_meta');
     }

    Thank you.

    Thread Starter MrSlartibartfast

    (@mrslartibartfast)

    Hi Nobita,

    Thank you for the quick reply!
    I will test as you said with debug in the wp-config.php and let you know what the result is.

    Thread Starter MrSlartibartfast

    (@mrslartibartfast)

    Hi,

    Yes, i get a white screen.
    I tried the debug code you suggested and got this error:

    Fatal error: Call to undefined function wp_is_mobile() in /chroot/odyssee/www/wordpress/wp-content/themes/raindrops/functions.php on line 4113

    I exchanged the code in the lib/hooks.php file like you said.
    Raindrops version 0.994 works fine now!

    You are right and it is because I am running wordpress version 3.3.1
    I will update wordpress soon…

    Thanks a lot for the quick fix!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Update to raindrops version 0.994 – not working’ is closed to new replies.