Recent content by ukwebhosting

  1. ukwebhosting

    Oh dear - critical website issue - one or more modules are missing

    Hi Sure if you send an email over to [email protected] we can start a chat Thanks
  2. ukwebhosting

    Oh dear - critical website issue - one or more modules are missing

    Hi A subscription expiring would not normally cause this issue. For your domain if it is a .co.uk .uk .me.uk .org.uk domain type you can also check with Nominet (the domain Registry for those types) because it may have been registered in your name and you can gain access that way as 123reg may...
  3. ukwebhosting

    Oh dear - critical website issue - one or more modules are missing

    No worries at all. Once you do please make sure you get control of your own domain name. Also install the wordpress plugin all in one wp backup and take a backup of your website and download it. Both things are crucial if it is hard to get hold of them in the future.
  4. ukwebhosting

    Oh dear - critical website issue - one or more modules are missing

    Are you seeing the gd error on the critical error page? If you are seeing it in the wordpress admin that might also be a red herring.
  5. ukwebhosting

    Oh dear - critical website issue - one or more modules are missing

    that’s a bit of a problem. wordpress is written in php it’s a programming language. gd is a module of php that covers image manipulation you are getting that error because wordpress requires gd for something it is doing and it is not available in php This could have happened if for example...
  6. ukwebhosting

    Oh dear - critical website issue - one or more modules are missing

    Have a chat with your web host and ask them to install/enable gd for your version of php
  7. ukwebhosting

    Searching for web addresses, which then get reserved?

    If you’re searching for a domain ending .uk so .co.uk etc and are worried about this happening you can do a lookup directly at Nominet here https://nominet.uk/lookup/
  8. ukwebhosting

    Replacing microsoft as my email provider

    Hi You could go with a provider that offers IMAP email as that stays syncronised across devices. However if you need any email that already exists it is not as simple as it was to get that email since 365 closed off IMAP and POP and use OAuth now so it becomes a big task to get your email via...
  9. ukwebhosting

    PHP Warning: PHP Startup: Unable to load dynamic library 'xsl.so'

    When you install cPanel on a server multiphp comes with it If that server OS is Cloudlinux then php selector comes with it and you end up with both. Generally the host decides to go with one or the other and either hides selector or configures selector and hides multiphp so you only see one in...
  10. ukwebhosting

    PHP Warning: PHP Startup: Unable to load dynamic library 'xsl.so'

    you cant have both in use at the same time, seems on this server they use multiphp
  11. ukwebhosting

    PHP Warning: PHP Startup: Unable to load dynamic library 'xsl.so'

    That basically means your hosting uses multiphp manager and your host has not hidden select php in cPanel for this one. You will need to ask your host to add the extension to php as you are unable to add it yourself.
  12. ukwebhosting

    PHP Warning: PHP Startup: Unable to load dynamic library 'xsl.so'

    Check that nothing has been injected into the file and something like Imunify has cleaned the injection out and left you with a typo. It's possible, so if you host uses Imunify then they would be able to see if anything had happened to that file in the log. Imunify cleans up on the fly so...
  13. ukwebhosting

    PHP Warning: PHP Startup: Unable to load dynamic library 'xsl.so'

    Usually a host job however it could be a line in a php.ini file that is within your files usual file name php.ini and .user.ini If you changed your php version it seems more likely that it would be in your files. If it is something your site needs then ask your host to install it or like above...
  14. ukwebhosting

    Bots causing resources errors

    If they cannot do it at a server level you will have to do it in each sites .htaccess
  15. ukwebhosting

    Bots causing resources errors

    Ask them to block this subnet in your servers firewall if possible 34.128.0.0/10 It will not block google search they are on a completely different subnet.