Achyuth Ajoy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Warning: Illegal string offsetHave you tried disabling the plugin. Does that solve your error?
Forum: Fixing WordPress
In reply to: Warning: Illegal string offsetSeems an error with the plugin. Try disabling or the updating to a newer version.
Good day!
Forum: Developing with WordPress
In reply to: Custom Posts ManagementHi Raja,
You say there is around 15-20 pages per custom post. How are you managing the data now?
Using ACF?Good day!
Forum: Fixing WordPress
In reply to: HTTP Login Secure?Hi,
Yes. When you submit any data via http, the data is transmitted as clear text.Good day!
Forum: Fixing WordPress
In reply to: Upgrade issueHi Jim,
To disable the maintenance mode, remove .maintenance file from the website root. Site will be back to normal.Let me know whether this works.
Forum: Fixing WordPress
In reply to: Upgrade issueLooks like when you pasted the code, somehow the php tags are converted to html entities. In such cases, the php code won’t get executed. Here is the source screenshot of the info file on your server.
You’ll to need to match the code exactly like this to get the result.
<?php phpinfo(); ?>
You’re welcome
Looks like the error has nothing to do with CSF. I think @sterndata already gave the answer to this problem.
- This reply was modified 7 years, 1 month ago by Achyuth Ajoy.
Forum: Fixing WordPress
In reply to: Internal links set to temp URLWelcome
Forum: Fixing WordPress
In reply to: Problem Updating to WordPress 4.8.2Hi,
It is possible, that the theme you’re currently using doesn’t support display of captions. Have you checked the theme documentation?For the update problem, share a screenshot on imgur.com
Good day!
Forum: Fixing WordPress
In reply to: Have to always go back to home pageI don’t experience any problem with the menu bar in my browser. Have you tried accessing the website from a different browser. e.g. Mozilla Firefox
Here is a nice article on CSF Commands: https://www.hostdime.com/resources/csf-ssh-command-line-commands/
csf -t
Try this code to list whether any requests are blocked by the firewall.
Forum: Fixing WordPress
In reply to: wp-login Forbidden 403Hi llaera,
Please contact your webhost to check whether any IP/Country restrictions are in place.
Since you had no joy even after disabling all the plugins, it may be an issue at the service provider’s end.Good day!
Try this command.
csf -df
This will remove all blocked requests in your server.
Let me know whether this works.Good day!