supernovab
Forum Replies Created
-
Thanks for the feedback. I will see what I can do about the php time limit.
I don’t think I can increase resources without paying more and the host helpline hasn’t been helpful when asked about resource limitations. A redesign using a lightweight theme is probably on the cards now.PHP time limit 60
PHP memory limit 256M
One of the issues I have had is slow load times, and occasional timeout errors – hence looking at caching.The site is a basic one hosted by Fasthosts, and there is no conventional cPanel. I am not sure php error logging is enabled. I have looked in the error_log file that is located in the <root><logfiles> folder (using ftp). and there are no fatal errors reported.
It does appear that during login, WP_Optimise is used. The following lines may well be after I disabled the plugin.[Wed Jul 05 15:03:28.001423 2023] [fcgid:warn] [pid 226745] [client 176.252.184.95:48910] mod_fcgid: stderr: WP-Optimize: No caching took place, because the plugin location could not be found, referer: http://www.claro-orienteering.org.uk/wp/wp-login
[Wed Jul 05 15:10:00.841003 2023] [autoindex:error] [pid 226908] [client 51.222.253.3:38658] AH01276: Cannot serve directory /home/linweb43/c/claro-orienteering.org.uk-1103297071/user/htdocs/: No matching DirectoryIndex (default.html,default.htm,index.html,index.htm,index.shtml,index.php,index.php4,index.php3,index.phtml,index.cgi,_index.htm) found, and server-generated directory index forbidden by Options directiveThey have asked the question on what the memory limit requirement is for your plugin – if that is something you can provide?
In order to be able to login, I have had to disable WP-Optimise by ftp (by renaming the plugin folder). I was immediately able to login again, so it is definitely causing the issue. Can you please advise on the resources question, as it very definitley speeded up viewing of the website, so it would be a shame not to use it.
Forum: Developing with WordPress
In reply to: Custom Template contentThank you George, that’s really helpful; I suspected I was going about it the wrong way.
Forum: Fixing WordPress
In reply to: No categories in Gutenberg sidebarI have the same issue in WP6, currently with colormag theme that works fine elsewhere, I have tried the permalink tip as indicated, still no sign of categories, and likewise they don’t appear in the preferences list.
Forum: Themes and Templates
In reply to: [ColorMag] Image Handling problems in ColormagAn update:
firstly, I have identified that the problem was there before I changed the theme to Colormag, so Nitu is correct – (apology for misspelt name earlier).
The solution was to disable two plugins I was using:
“Enhanced Media Library” – had been working fine for years, but in the last few weeks (WordPress update?) was causing the main problem of blank screens.
“WP Extra File Types” was stopping WordPress creating the defined multiple file types.My advice, if you have hit a similar problem, disable all plugins and try again. If the site works, re-instate them one by one until you find the culprit.
I wish my host helpline had advised that instead of leading me down blind alleys!
A useful method to find out if GD is active on your site explained here:
https://ww.wp.xz.cn/support/topic/thumbnails-do-not-create/Forum: Themes and Templates
In reply to: [ColorMag] Image Handling problems in ColormagThank you Nito, can you just confirm Colormag doesn’t need Imagick or GD installed, so I can rule this out with the host.