magefix
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Blank Login PageYou don’t affect wp-content – plugins & themes, you can safely upload the entire wordpress archive content.
Forum: Fixing WordPress
In reply to: Blank Login PageIf you have SSH access it will be easier to update the files:
wget http://ww.wp.xz.cn/latest.tar.gz
untar the archive, copy the /wordpress content into /public_html directory.Forum: Fixing WordPress
In reply to: Blank Login PageUpdating_WordPress – “NOTE – you should replace all the old WordPress files with the new ones in the wp-includes and wp-admin directories and sub-directories, and in the root directory (such as index.php, wp-login.php and so on). Don’t worry – your wp-config.php will be safe.”
Forum: Fixing WordPress
In reply to: Blank Login PageCheck https://codex.ww.wp.xz.cn/Updating_WordPress
Look for Manual update.Forum: Fixing WordPress
In reply to: Blank Login PageI got a simmilar error for one of my clients, days ago. I simply uploaded again all the core files wordpress uses , you simply download wordpress-4.5.3.zip ; let me know how it worked.
Forum: Fixing WordPress
In reply to: Blank Login PageKeep it this way, ignore the warnings and focus on fixing “ERROR: Cookies are blocked due to unexpected output.”
Forum: Fixing WordPress
In reply to: Blank Login PageYou’re getting now: “ERROR: Cookies are blocked due to unexpected output.”
Forum: Fixing WordPress
In reply to: Blank Login PageLook for any clues you might find – check:
* error_log file from your wordpress root directory and /wp-admin
* access log , look for “0500] “POST” , maybe you have some vulnerable php scripts
* error log , look for any errors and paste them here.Forum: Fixing WordPress
In reply to: Blank Login Pagediscovered one plugin causes errors when I disable it and the login box appears but still cannot login.
Why you can’t login? Which is the error?
Forum: Fixing WordPress
In reply to: URL links appear as regular text, not underlined or highlightedyou can try:
<a href="tel:+1416123456" style="#ffcc33;">416-123456</a>Forum: Installing WordPress
In reply to: I can't figure out how to install and open wordpressAfter loggin in into your Cpanel, do you have a “Quickinstall” button, right under Phpmyadmin? If yes, you can try that.
More info: https://youtu.be/wLzaU2gq9Xs?t=479Forum: Fixing WordPress
In reply to: Login IssuesJust turn the debug on, and check the wp-login.php again ; if you notice any errors, paste them here.
Look for something like “Fatal error: … ”
Forum: Fixing WordPress
In reply to: Change YouTube embed SizesHere is a tutorial which might help:[link moderated – keep support on this site Forum Rules.
Forum: Fixing WordPress
In reply to: Change YouTube embed SizesThis might work, until you find the theme codes for the default size:
[link moderated – keep support on this site Forum Rules.
, this way you can manually set the size.Forum: Fixing WordPress
In reply to: Login IssuesIf you still get the redirect you might try setting the debbug on, to see if some errors show up.
edit wp-config.php
look for:
define( ‘WP_DEBUG’, false );
change to:
define( ‘WP_DEBUG’, true );