Results 1 to 8 of 8

Thread: Editor enable but dont show up

  1. #1
    New user
    Join Date
    10-30-11.
    Posts
    23

    Default Editor enable but dont show up

    Hi there.
    Should there not be a editor? when Im write text it dont show up.. What have I forgotten?
    [attachment=1:2gyb6n76]11.jpg[/attachment:2gyb6n76]
    And here I have mark to be used, the editor..
    [attachment=0:2gyb6n76]123.jpg[/attachment:2gyb6n76]

    Best regards
    Karsten

  2. #2
    User Andreas's Avatar
    Join Date
    07-11-09.
    Location
    Mönchengladbach
    Posts
    499

    Default Re: Editor enable but dont show up

    Checked in different browsers? Are you using an old or custom tinyMCE.php? Is there an error in firebug console?
    Web-Development, Freelancer, Burgtech, XHTML, HTML5, CSS, PHP, Javascript, MooTools, MySQL and more
    Amazon wishlist

  3. #3
    New user
    Join Date
    10-30-11.
    Posts
    23

    Default Re: Editor enable but dont show up

    Hello Andreas.
    I checked my browser on the online demo contao, here on the this site and it works on my firefox + IE.
    the contao on my site is version 2.11.5. I have just make a complete new installation, just to see if there are any difference, but no. It is still the same.

    Could it be server related issue?

    Best Regards
    Karsten

  4. #4
    User Andreas's Avatar
    Join Date
    07-11-09.
    Location
    Mönchengladbach
    Posts
    499

    Default Re: Editor enable but dont show up

    Never heard about that but I think it's possible. What shows your firebug error console?
    Web-Development, Freelancer, Burgtech, XHTML, HTML5, CSS, PHP, Javascript, MooTools, MySQL and more
    Amazon wishlist

  5. #5
    New user
    Join Date
    10-30-11.
    Posts
    23

    Default Re: Editor enable but dont show up

    Hi again Andreas.
    It toke me a litlle time to find out this firebug consol.

    But this was what I could find, but I dont understand much of it.. :-)


    Warning: ini_set() has been disabled for security reasons in /home/kgp/public_html/karsten-pedersen.com/en/plugins/tinyMCE/tiny_mce_gzip.php on line 164



    Warning: Cannot modify header information - headers already sent by (output started at /home/kgp/public_html/karsten-pedersen.com/en/plugins/tinyMCE/tiny_mce_gzip.php:164) in /home/kgp/public_html/karsten-pedersen.com/en/plugins/tinyMCE/tiny_mce_gzip.php on line 178



    Warning: Cannot modify header information - headers already sent by (output started at /home/kgp/public_html/karsten-pedersen.com/en/plugins/tinyMCE/tiny_mce_gzip.php:164) in /home/kgp/public_html/karsten-pedersen.com/en/plugins/tinyMCE/tiny_mce_gzip.php on line 179



    Warning: Cannot modify header information - headers already sent by (output started at /home/kgp/public_html/karsten-pedersen.com/en/plugins/tinyMCE/tiny_mce_gzip.php:164) in /home/kgp/public_html/karsten-pedersen.com/en/plugins/tinyMCE/tiny_mce_gzip.php on line 180



    Warning: Cannot modify header information - headers already sent by (output started at /home/kgp/public_html/karsten-pedersen.com/en/plugins/tinyMCE/tiny_mce_gzip.php:164) in /home/kgp/public_html/karsten-pedersen.com/en/plugins/tinyMCE/tiny_mce_gzip.php on line 181



    Warning: Cannot modify header information - headers already sent by (output started at /home/kgp/public_html/karsten-pedersen.com/en/plugins/tinyMCE/tiny_mce_gzip.php:164) in /home/kgp/public_html/karsten-pedersen.com/en/plugins/tinyMCE/tiny_mce_gzip.php on line 184

  6. #6
    New user
    Join Date
    10-30-11.
    Posts
    23

    Default Re: Editor enable but dont show up

    I have now made a test account on iNet Robots. Thinking they only working at day time so hopefully tomorrow I can try it on they server.. just an info..

    Best Regards
    Karsten

  7. #7
    User Andreas's Avatar
    Join Date
    07-11-09.
    Location
    Mönchengladbach
    Posts
    499

    Default Re: Editor enable but dont show up

    You can ignore these warnings 'Cannot modify header information' if it follows another error.

    Are you serving with a IIS server?

    Then try to load tiny_mce.js directly instead of tiny_mce_gzip.js

    tinyMCE.php
    Code:
    <script src="<?php echo $this->base; ?>plugins/tinyMCE/tiny_mce_gzip.js"></script>
    to
    <script src="<?php echo $this->base; ?>plugins/tinyMCE/tiny_mce.js"></script>
    In firebug console you should sea JS errors no php errors, but it's possible that it shows server errors too, don't know exactly.
    Web-Development, Freelancer, Burgtech, XHTML, HTML5, CSS, PHP, Javascript, MooTools, MySQL and more
    Amazon wishlist

  8. #8
    New user
    Join Date
    10-30-11.
    Posts
    23

    Default Re: Editor enable but dont show up

    Hi.
    I have now moved my site to another server and it solved all my problems... :-) (well my website problems :mrgreen: )

    Best Regards
    Karsten

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •