Explore Our Latest Updates
Stay informed and inspired with our blogs to navigate and resolve any technical challenges that you may encounter.
PHP extension XSL – How we enable it?
PHP extension XSL help websites to generate HTML pages from XML data. Thus it is quite inevitable in major website building platforms. However, to enable this extension we install it and add it in the PHP configuration on the server. At Bobcares, we often get requests...
Dealing with cloudflare error 521
Is that pesky 'Cloudflare error 521' plaguing your website? This is one of the common errors caused while using Cloudflare on the website. Generally, this error occurs due to an offlined webserver or due to Cloudflare request blockage. At Bobcares, we often receive...
Dotnetnuke session timeout – Quick fix
Dotnetnuke session timeout errors are quite common in DNN websites. By default, cookies are set to automatically expire when it reaches its expiration date in DNN. This causes the session timeout error. At Bobcares, we often receive requests to fix DNN errors as a...
Iptables index of deletion too big – How we resolve it?
iptables: Index of deletion too big. Confused about why your iptables rule deletion end up in this error message? Usually, the iptables delete rule shows errors due to unspecified table-name or rules at the inaccessible position. At Bobcares, we get many requests to...
FTP error 553 – Quick fix!
FTP error 553 is one of the typical errors that we come across while uploading files via FTP. This is generally caused due to the incorrect permissions set to the files. Or else the FTP clients like vsftpd do not allow any upload. At Bobcares, we often receive...
cPanel license cost – Ways to reduce it
The sudden hike in CPanel license cost created a shock wave among hosting customers. And the reaction included migrating to other free control panels, clubbing accounts to fewer servers and many more. At Bobcares, we receive frequent queries on ways to reduce cPanel...
No Results Found
The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.
No Results Found
The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.
No Results Found
The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.
No Results Found
The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.
PHP FreeType Support – Install it with ease
Are you looking at creating a website that displays custom fonts? Then, your webserver needs PHP Freetype support. However, enabling Freetype libraries on the server involves a series of steps. At Bobcares, we receive requests to enable PHP FreeType support on the...
cPanel Apache Handlers – Let’s create it
Webserver handlers decide the way each file functions on the server. And the best way to include custom file support is to add cPanel Apache handlers. However, adding improper handlers often results in website errors. That's why we often receive requests to enable...
Easy fix for PostgreSQL error 42P01
PostgreSQL error 42P01 actually makes users dumbfounded, especially the newbies. Usually, this error occurs due to an undefined table in newly created databases. That's why at Bobcares, we often get requests to fix PostgreSQL errors, as a part of our Server Management...
PHP cURL SSL connect error 35 – Top Causes and fixes
What if your cURL requests cannot connect your Website using SSL, isn't it frustrating? Usually, PHP cURL SSL connect error 35 occur due to version mismatch or outdated cURL package. At Bobcares, we often get requests to fix SSL cURL errors, as a part of our Server...
WGET failed no route to host – How we fix it efficiently?
Got stuck by the error 'wget failed no route to host' while installing a new piece of software? wget is a Linux command that helps to download files from the web. Often 'wget failed no route to host' refers to a network connection error or unresponsive server. At...
Quick ways to enable mbstring in php.ini
Looking for ways to manage special text on your websites? One of the best ways for this is to enable mbstring in php.ini. Usually, mbstring extension in web servers helps to manage the non-ASCII codes easily. At Bobcares, we often get requests to enable mbstring...