brian.g
Forum Replies Created
-
Forum: Plugins
In reply to: [Download Manager] checkbox already checked “agree to terms”Hi Shaon! Thanks for the reply. ??
This fixed worked for me!
Best,
Brian
Forum: Plugins
In reply to: [Download Manager] checkbox already checked “agree to terms”OKAY! I got the site up. Here is the URL:
Forum: Fixing WordPress
In reply to: Site Crash, can’t access Dashboard :(FYI I was able to get the site back up.
farkled indeed.
Forum: Fixing WordPress
In reply to: Site Crash, can’t access Dashboard :(Aha. I actually got to the dashboard. I managed to get it to load. Unfortunately, there isn’t the WP tool on the left side of the screen like there used to be. Not sure how to get that back?
Forum: Fixing WordPress
In reply to: Site Crash, can’t access Dashboard :(When I try to login it says “This site can’t be reached
realspace3daudio.com refused to connect.
Try:
Checking the connection
Checking the proxy and the firewall
ERR_CONNECTION_REFUSEDForum: Fixing WordPress
In reply to: Site Crash, can’t access Dashboard :(Well, I’m not really sure what to do at this point. I tried to install fresh WP by manually uploading it over FTP, and through Blue Host. When I did it manually, I couldn’t login to cpanel because it asks for a login that I’ve never seen before. I use the cpanel inside of bluehost and I’ve never used this one.
When I installed with Blue Host’s tools, it auto-populated the wp-config.php file with some database stuff and put a default admin login in there for me, but if I try to go to the wp-login.php, it won’t enter the dashboard, it just looks like I’m browsing the file system of the website.Forum: Fixing WordPress
In reply to: Site Crash, can’t access Dashboard :(I suppose it’s actually wp-login.php that I can’t access. It’s redirecting from wp-admin
Forum: Fixing WordPress
In reply to: Site Crash, can’t access Dashboard :(Okay, So I made a local backup of my website and did a fresh reinstall of wordpress using the Blue Host control panel. I still can’t access wp-admin to login. It just says that it isn’t there.
Forum: Plugins
In reply to: [Download Manager] checkbox already checked “agree to terms”Okay, give me a an hour or so. I broke the site trying to fix this myself, and i’m restoring it! lol
Forum: Fixing WordPress
In reply to: Site Crash, can’t access Dashboard :(Because the other .htaccess didn’t work, I also tried the “subfolder” example of .htaccess because this site is in a subfolder of the parent site.
So this:
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]Still, no dice.
Forum: Fixing WordPress
In reply to: Site Crash, can’t access Dashboard :(it a subdomain, so I replaced it with this:
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]# add a trailing slash to /wp-admin
RewriteRule ^wp-admin$ wp-admin/ [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
RewriteRule ^(.*\.php)$ $1 [L]
RewriteRule . index.php [L]So far, it hasn’t helped.
Forum: Fixing WordPress
In reply to: Site Crash, can’t access Dashboard :(I didn’t do anything besides the plugins.
I used super minify https://www.ads-software.com/plugins/wp-super-minify/
and
score booster: https://www.ads-software.com/plugins/wp-performance-score-booster/
and download monitor with the terms and conditions add-on:
https://www.ads-software.com/plugins/download-monitor/
I think maybe the minify or speed booster messed up the site.
I have an updraft backup, so I was considering wiping the site and trying to reinstall wordpress, then installing the updraft plugin and trying to restore a working backup. But I don’t know if this will get me back to my Dashboard. I can’t get to that at all.
Forum: Plugins
In reply to: [Download Manager] checkbox already checked “agree to terms”To be clear, what happens is that it’s got a check in the box by default, and then when you click on it, the check it still there and the box turns blue.
Forum: Plugins
In reply to: [Download Manager] checkbox already checked “agree to terms”Hi, it’s enfold theme. I don’t think i can just “switch themes” because it would mess up my whole website. If you know of any other plugin conflicts, or have any other info, I would appreciate it.
best,
Forum: Fixing WordPress
In reply to: Page Went BlankOk Thanks MacManX, you got yourself a new twitter follower. @visisonics
I will get some backups going forthwith.
-Brian