babytommy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Mojor Break… Tried to fix, but no luckthe redirect loop is loading any page you go to over and over, well trying to load but doesn’t… and there’s a problem when it comes to access, for some reason, it’s locked down and hidden to me.
I swear once I get my site up again I’m moving hosts
UPDATE: I now have access to .htaccess
Here’s what it’s got# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress # Wordfence WAF <Files ".user.ini"> <IfModule mod_authz_core.c> Require all denied </IfModule> <IfModule !mod_authz_core.c> Order deny,allow Deny from all </IfModule> </Files> # END Wordfence WAF # php -- BEGIN cPanel-generated handler, do not edit # Set the “ea-php72” package as the default “PHP” programming language. <IfModule mime_module> AddType application/x-httpd-php .php .php7 .phtml </IfModule> # php -- END cPanel-generated handler, do not edit
Also Sidenote, I no longer use wordfence so removed that part, reducing it to
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress # php -- BEGIN cPanel-generated handler, do not edit # Set the “ea-php72” package as the default “PHP” programming language. <IfModule mime_module> AddType application/x-httpd-php .php .php7 .phtml </IfModule> # php -- END cPanel-generated handler, do not edit
here’s what’s happening with the redirect
https://gyazo.com/f39d21a0d788c385844b69bf109245d3Forum: Fixing WordPress
In reply to: Mojor Break… Tried to fix, but no luckunfortunately, they don’t I’ve tried, and starting from scratch is impossible since I have data going back to 2014 from my (not long active) Tumblr account.
Annoyingly this issue has made it to where I am unable to access any of my site, so am only able to update admin biased settings via phpMyAdmin.
Also, I can say the SQL update for the new version worked, as I was able to get that part up before it started spuing out errors.
From what I’ve been able to figure out so far, all errors go back to the woo-hooks.php & pluggable.php
All good now, the new update fixed my issue.
Just submitted the bug report now.
Yep… that crashed it!
Disabled the link plugin and works fine now… I’m guessing this is what cause the problem, if I had to guess there’s something in the coding for that part that’s causing issues- This reply was modified 6 years, 2 months ago by babytommy.
OK, it’s fixed… I tested on chrome and worked fine, and as I was filling in the form it asked if i’d cleared site cache… and as soon as I did… boom, worked.
Not sure why clearing cache fixed it, but I’m guessing it was trying to run a cached version of one of the scrips on that page… This could also be a fix for others expiriancing “conflicts”.
just switched theme to 2019 and deactivated all plugins (besides ssl as that would break the site) and if I enable both the gallery and the links one it has issues loading the new post page… and if I de-activate either it loads fine.
I tried to get to the report bug page, but it’s not loading
Just looked at the support forum here… It would appear many people are having issues with this new version, and I’ve been in talks with the dev team of Simple Link Directory – Lite, and they’ve had a few people mention issues since your latest update, and many have had conflicts with other Addons now as well
This is due to a current bug with NextGEN Gallery, it seems to have gained a number of problems with the latest update, keeping my fingers crossed they fix the issues soon.
It would appear that something in this new update is causing a lot of problems, at 1st I thought it was my other plugin, but I was apparently wrong, I hadn’t noticed that my plugin updated until an hour or so ago.
I’m guessing everyone else is having problems on the create post page?
been looking at the other plugins forum, it would appear they’re the ones at fault… it’s created a lot of issues… hoping they fix this issue fast.
still not sure as to why when I disable this plugin it fixes it though… I’m guessing they caused a few issues with there update, that have caused it to misbehave a lot.
- This reply was modified 6 years, 2 months ago by babytommy.
I’ve had the same problem, and only just realized in the last few minutes that this plugin was the last to update…
I did, however, find out that if I disable either this plugin, or “Simple Link Directory – Lite” if fixes it, so if I had to guess I think they made is incompatible.
Update… Turns out the loading bug is caused by a conflict of “Simple Link Directory – Lite” (Which only updated very recently) and the Gallery…
I’m just about to head over to there forum now and tell them about the issue.
OK Just fugured out the problem… it seams to have a compatiblity problem with Social Share buttons by ArrowPlugins, I only realised ‘cuz I spotted in the adress bar it said social buttons.
Just updated, and it’s all good now… thankyou for the prompt fix!