Categories

Featured templates

Website & server errors

Open_basedir restriction in effect. File(X) is not within the allowed path(s): Y

Hosting FAQ, Website & server errors
  |  
October 22 2012
This tutorial will show how to deal with "Open_basedir restriction in effect. File(X) is not within the allowed path(s): Y" error.
Read More

Fatal error: Allowed memory size of X bytes exhausted (tried to allocate Y bytes)

Hosting FAQ, Website & server errors
  |  
October 22 2012
This tutorial will explain how to deal with "Fatal error: Allowed memory size of X bytes exhausted (tried to allocate Y bytes)".
Read More

Fatal error: Maximum execution time of 30 seconds exceeded…

Hosting FAQ, Website & server errors
  |  
October 22 2012
This tutorial will explain how to fix Fatal error "Maximum execution time of 30 seconds exceeded".
Read More

Failed to open stream: No such file or directory in X on line Y

Hosting FAQ, Website & server errors
  |  
October 22 2012

You can get errors like this: Failed to open stream: No such file or directory in foo.php on line 45 if you reference a file that doesn't exist.

Read More

Fatal error: Call to undefined function mb_substr()

This tutorial will explain you how to fix "Fatal error: Call to undefined function mb_substr()" error after osCommerce template installation.
Read More

Error 503

Hosting FAQ, Website & server errors
  |  
June 15 2011

Description The Web server (running the Web site) is currently unable to handle the HTTP request due to a temporary overloading or maintenance of the server. The implication is that this is a temporary condition which will be alleviated after some delay. Some servers in this state may also simply refuse the socket connection, in which case a different error …

Read More

Error 500 Internal Server Error

Hosting FAQ, Website & server errors
  |  
June 15 2011
This is a 'catch-all' error generated by the Web server.
Read More

Error 404 Not Found.

Hosting FAQ, Website & server errors
  |  
June 15 2011

Description Can be seen while browsing the page (when the page is not available) or in the browser developer tool (displays missing files). The 404 or Not Found error message is a HTTP standard response code indicating that the client was able to communicate with the server, but the server could not find what was requested.

Solution For missing files …

Read More