miealex
Forum Replies Created
-
Thank you t05wop but All In One SEO was installed previously, before Yoast. The homepage took the latest blog post meta title, even though in settings it had another one :/ That’s why I switched to Yoast.
Forum: Plugins
In reply to: [GD Rating System] No SSL supportNevermind 🙂
I was referring to the other one, GD Star RatingForum: Fixing WordPress
In reply to: Can’t publish new articlesIncreasing the limit of max_input_vars in php.ini fixed it!
90 instead 30.Thank you James for ALL your advises!
Forum: Fixing WordPress
In reply to: Can’t publish new articlesI’ve checked this with my hosting company and they say that the logging is configured properly. I also ran out of options here .. I’ll probably delete it all together in the end.
Forum: Fixing WordPress
In reply to: Can’t publish new articlesI set them correctly, so apparently it was not CHMOD. The same problem .. http://sendvid.com/p0ovrhxn
Forum: Fixing WordPress
In reply to: Can’t publish new articlesNone and I know I didn’t change anything logs wise in server’s config 🙁
My guess – about 80% sure – is that my problem is in file permissions setup. Is there any way (any plugin or open source php) that I can set the default file permissions for all files (also uploads) and folders inside my WP install?
- This reply was modified 9 years, 6 months ago by miealex.
Forum: Fixing WordPress
In reply to: Can’t publish new articlesSince this bug started I also noticed a strange latency when updating any plugins or the core.
Sometimes the update just hang in there and I was forced to manually update after deleting the .maintenance file.Forum: Fixing WordPress
In reply to: Can’t publish new articlesJames what do you mean by “misconfigured”?
Forum: Fixing WordPress
In reply to: Can’t publish new articlesNo server error logs either. error_log was not there at all. I regularly check them and fix things but this time I was totally baffled about the lack of error messages/logs since there is clearly a big problem.
Forum: Fixing WordPress
In reply to: Can’t publish new articlesIMHO deactivating all plugins means “Select All” -> “Deactivate”. Right? 🙂
- This reply was modified 9 years, 7 months ago by miealex.
Forum: Fixing WordPress
In reply to: Can’t publish new articlesiThemes Security plugin is the only security measure I took + I don’t use a CDN.
Forum: Fixing WordPress
In reply to: Can’t publish new articlesNot in my power unfortunately, I only own a VPN and not a dedicated server. But the good news is they are preparing to upgrade to 7 soon.
Forum: Fixing WordPress
In reply to: Can’t publish new articles– PHP Version 5.4.45
– Apache 2I’ve set the language to English (United States) with no problem. Language is now English but errors are the same.
Forum: Fixing WordPress
In reply to: Can’t publish new articlesI have no error log on the server either .. this is so weird.
Forum: Fixing WordPress
In reply to: Can’t publish new articlesFeatured Image + JS console + I deactivated a plugin that was giving a php warning.
At this point I haddefine( 'WP_DEBUG', true ); define( 'WP_DEBUG_LOG', true ); define( 'WP_DEBUG_DISPLAY', true ); error_reporting(E_ALL); ini_set("display_errors", 1); define('SCRIPT_DEBUG', true);in my wp-config.php
Setting Featured Image and updating:

But Featured Image is gone after update:
