Table for topic urls

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Blackhorse
    Senior Member
    • Jul 2018
    • 298
    • 5.3.x

    #16
    Originally posted by Wayne Luke
    I don't know if I can fix your newer copy. You'd have to make both available to me via a Support Ticket.
    Oh No, not again : )))

    I have a ticket there since 24 march - (Ticketid: 2296977).

    I will upload both and update you there

    Thank you

    Comment

    • Blackhorse
      Senior Member
      • Jul 2018
      • 298
      • 5.3.x

      #17
      Hello Wayne,

      Here is the ticket:


      ============

      I have converted the column urlident OUTSIDE Database into Arabic, it can not be converted while it is in the database with the whole process.

      How could i add it to the database and drop the old urlident?

      Comment

      • Blackhorse
        Senior Member
        • Jul 2018
        • 298
        • 5.3.x

        #18
        Originally posted by Blackhorse
        Hello Wayne,

        Here is the ticket:


        ============

        I have converted the column urlident OUTSIDE Database into Arabic, it can not be converted while it is in the database with the whole process.

        How could i add it to the database and drop the old urlident?
        Here is the solution to upgrade column (e.g: urlident) in a database (e.g: dbname1) from another column (e.g: urlident) in a different database (e.g: dbname2)

        update dbname1.node, dbname2.node
        set dbname1.node.urlident = dbname2.node.urlident
        where dbname1.node.nodeid = dbname2.node.nodeid;

        Comment

        • Blackhorse
          Senior Member
          • Jul 2018
          • 298
          • 5.3.x

          #19
          Hello Wayne Luke

          For update:

          1- I was able to convert the column urlident to arabic and update it in the converted database, all url and links now are correct with pure arabic and i have restored back the external google links redirect

          2- What are not converted in database is html entities, although they are read well on the forums

          Please, Do you have a command or steps to follow to try converting them in database?


          Thanx

          Comment

          Related Topics

          Collapse

          Working...