lucduck
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Multiples Warning wont let me modify the pageDid you recently update your WP? I’ve been having problems with not being able to even attempt to modify a page since installing the last update a few days ago. I can change text already there but cannot add text or add images. I did try to add a header and that wasn’t working either. It was working fine right before the update as I did a ton of updates and changes. Now I can’t do anything and no one is evidently moderating as I posted about it yesterday. Good luck
Forum: Fixing WordPress
In reply to: Latest update has major issuesIs there anyway to let support know about the problems? Is there anyway to go back the the prior versions. I will not update my other sites. I can’t even create a new page.
Forum: Fixing WordPress
In reply to: Latest update has major issuesNo, nothing is working. I’m still trying to update some things I really need to update for a conference. I click return at the end of a block and it does not gie me the option to add a new block like before. A plus sign shows up in the center below my block but it does not show a paragraph option. This is getting really serious with this problem as I can’t edit the page. It won’t even let me continue writing on a block to add there.
Forum: Fixing WordPress
In reply to: Plug-in problem – not showing in WordPress Plugin fileAfter I replied to Moshu about what I had done, I went back and looked and did compare it to my other plug-ins. What you and he said was the case, and I have corrected it.
BTW, how do you know what plugin’s I have and downloaded. I’m just curious as I’m new to this and am learning, as in this example, how to do things other than the surface workings that show up in my blog.
I’ve had a ton of blog problems that I’ve been trying to fix this past week (with no background knowledge on my part) due to someone hacking into my blog. Needless to say, I’m learning a lot and should be a “little” more tech savvy.Forum: Fixing WordPress
In reply to: Plug-in problem – not showing in WordPress Plugin fileI downloaded 2 plugins to my computer, and extracted the files in a folder. I uploaded all the files in that folderto wp-content/plugins.
Forum: Installing WordPress
In reply to: Cannot log-inI’m having the same problem. I found a fix on the WordPress site posted below, but don’t know how to do this. Can anyone explain it step by step. I went to my cpanel, but could find nothing. Thanks
Sometimes the wp-login.php file may have been corrupted or uploaded incorrectly.
Delete wp-login.php off of your server and upload a new copy from a fresh WordPress download. Remember, overwriting file via FTP can lead to incomplete transfers.
Edit wp-login.php as follows:
Go to the case retrievepassword section, found under this comment:
// redefining user_login ensures we return the right case in the email
Replace:
$user_login = $user_data[“user_login”];
With:
$user_login = $user_data->user_login;