Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 7 of 7
  1. #1
    Member
    Join Date
    Aug 2007
    Posts
    20

    Default wysiwygPro HTML editor issues

    I have a client that is reporting and tested by me as well that
    when the select to upload new image ... the html editor puts a that there session is expired.

    now reading thru the forum with search

    i have checked.. i do have /tmp in my php.ini

    i have tried a --force update //

    and am running
    cPanel 11.25.0-C42399 - WHM 11.25.0 - X 3.9


    thanks for any thoughts or help on this.

  2. #2
    Member
    Join Date
    Jul 2006
    Posts
    90

    Default

    We run the exact version of cPanel, and the same problem occurs!
    There is a log file somewhere generating to see what's happening?
    session.save_path is configured to tmp/ on both php.ini [system & cPanels];
    What else?

    Cheers,
    Lehel

  3. #3
    Member
    Join Date
    Aug 2004
    Posts
    9

    Default

    I am also having problems with a customer using the file manager.
    In our case the user cannot edit a html file. It simply puts up a blank page
    and then in /usr/local/cpanel/logs/error_log i see this:

    /usr/libexec/ld-elf.so.1: /usr/local/lib/libxml2.so.5: Undefined symbol "pthread_mutex_lock"

    FreeBSD 6.3-REL
    cPanel 11.25.0-R42400 - WHM 11.25.0 - X 3.9

    i would guess it has something to do with how some software was compiled
    and failed to get threading in it? But that is just a guess. I just started
    debugging it. I did a upgrade of cpanel and then a rebuild of apache and php.
    Still no luck.

  4. #4
    Member
    Join Date
    Aug 2004
    Posts
    9

    Default

    Quote Originally Posted by mattmattt View Post
    I am also having problems with a customer using the file manager.
    In our case the user cannot edit a html file. It simply puts up a blank page
    and then in /usr/local/cpanel/logs/error_log i see this:

    /usr/libexec/ld-elf.so.1: /usr/local/lib/libxml2.so.5: Undefined symbol "pthread_mutex_lock"

    FreeBSD 6.3-REL
    cPanel 11.25.0-R42400 - WHM 11.25.0 - X 3.9

    i would guess it has something to do with how some software was compiled
    and failed to get threading in it? But that is just a guess. I just started
    debugging it. I did a upgrade of cpanel and then a rebuild of apache and php.
    Still no luck.
    Since i posted to this thread i might as well post my solution so this may bring
    someone closer to solving their problem.

    After poking around for a while i noticed an /opt directory containing a dir
    called xml2. Now on freebsd, admins normally do not use /opt. We have /usr/local/
    for software additions. So to see this directory set off alarm bells as a key
    to solving the problem.

    basically that /opt/xml2/lib dir contained all the xml2 libs. Well how about i
    backup my libs in /usr/local/lib and put these there?

    www# ls -al /opt/xml2/lib
    total 7866
    drwxr-xr-x 3 root wheel 512 Jan 20 14:35 .
    drwxr-xr-x 6 root wheel 512 Jun 3 2008 ..
    -rw-r--r-- 1 root wheel 3251506 Jan 20 14:35 libxml2.a
    -rwxr-xr-x 1 root wheel 974 Jan 20 14:35 libxml2.la
    lrwxr-xr-x 1 root wheel 12 Jan 20 14:35 libxml2.so -> libxml2.so.9
    -rwxr-xr-x 1 root wheel 2328910 Jun 3 2008 libxml2.so.8
    -rwxr-xr-x 1 root wheel 2379503 Jan 20 14:35 libxml2.so.9


    www# ls -al /usr/local/lib | grep xml2
    -rw-r--r-- 1 root wheel 3251506 Jan 21 11:29 libxml2.a
    -rw-r--r-- 1 root wheel 1377542 Jan 20 15:46 libxml2.a.backup
    -rwxr-xr-x 1 root wheel 974 Jan 21 11:29 libxml2.la
    -rwxr-xr-x 1 root wheel 965 Jan 20 15:46 libxml2.la.backup
    lrwxr-xr-x 1 root wheel 27 Jan 21 11:29 libxml2.so -> /usr/local/lib/libxml2.so.9
    -rwxr-xr-x 1 root wheel 1271851 Jan 20 15:46 libxml2.so.5.backup
    -rwxr-xr-x 1 root wheel 2379503 Jan 21 11:29 libxml2.so.9
    lrwxr-xr-x 1 root wheel 12 Jan 20 15:46 libxml2.so.backup -> libxml2.so.5

    and after that the html editor worked, i stopped getting the error in the
    logs, and i just hope i did not break something else.

  5. #5
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Feb 2008
    Posts
    7

    Default

    I'm running 11.25.0-STABLE_43473 and I have an identical problem to the OP.

    Clicking any link in the toolbar of the HTML editor opens a popup stating the session has expired.

    /tmp is set in my php.ini as the session.save_path

    I've also tried a forceful cPanel update but it hasn't helped.

  6. #6
    cPanel Quality Assurance Analyst cPanelDon's Avatar
    Join Date
    Nov 2008
    Location
    Houston, Texas, U.S.A.
    Posts
    2,555
    cPanel/Enkompass Access Level

    DataCenter Provider

    Default

    Quote Originally Posted by Joel Wigley View Post
    I'm running 11.25.0-STABLE_43473 and I have an identical problem to the OP.

    Clicking any link in the toolbar of the HTML editor opens a popup stating the session has expired.

    /tmp is set in my php.ini as the session.save_path

    I've also tried a forceful cPanel update but it hasn't helped.
    What is the output of the following command?
    Code:
    # stat /var/cpanel/usecpphp
    If the file does not exist, try creating it:
    Code:
    # touch /var/cpanel/usecpphp

  7. #7
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Feb 2008
    Posts
    7

    Default

    Quote Originally Posted by cPanelDon View Post
    What is the output of the following command?
    Code:
    # stat /var/cpanel/usecpphp
    If the file does not exist, try creating it:
    Code:
    # touch /var/cpanel/usecpphp
    The file didn't exist, so I did as you suggested and created it, which has fixed the problem immediately.

    I would never have linked the error to that fix, that's rather unusual.

    Thanks very much

Similar Threads & Tags
Similar threads

  1. HTML Editor
    By mike1346 in forum New User Questions
    Replies: 7
    Last Post: 06-13-2011, 06:50 PM
  2. HTML Editor V 11
    By SBS2003 in forum cPanel and WHM Discussions
    Replies: 8
    Last Post: 01-07-2011, 08:35 AM
  3. Html editor WysiwygPro error
    By cpanel-frank in forum cPanel and WHM Discussions
    Replies: 4
    Last Post: 08-02-2006, 04:08 AM
  4. WysiwygPro -file manager html editor upgrade?
    By mike.k@hostdime in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 02-11-2006, 10:21 PM
  5. HTML Editor(wysiwygpro) under File Manger Error
    By rvskin in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 05-20-2004, 04:36 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube