aiomm
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Critical Issues:-Background update are not working as expect@sterndata Thanks for your kindly support.Now the issue was settle.
Forum: Fixing WordPress
In reply to: Critical Issues:-Background update are not working as expectActually, I don’t know.Last year I try to used wordpress and I am familiar with wordpress blog writing and I want to try to crate a website by using wordpress.At that time, one of my friend he helped me to buy the host form namecheap and he installed for me to use ready to create a blog.Now I can’t make contact with him.One more things, how to find define statement from wp-config.php. Did you mean the following statements?
define( ‘WP_DEBUG’, false );
/* That’s all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( ‘ABSPATH’ ) ) {
define( ‘ABSPATH’, dirname( __FILE__ ) . ‘/’ );
}/** Sets up WordPress vars and included files. */
require_once( ABSPATH . ‘wp-settings.php’ );define(‘DISALLOW_FILE_EDIT’, true);
define(‘DISALLOW_FILE_MODS’, true);Forum: Fixing WordPress
In reply to: Critical Issues:-Background update are not working as expectthe permissions on your WordPress file tree are all directories are 0755, files 0644 except index.php 0444 and wp-config.php 0755.
Forum: Fixing WordPress
In reply to: Critical Issues:-Background update are not working as expectI already check Directories 755 and files 644. I can update plugin and themes last 2 days ago.Today i noticed while I made a configuration of google analytic with the plugin of Moonstarinsights. After configure, i wanted to deactive and uninstall. At that time i found only deactive. not inclueded uninstall buttom.Moreover in plugin tab, install new plugin was disappeared.