Forum Replies Created

Viewing 15 replies - 61 through 75 (of 98 total)
  • Thread Starter Mugsy

    (@mugsy)

    Checked error logs. Nothing.

    BUT… I found a “fix” by accident.

    As I noted, I’ve been updating this one page for months (since May 21st) and never had a problem until recently. Other shorter pages didn’t have the problem with the missing toolbar, so I assumed the problem was my page had reached a point where it was just too long.

    Curious at what point my post became “too long”, I deleted (after pasting a copy to Notepad) the last 50 lines (more than I added in the past few weeks), and nothing changed. So I cut it in half and again nothing changed. Toolbar still gone.

    (scratching head…)

    So I created a new blank page (where the toolbar loaded fine) and pasted the entire list into it. Saved it as a draft, closed and reopened. TOOLBAR LOADED JUST FINE!

    Went back to original page. Still no toolbar. So I deleted my “bad” page and published the working copy. Toolbar is still fine on the new copy.

    I can only assume now it had nothing to do with “length” or “memory”. Just too many edits I suppose. But if anyone else encounters a similar problem, just try using a fresh copy. Weird.

    Thread Starter Mugsy

    (@mugsy)

    The mystery grows.

    I located the php.ini file in the wp-admin directory (which is also where the troublesome “post.php” script is) and opened it:

    php_flag
    register_globals off
    register_globals = 0
    memory_limit = 128M

    …yet according to phpinfo, my memory limit is still only 90M. I also added:

    post_max_size = 16M

    …for good measure. Checked phpinfo again. Still reads 8M.

    Knowing the settings are “directory specific”, I placed copies of php.ini in my root AND plugins folders. No change.

    My host tells me that “php.ini” is the method I should be using to change “PHP Directives”, but something appears to be overriding my changes.

    To make matters worse, it appears disabling all of my plugins no longer “fixes” the problem even temporarily (and perhaps never did. I’m not sure of anything anymore).

    The help is greatly appreciated.

    Thread Starter Mugsy

    (@mugsy)

    Follow-up. Noticed another value:

    post_max_size 8M

    First attempt to increase failed. Host PHP changes are set to Disabled.

    Thread Starter Mugsy

    (@mugsy)

    According to phpinfo, my host has set the memory limit to 90M. That should be WAY more than enough.

    Thread Starter Mugsy

    (@mugsy)

    Esmi,

    No. As I said, deactivating all plugins already “fixes” the problem temporarily. But the problem isn’t a particular plugin, it’s the amount of MEMORY those plugins use.

    I’ve tried changing themes. It’s not a theme issue.

    Thread Starter Mugsy

    (@mugsy)

    Well, I found the problem (I guess), and it is indeed a “bug”… so to speak.

    Turns out a “Page” I’ve been working on (a list of links) has become so long, the editor is choking on it.

    I disabled all of my plugins and was reactivating them one by one, then reloading my Page to see if the Formatting Buttons would reappear. Repeatedly reloading the long page was a little slower than necessary, so I tried instead loading a much shorter page, and the buttons appeared just fine. I tried several other pages and the buttons loaded just fine with those pages too. Only my longest Page (556 lines) results in the formatting buttons not appearing.

    So at some point fairly recently, the page grew so long it started preventing the formatting toolbar from loading. I have no idea why, but at least now we know the cause. Hopefully, someone will figure out why and correct it in a future update.

    Thread Starter Mugsy

    (@mugsy)

    Nope, no “features.php”. Not part of the theme I used as the basis for my customized theme.

    I have a hand-made index.html “Down for Maintenance” page, but that only works if people come in through the front door. Anyone visiting my blog via a story link would still get into the site. That’s why a plug-in is needed to disable the entire site.

    I’ll just wait until around 2am before disabling anything for testing.

    Thread Starter Mugsy

    (@mugsy)

    There’s no “features.php” file in my site. Or maybe I’m just not seeing it. Where would I find it.

    Only my theme has been modified, not the core files in other directories. My “edit.php” file has the same date as the other core files (6/15/2012), so I don’t believe it has been modified without my knowledge.

    Can you recommend a good “Down for Maintenance” plug-in that works with the most recent version of WP (3.4.1)? The ones I’ve tried so far didn’t work. I can use one to disable the site long enough to try disabling my theme for testing. Thx.

    Thread Starter Mugsy

    (@mugsy)

    Thanks for the reply patv, but I’ve already tried disabling all plugins, and as noted, am not in the position to disable/change my theme even momentarily.

    If you aren’t also experiencing the glitch, then it must be something new on my end. Any chance there’s a WP setting I might have missed that would disable this?

    Thread Starter Mugsy

    (@mugsy)

    You are probably correct that I’m “misunderstanding the purpose of the plugin”. It’s not a Lightbox, it’s a “Popup Window that resembles a Lightbox”. One where you can’t control if/when it opens or vary the content.

    Is there any way to only open the Popup when a link is clicked and change the content based upon that link?

    That would be much more useful.

    Thread Starter Mugsy

    (@mugsy)

    Based on the description, I’m under the impression that the purpose of the plugin is to display a single image (or video) in a fullscreen “lightbox” (like a popup, the same way other “lightbox” plugins do.)

    My ultimate goal is to display an FLV video in a lightbox. Is this not possible using this plugin?

    Thread Starter Mugsy

    (@mugsy)

    Installed new full file w/o error, but when I go to edit the settings, it says “You do not have sufficient permissions to access this page.”

    I’m the Admin. I installed it. 🙂

    UPDATE: Looked at script. Was expecting the name: “jayj_quicktag.php”. Renamed it and it allowed me in.

    My edit to work with “FLV Embed” plugin:

    // Start start
    this.tagStart = '[flv:' + src + ' ' + thumbnail + ' ' + width + ' ' + height + ']';

    Removed remaining “If”s in function. Not needed in this instance.

    Thread Starter Mugsy

    (@mugsy)

    Thanks for the mod Jesper, but I’m getting errors when I try to add it to your script.

    I inserted the new code as the last function just above the “add_action” call at the bottom of your script, but when I try to activate it, it gives me an error on the first line of your new code.

    I’ll examine it this evening and see what’s needed to get it working. Thanks.

    Thread Starter Mugsy

    (@mugsy)

    Hi Jason,

    Unfortunately, the updated UGL didn’t solve my issue (I’m using WP3.2.1) and I haven’t added any scripting of my own the way “defunctlife” has, so I’m not sure what is happening on my end.

    Re: My browser cache… I disabled it when I moved to a SSD to reduce writes to my SSD, but even before I added my SSD two weeks ago, I was still having the problem, so I know that’s not it. The issue is definitely on the Server-side of things.

    I configured my host (“1and1”) last year to use PHP5 and SQL5, if that makes any difference?

    I don’t know enough about how the “Quick Edit” link works normally to figure out what UGL is doing different, and at this point, I haven’t noticed any other commands not working, so it is all very odd.

    Thread Starter Mugsy

    (@mugsy)

    Thanks for the reply Jason.

    Not sure how to flush the WP cache. I’ve tried disabling every plugin except UGL, and even tried switching to the default WP Theme instead of my own (which only alters the front-end), and it made no difference.

Viewing 15 replies - 61 through 75 (of 98 total)