-
AuthorPosts
-
July 9, 2013 at 8:21 pm #25981
Redownloaded the latest 1.7 and increased my Memory limit through 5 different methods and it still does not work. Have you considered it to be a possible database error? I’ll set you up with access if needed.
Please fix this, I see you closed the topic on the guys other thread before confirming it was fixed.
Here are some screenshots:
July 9, 2013 at 8:41 pm #128872Like seriously. How am I supposed to edit the page content now?? The content doesnt even display in the Basic Editor now. Why are you guys not debugging your crap?
July 9, 2013 at 8:54 pm #128873To solve this:
1. Enable twentytwelve as theme.
2. Open the post, save it once (you should see the contents of the avia builder).
3. You may also try to recover from a revision.
4. Re-enable Enfold and everything should be fine.
To prevent this from happening:
1. Limit the amount of revisions.
2. Increase the autosave feature of WordPress.
Open up wp-config.php and add the following constant above /* That’s all, stop editing! Happy blogging. */
/** Extending the autosave feature to 20 minutes */
define('AUTOSAVE_INTERVAL', 1200 );
/** Limit draft count */
define('WP_POST_REVISIONS', 3);Short explanation:
When you start editing with the builder and open up lets say a toggle (editing one of the elements with the MCE) a misbehaviour may occur when WordPress autosaves in the background. Raising the autosave won’t solve the prob, but prevents the above situation.
Memory issues: Already checked your PHP Max (there are some plugins for that)? You may also try to enable the WordPress debug mode in wp-config.php.
Good luck!
July 9, 2013 at 9:43 pm #128874I just tried the above. Switched theme to twentytwelve and saved post (Home page to be specific). I saw the contents of the Avia builder.
Then I went to wp-config.php and updated the code as shown in the New.png screenshot.
Reactivated the Enfold theme and alas, both Default and Advanced Editor (Avia Builder) are blank. Advanced Editor just doesn’t want to display.
http://images.intuition-designs.com/screenshots/New.png
At a loss here.
July 9, 2013 at 9:46 pm #128875My php.ini is maxed out at
memory_limit = 128M ; Maximum amount of memory a script may consume (16MB)
July 9, 2013 at 9:48 pm #128876Do you want to log in and see for yourself guys?
July 9, 2013 at 9:49 pm #128877intuition-designs.com/KEN/admin
Username: kriesi
Password: kriesi
July 9, 2013 at 9:51 pm #128878Lol wow, well it shows for editors and not for admin, I’m now realizing. Because it shows for that login but not the admin login. Whats going on here?
July 9, 2013 at 9:52 pm #128879Ok I’m retarded, looks like it was not selected under Screen Options. Sorry.
July 9, 2013 at 10:10 pm #128880Format Eins – just wanted to say thanks for the things we could try – several of us have this issue, with memory maxed out.
It seems a lot of people are currently getting this. Would it be possible to merge threads and create one big troubleshooting/test thread about this issue?
I’ll run my live-site with a debug, as that’s the one I am having issues with, see what comes up.
~s
July 9, 2013 at 10:37 pm #128881Actually, since I restarted my session, the editor buttons are entirely gone, bar the icon in the default toolbar.
My workaround will be to create everything on my testsite and then copypaste the code over – most of what i can do is covered by the icon in the default toolbar, but some of the other stuff, like sliders, I’ll set up on my test, not live site as a workaround.
Debug can’t show the issue if the button functionality isn’t rendering or even showing, so I turned it back off.
~s
July 10, 2013 at 2:23 pm #128882If you’ve a PHP memory limit of 128M, why do you decrease it in your wp-config? Remove the line, it won’t help. :)
Anyways 64M is rather low. I do use Enfold with WPML and it soakes 67M in Peak… this has driven me crazy, because of a misbehaviour of my server skeleton.
Another hint: Enfold does have a debug-feature. Open up config-templatebuilder/config.php and change
$builder->setMode( 'safe' );
to
$builder->setMode( 'debug' );
This enables a simple input area in posts below the builder (it must be enabled) and you may modify the values right there. It’s also an option to copy contents of the builder to other pages (e.g. dev > live) without using the template stuff.
Won’t solve your individual probs, but worth a shot.
Always check the options tab (this saves sometimes a lot of time and nags). ;)
July 11, 2013 at 7:44 pm #128883Hopefully the suggestions from formateins help. So far its been a small percentage of users who are encountering these kinds of issues but as formateins has so helpfully found out, there are some wordpress configurations and server tweaks that make the theme work a bit more smoothly :)
-
AuthorPosts
- The topic ‘Advanced Editor Corrupt or Not Working’ is closed to new replies.