Jensr
Forum Replies Created
-
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Submit button not working?Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Submit button not working?Hi
I tried your suggestions. There are no security plugins running. I did try removing everything and pasted the shortcode without using any pagehuilder here:
http://cryptocurrencytip.nl/test/
Form is set up like this:
<p> <label>Email Address</label> <input type="email" name="EMAIL" required=""> </p> <p> <input type="submit" value="Inschrijven"> </p>Thanks for the help!
Forum: Fixing WordPress
In reply to: 403 error when embedding imagesAllright so this only seems to happen with things that are uploaded recently, the images in older articles work just fine.
Forum: Fixing WordPress
In reply to: 403 error when embedding imagesI upload them via the image uploader in the admin interface. They also don’t show up in the media manager (just a broken image icon) but using FPT I see that they are uploaded and when I browse to them directly they work fine.
As you can see here. The embedded images are not working, when you click one one however they do show up.
Forum: Fixing WordPress
In reply to: Can not login, password always wrongWell, I just reactivated every plugin… and I can still log in. Weird. But hey, thanks for solving my problem =)
Take this virtual cookie as a gift =’D
http://analytics.mikesukmanowsky.com/analytics/wp-content/uploads/2007/12/cookie.gifForum: Fixing WordPress
In reply to: Can not login, password always wrongDeactivated all the plugins, now checking them all to see witch one caused the problem. Thank you very much for helping, i’ll post an update when I know which plugin caused this.
Forum: Installing WordPress
In reply to: Can not login after moving wordpress to other hostOk thnx, I will 🙂
Forum: Installing WordPress
In reply to: Can not login after moving wordpress to other hostCan you tell me if i need to copy the .htacces file from the old host to the new one? Or just put a blank one on the new host?
Forum: Installing WordPress
In reply to: Can not login after moving wordpress to other hostMy host does not support remote database, so i’m skipping that method. Going with the WordPress codex method 🙂
Thnx alot for helping out! I can login btw 😀
Forum: Installing WordPress
In reply to: Can not login after moving wordpress to other hostOK, because I am so desperate. I am going to start over.
THIS time, I will not change domains ( I choste to use the IP of my new server to test everything first and then change it to the new domain)SO, will try this method:
1. Backup the database from the old site and import it to the new site. Pay attention to database names. 2. Change your wp-config.php in the old site to point to the database on the new site. Your old site will now run using database based on the new site and once you change the names ervers new site will have the up to date database. (You may want to check with your new hosting if they allow outside database access first. If not, you can skip this step and transfer the database at the end, when the nameserver change propagated) 3. Backup your entire WordPress installation from the old site (this will include all your uploads, themes, plugins) 4. Unpack your WordPress installation to the new site 5. Change wp-config.php on the new site with new database details 6. Change the nameservers to point to the new siteI hope I succeed in doing this without downtime.
Forum: Installing WordPress
In reply to: Can not login after moving wordpress to other hostYeah I tried them before and after
Edit: I just tried the FTP method again, still did not work.
Forum: Installing WordPress
In reply to: Can not login after moving wordpress to other hostThe answer is Yes to both of those. I also had my co-admin try the same steps ( except the different reset opitions ) and he also had the error.
Forum: Installing WordPress
In reply to: Can not login after moving wordpress to other hostAs you can see in the post above I executed the neccesary queries to change the URL, so it is now correct..
Forum: Installing WordPress
In reply to: Can not login after moving wordpress to other hostI do not think it is because my passwords are rong. I tried resetting them but it ALWAYS gives me the wrong password error, including my other users.
Forum: Installing WordPress
In reply to: Can not login after moving wordpress to other hostOk, update:
The homepage is now visible. I did these commands in Php My Admin:
UPDATE wp_options SET option_value = replace(option_value, 'http://www.old-domain.com', 'http://www.new-domain.com') WHERE option_name = 'home' OR option_name = 'siteurl'; UPDATE wp_posts SET guid = replace(guid, 'http://www.old-domain.com','http://www.new-domain.com'); UPDATE wp_posts SET post_content = replace(post_content, 'http://www.old-domain.com', 'http://www.new-domain.com');
However, clicking on a post or other page still gives me a 404. I also can still not login, it tells me and every other user that the password is wrong. ( It is not ).