Knowledge.ToString()

Month: January 2020

  • Fixed – WordPress User Role dropdown is blank

    Issue When I try to add a new user in WordPress under Admin > Users > Add New User, it shows blank dropdown. Root Cause I manually tried to change the WordPress prefix after WordPress blog was created. I made change only within wp-config.php and renamed tables but it required change in data as well.…

    |

  • Fixed – Media Library Folders plugin TypeError XYZ is undefined

    Issue When I tried to use Media Library Folders WordPress plugin, it shows following errors Root Cause I manually tried to change the WordPress prefix after WordPress blog was created. I made change only within wp-config.php and renamed tabled but it required change in data as well. This caused the issue. Fix Table PREFIX_options has…

    |

  • FabricJS Image.applyFilters trims image

    Issue When you apply filters to an image, it trims on the right or bottom part. Cause Internally by default image is painted over a tile of 2048×2048. If the height or width of the image is greater than 2048, remaining part of the image will be trimmed. Fix Increase textureSize to 4096 at the…

    |

  • Solved: .Net Core publishes lots of files for framework dependent deployment mode

    Issue I have .Net Core 2.1 SDK installed on the machine. When I publish the application with deployment mode = Framework Dependent for Linux, it outputs lots of dlls including the framework dlls. There is a very minor difference in number of files between the Framework Dependent and Self Contained deployment mode. Solution I had…

    |

  • Webmin: How to change the size of Swap?

    Even after searching on internet, I could not find a way to change the Swap size. Various online tutorials only showed us how to create swap space but did not explicitly address how to change the size of swap space using Webmin. Of course, this tutorial does not use Webmin but instead it uses commands…

    |