Unable to display editor

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ivan Lapicirella
    New Member
    • Jul 2018
    • 7
    • 4.2.x

    [Forum] Unable to display editor


    Hi I have a small problem with my forum. I just installed vbulletin 4 with php 7 in a sub folder. Everything works perfectly except 2 things. I can not see the text editor and if I click on emoticons they are not inserted in the text field. This is my forum https://www.politi.ca.it/forum/ I have read the discussions of some users who in the past years had the same problem but I have not solved anyway.
    Thanks those who want to help me
    Attached Files
  • Mark.B
    vBulletin Support
    • Feb 2004
    • 24287
    • 6.0.X

    #2
    What version of vBulletin?
    What version of php?
    MARK.B
    vBulletin Support
    ------------
    My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
    My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

    Comment

    • Ivan Lapicirella
      New Member
      • Jul 2018
      • 7
      • 4.2.x

      #3
      Originally posted by Mark.B
      What version of vBulletin?
      What version of php?
      Php 7.0 and Vbulletin 4.2.5

      Comment

      • Ivan Lapicirella
        New Member
        • Jul 2018
        • 7
        • 4.2.x

        #4
        This is the solution in headinclude

        Code:
        var AJAXBASEURL = "{vb:raw ajaxbaseurl}";
        to
        Code:
        var AJAXBASEURL = "{vb:raw basepath}";

        Comment

        Related Topics

        Collapse

        Working...