Archive for ‘Problems/Solutions’
Your website bounce rate is usually shown as a percentage, and refers to the number of people who land on your website and then leave again without navigating to another page on the same website. A low bounce rate can suggest that the user hasn’t found what they’re looking for, or that they don’t consider [...]
The loading speed of your website is a crucial element to the overall popularity, traffic and subsequent conversions of your site, for numerous different reasons. The speed of a website is an important SEO element, as Google (and other search engines) are reluctant to reward slow-loading sites with high rankings. So your site speed can [...]
The internet offers you many games to play.These games are played online through game server connections, which are offered by game server providers.A game server is a remotely or locally run server that game clients use to play multiplayer games. Dedicated game servers are provided by companies called game server providers.Today, game server web hosting [...]
It todays Web Hosting Tutorial we are going to cover how to change your PHP file upload limit to avoind the following error: ‘Fatal error: Allowed memory size of 8388608 bytes exhausted’? PHP has a built-in limit on the amount of memory it will allocate. If that limit is reached, the process will exit with [...]
We have been made aware that some customers may have issues with their OSCommerce installations after your recent upgrade to MySQL5. To solve this, two files in the installation directory need to be changed. the first set of changes are needed to index.php. Remove the code below from that file … // show the products [...]
My PHP script gives the error ‘Call to undefined function: mysql_connect()’ This is usually due to a faulty php.ini file causing the PHP MySQL functions to be undefined. A custom php.ini file should not need to contain more than a very few lines to override the specific necessary directives. Using a php.ini found on other [...]