WordPress help?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Nocturnal
    Junior Member
    • Jul 2006
    • 5

    #1

    WordPress help?

    I was on cpanel21 and got moved to cpanel47.

    Prior to being moved, I used WordPress and if I went into the Presentation link and then to Theme Editor, there was a list of files, "'WordPress Default' theme files."

    Below the files were listed in a specific order.

    After being moved to the new server, the files are no longer listed in that particular order.

    I've been searching high and low and trying to figure out what is causing this problem.

    I have another host and I installed a WP install over there and the order of the items are fine.

    It seems the Dathorn and my other host are running almost identical things, as far as the version of MySQL and PHP go. Also the servers, per cpanel, are the same too.

    I deleted the account out of WHM and then recreated it. Recreated the MySQL db and also reuploaded a fresh install of WordPress and it is still happening.

    What could be causing this to happen as far as the server the software resides on goes?

    I've submitted a ticket but Andrew just keeps telling me to talk to WordPress. I know it has very little to do with WordPress and the way the server is interpreting the PHP files or something because it works fine on my other host and it worked fine before moving to cpanel47.

    Thanks in advance.
  • AndrewT
    Administrator
    • Mar 2004
    • 3655

    #2
    Just in case anyone else wants to address this same problem:

    I looked into this further, the problem is in fact the code. A quick search of Google and this was the first result:



    I had already implemented a similar quick fix to Nocturnal's theme-editor.php prior to even seeing this page but they work just the same. However, just as that link mentions, it will not perfectly sort the file list due to additional file name descriptors that WordPress uses a separate function to retreive after the "quick fix" sorting.

    Comment

    • Nocturnal
      Junior Member
      • Jul 2006
      • 5

      #3
      Andrew,

      The thing is, I went ahead and purchased some hosting from another company and uploaded and install WordPress and sure enough the way it was listed while I was on cpanel21 was the way it was listed on the new host.

      Here is a screen shot of what I mean.

      Comment

      • AndrewT
        Administrator
        • Mar 2004
        • 3655

        #4
        I understand that, they will display differently depending on the server. As many others (Google, etc.) and I have mentioned, the code does not sort the files. That is why this is occuring.

        Comment

        Working...