Romanko
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: error 403 after changing hostings manuallyI created the empty index.php yesterday, no I dont get errors in cpanel, but the website is really unstable still. maybe 1 out of 10 times it loads fine.
htaccess – is a default one, I deleted it before starting this topic, so it is a new generated one.
Forum: Fixing WordPress
In reply to: error 403 after changing hostings manuallyI have disabled the wordfence plugin through ftp but i still get the 403 error at the homepage and now a 404 at the hompage.com/wp-admin
What do you mean by this: You may also want to check your
wp-config.phpfile to see if the full file system path is defined there (not by default) and update it.The full system file path – is it ABSPATH or something else?
I have the following code in the wp-config.php>
/** 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’ );Forum: Fixing WordPress
In reply to: Fatal error: Uncaught mysqli_sql_exception:Nevermind, it happens if you don’t set the permissions for the user of the database. It is working now.
Forum: Fixing WordPress
In reply to: Fatal error: Uncaught mysqli_sql_exception:thank you, the deprecated error is no more. But the database error remains still. Can anyone help me please? Thank you very much.
Fatal error: Uncaught mysqli_sql_exception: Access denied for user ‘cdcearth_adminko’@’localhost’ to database ‘cdcearth_cdc’ in /home/cdcearth/public_html/wp-includes/wp-db.php:1084 Stack trace: #0 /home/cdcearth/public_html/wp-includes/wp-db.php(1084): mysqli_select_db(Object(mysqli), ‘cdcearth_cdc’) #1 /home/cdcearth/public_html/wp-includes/wp-db.php(1718): wpdb->select(‘cdcearth_cdc’, Object(mysqli)) #2 /home/cdcearth/public_html/wp-includes/wp-db.php(632): wpdb->db_connect() #3 /home/cdcearth/public_html/wp-includes/load.php(482): wpdb->__construct(‘cdcearth_admink…’, ‘password’, ‘cdcearth_cdc’, ‘localhost’) #4 /home/cdcearth/public_html/wp-settings.php(124): require_wp_db() #5 /home/cdcearth/public_html/wp-config.php(90): require_once(‘/home/cdcearth/…’) #6 /home/cdcearth/public_html/wp-load.php(37): require_once(‘/home/cdcearth/…’) #7 /home/cdcearth/public_html/wp-blog-header.php(13): require_once(‘/home/cdcearth/…’) #8 /home/cdcearth/public_html/index.php(17): require(‘/home/cdcearth/…’) #9 {main} thrown in /home/cdcearth/public_html/wp-includes/wp-db.php on line 1084
Forum: Plugins
In reply to: [Redirection] Some redirect working, some notits working now, thanks.
Forum: Plugins
In reply to: [Redirection] Some redirect working, some notwait, do I need to change the actual url of the post (for example) too? and then make a redirect to a new url in redirection?
This wouldn’t create a 404 on the old url if a link is poiting to it? Thx.
Forum: Plugins
In reply to: [Redirection] Some redirect working, some notCan SSL cause something and the http / https maybe?
Forum: Plugins
In reply to: [Redirection] Some redirect working, some notStrange, on different browsers using incognito mode, it is not working – still get the 404.
I am missing something but what I wonder.
Forum: Plugins
In reply to: [Autoptimize] Optincat not working with autoptimizeok I tried it it seems to be working correctly, hopefully the rest of the site too…
should I also try the Also defer inline JS? or not neccesary?
Thx btw!
Forum: Plugins
In reply to: [Autoptimize] Optincat not working with autoptimizeSo it seems I fixed it for now.
first I excluded>
plugins/optin-cat-personal-wpso my exclude list is>
plugins/optin-cat-personal-wp,wp-includes/js/dist/, wp-includes/js/tinymce/, js/jquery/jquery.js, js/jquery/jquery.min.js,wp-spamshield,jquery.js,jquery-migrate.min.js,JS was causing the problem.
I unticked the first option>
Aggregate all linked JS-files to have them loaded non-render blocking?My question though – unticking this will or will not make the optimization less optimized / slower the website?
Thanks.Forum: Plugins
In reply to: [W3 Total Cache] Possible to exclude nonce?Hi,
the plugin is called Optin Forms.Minify is and was always turned off.
How do I disable the nonce?
Thx.
Forum: Plugins
In reply to: [Max Mega Menu] MegaMenu subs not clickableWorking nice, thank you very much Tom! 🙂
Forum: Themes and Templates
In reply to: [GeneratePress] Change order of plugins at the bottom of postsThanks! will do.
Forum: Themes and Templates
In reply to: [GeneratePress] Header logo not showingno baby here, but it’s working 🙂 thanks to both of you.
Forum: Themes and Templates
In reply to: [GeneratePress] Header logo disappeared in child themeTom,
this fix is not working for me, there’s always a syntax error. Sorry I am no programmer, so it may be a bit dumb question.I replaced that exact snippet in my header.php with the line you provided, but got the syntax error.
Do I need to add the <?php endif; ?> after your line, or just replace the first line of the code? Or anything else?
Thanks.