Forums

[resolved] jquery and tinymce fail to work (fresh install) (6 posts)

  1. Icehunter
    Member
    Posted 4 months ago #

    I have a ec2 server.

    I run:
    nginx
    php 5.3.8 (from dotdeb with php5-fpm)
    ubuntu 11.10

    I've tried every which way from sunday to get them to work.
    My web cache is always fresh as nginx forces new downloads on all files for now.
    Browsers reset on every exit. Used cleaners on them as well.

    I've done upgrades, fresh installs, relocated the wp-lang-en.js files. Renamed them. Deleted all custom theme's. Nothing's working.

    Can anyone tell me howto fix it so I can actually edit something?

    All functions related to jquery and the admin gui fail. Slide out menu', editing the permalink, editing post, uploading in edit post. All gone :(

    Screen options menu, help all fail.

    I appreciate all your help and will answer any other questions regarding my install.

  2. Pothi Kalimuthu
    Member
    Posted 4 months ago #

    Did you see anything unusual in the error logs of nginx or php-fpm? Did you try enabling debugging in wp-config.php too?

  3. Icehunter
    Member
    Posted 4 months ago #

    Uncaught SyntaxError: Unexpected token ILLEGAL
    load-scripts.php:1

    Uncaught SyntaxError: Unexpected token ILLEGAL
    http://blog.syndicatedlife.com/wp-admin/'images/xit.gif'

    Failed to load resource: the server responded with a status of 404 (Not Found)
    http://blog.syndicatedlife.com/wp-admin/'images/wp-badge.png?ver=20111120'

    Failed to load resource: the server responded with a status of 404 (Not Found)

    Most of the time it's a load scrpits error. Looks like WP is adding in extra characters or something. If I could find a copy of 3.21 I would use it. :(

    http://blog.syndicatedlife.com/wp-admin/load-scripts.php?c=1&load=admin-bar,hoverIntent,common,jquery-color,thickbox,plugin-install&ver=48b7ea15248496ce30191098ee22008c

    Error logs are showing nothing and the debug mode with wordpress doesn't show anything, just prevents my blog from showing :(

  4. Pothi Kalimuthu
    Member
    Posted 4 months ago #

    I asked the logs to find out if it is something to do with either Nginx or PHP-FPM. I'm mostly a server-side guy than JS to suggest a solution for this particular scenario.

    If you are looking for WP 3.2.1, then you can find it here...

    Release Archives

  5. Icehunter
    Member
    Posted 4 months ago #

    Issue:

    PHP was causing it. I had this on in my ini:
    magic_quotes_runtime = On

    This needs to be off. I think this will affect everyone else having issues as well.

    Thank you all for your time :)

  6. Pothi Kalimuthu
    Member
    Posted 4 months ago #

    You're welcome. Thanks for sharing the solution.

Reply

You must log in to post.

About this Topic