Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter wishbone

    (@wishbone)

    thxs a lot, Edward and Joy ! thx you helped though very old install.
    I fix one error and get the next error message, so I think it is best to switch off php error output.
    Thx again and all the best !

    Thread Starter wishbone

    (@wishbone)

    wow wow wow! works! thx so much!
    and thx for the warning, the site hopefully runs some more years without updating…

    Now another error (but working):

    Strict Standards: Only variables should be assigned by reference in /kunden/xxx/webseiten/wp-includes/functions.php on line 590 and 696

    l 590:
    $_post = & $wpdb->get_row($query);
    l 696
    $_page = & $wpdb->get_row($query);

    another follow-up error (but working):

    Warning: Cannot modify header information – headers already sent by (output started at /kunden/xxx/webseiten/wp-includes/functions.php:590) in /kunden/xxx/webseiten/wp-admin/post.php on line 60

    line 57-60 is:

    if ( isset($_POST['save']) )
    	$location = "post.php?action=edit&post=$post_ID";
    
    header("Location: $location");
    Thread Starter wishbone

    (@wishbone)

    you got it – it’s running!!!
    thanx out there…
    really great!

Viewing 3 replies - 1 through 3 (of 3 total)