• Aquilah

    (@aquilah)


    I get the following error whenever I try to access “My Link Order”:

    The file /home/httpd/vhosts/aquilah.com/httpdocs/wp-includes/taxonomy.php is not writable.
    You have 2 options:
    1. Change the permissions on the file and click on My Link Order again to patch it automatically.
    2. Modify the file manually :
    After line number 619 :
    $orderby = ‘t.term_group’;
    add the following code:
    else if ( ‘order’ == $orderby )
    $orderby = ‘t.term_order’;

    How do I fix this? Call me dumb, but I don’t see where I can change the permissions. And , $orderby = ‘t.term_group’; shows up two times in the code, and it’s not numbered to know which is which. Any help is appreciated. Thanks!

Viewing 1 replies (of 1 total)
  • stvwlf

    (@stvwlf)

    If you have an FTP program there is generally a way to change file permissions.

    In Filezilla you right click a filename and select File Attributes on the popup menu. In other FTP programs use help and search for setting file permissions, or chmod. If nothing else works, use your webhosting control panel file manager.

    Write down what the present settings are. Then change them to 777. Then try the MyLinkOrder update or install again. After it works, set the file permissions back to what they were. leaving them at 777 is not the best idea.

Viewing 1 replies (of 1 total)

The topic ‘My Link Order doesn’t work’ is closed to new replies.