Erykann23
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: I changed my site's URL and my site has the white screenGreat, thank you again. I really hope you get compensated for this type of help. Enjoy the rest of your day.
Forum: Fixing WordPress
In reply to: I changed my site's URL and my site has the white screenExcellent, that worked. If I want to change over to another theme, say back to Virtue Premium, should I reupload that theme clean from when I got it? I don’t want there to be a problem with the functions.php file.
Thanks so much for your help! A good lesson learned…not to fiddle with my site.
Forum: Fixing WordPress
In reply to: I changed my site's URL and my site has the white screenThank you! I can now login to my dashboard. My site isn’t coming up yet, but I’m in the dashboard. Is there something I need to do within the dashbaord?
Forum: Fixing WordPress
In reply to: I changed my site's URL and my site has the white screenI have two themes:
Saladmag
Virtue_Premium
I just uploaded twentyfourteenI have the following plugins: folders
All in One Security and Firewall
Backup with restore
bj lazy load
contact form 7
google authorship
google sitemap generator
google analytics
imsanity (I recently deleted it)
Jetpack
nrelate related content
photo dropper ((I recently deleted it)
rs-feedburner
seo image
w3 total cache
wordpress seo
wp pagenavi
wp smushitthere are also 2 files there
.DS_Store
index.phpUnder wp-content: folders
aiowps_backups
backup wordpress 4db576d893-backups
cache
plugins
themes
upgrade
uploads
w3tc-configfiles under wp-content:
advanced cache.php
db.php
index.php
object-cache.php
themes.phpForum: Fixing WordPress
In reply to: I changed my site's URL and my site has the white screenwp-admin
wp-content
wp-includesand all the files that came with WordPress, and all the files created from plugins I’ve added, etc.
Forum: Fixing WordPress
In reply to: I changed my site's URL and my site has the white screenI just got a message from 10 minutes ago that the site is back up, but I cannot see anything, it’s still a white screen.
Forum: Fixing WordPress
In reply to: I changed my site's URL and my site has the white screenOk, I changed the name for virtue_premium to virtue_premium_old and then uploaded the twentyfourteen theme, since I deleted a while ago from admin.
That didn’t change anything.
I tried renaming the plugin folder to plugin_old but it would not allow me to change it.
The ftp path is /www.world4awayfarer.com
under that i have /web/content/ and then the rest
Should I delete the All in one plugin from FTP or when I get the site back up and running?
Sorry this is such a disaster!
Forum: Fixing WordPress
In reply to: I changed my site's URL and my site has the white screenI checked and the siteurl and home are the same in the db
Forum: Fixing WordPress
In reply to: I changed my site's URL and my site has the white screenMaybe this happened. When I changed my theme’s functions.php file or the wp-config.php file, maybe when I went to revert back to the original, it took the original from when I first uploaded wordpress. Could that be what took the site down?
Forum: Fixing WordPress
In reply to: I changed my site's URL and my site has the white screenJust those two: siteurl and home.
I tried it changing them to http://www.world4awayfarer and then that didn’t do anything. I changed it back to http://world4awayfarer.com. I didn’t change anything else in the database.
Forum: Fixing WordPress
In reply to: I changed my site's URL and my site has the white screenhttp://world4awayfarer.com in both of them
Forum: Fixing WordPress
In reply to: I changed my site's URL and my site has the white screen@songdogtech
How can I do all this if I’m locked out of the site, and it is currently down?Thanks!
Forum: Fixing WordPress
In reply to: I changed my site's URL and my site has the white screenI have not changed anything in the permalinks since I was locked out as soon as I changed the URLs in the General Settings.
Forum: Fixing WordPress
In reply to: I changed my site's URL and my site has the white screenOk, I tried going back to the beginning. I took the extra info out of the functions.php and wp-config.php and returned the ftp directory to http://www.world4awayfarer.com.
Thank you so much for your help.
Also, just so you have the complete story. I was also fiddling with this as a recommendation and not sure if I need to do anything else to make it work correctly:
Disable And Change The wp-login.php PageSteps to fix:
Install the All In One WP Security & Firewall WordPress plugin.
Go to the Brute Force tab of the plugin’s settings and you’ll find a text field where you can customize where you want your login page to appear. Choose something difficult for anyone else to guess, but something easy for you to remember.so mine now has a “bryant07” added somewhere. Not sure if that affects anything now.
Forum: Fixing WordPress
In reply to: I changed my site's URL and my site has the white screenThanks HS!
My site was always world4awayfarer.com but that was redirecting from what was in FTP: http://www.world4awayfarer.com. I wanted to just have it not redirect and be http://www.world4awayfarer.com. So I tried to change that in general settings, but then I looked in the database and it’s just world4awayfarer.com.
Should I be changing in the database to reflect http://www.world4awayfarer.com?
In FTP it was http://www.world4awayfarer.com and I created a new directory named world4awayfarer.com and moved everything.When I tried the steps on the link you listed I got:
Not Found
The requested URL /wp-admin/ was not found on this server.Apache/2.2 Server at world4awayfarer.com Port 80
I am afraid I’ve got in over my head!!
Thank you, but can you see maybe something that is wrong? Should my functions.php file under my theme have this added:
<?php
update_option(‘siteurl’,’http://world4awayfarer.com’);
update_option(‘home’,’http://world4awayfarer.com’);
?>as well one of the suggestions was to add code into wp-config.php:
define(‘WP_HOME’,’http://world4awayfarer.com’);
define(‘WP_SITEURL’,’http://world4awayfarer.com’);Thank you.