answersLogoWhite

0

Do you have an index.php file in the root folder ? This is a common cause of failure. In some case, copy index.html to index.php resolve the problem. If you have index.php, you may need to supply debugging during staging (e.g. set BP_DEBUG option).

User Avatar

Wiki User

9y ago

What else can I help you with?

Related Questions

What problems can PHP sleep cause when writing PHP code?

On earlier versions of PHP, when PHP sleep was called on Windows machines, it returned an error. The command can also be interrupted by the Operating System.


Why does your website work so poorly with constant scripting errors and so slow?

Hi, I Think you will have either local scripting error in Javascript/Jquery or you will have a server side error in your PHP code. If you solve this your website may work quickly.


Code keeps appearing after hitting submit on the form to email in PHP are there any suggestions?

There must be an error in the PHP script. Your have to check it to see what's wrong.


What is a parse error in php?

Parse error in PHP means that your script is invalid - it is not compliant with the programming language specification. After parse error script is no longer executed.


What are semantics in PHP?

PHP is related with HTML. HTML can be included into PHP script as well as PHP script can be included into HTML code. PHP begins and ends with <?php ?>. PHP is mix of few languages so semantics is mixed too.


What is syntax in php?

We can use php tags in different ways. <?php //php code to be written here ?> OR <? //php code ?> This tag will not work when we using editors such as macromedia dreamweaver. OR < script language="php"> //php code </script>


How do you change the language code in a PHP page?

I have little idea of your question however <?php #code in here ?> is the starter for PHP, and then anything outside is HTML.


How do you compile php code?

To compile PHP code, you do not use a traditional compiler like you would with languages such as C++ or Java. PHP is an interpreted language, meaning the code is executed directly by the PHP interpreter. To run PHP code, you need a web server with PHP installed, such as Apache or Nginx. The PHP interpreter reads the code, processes it, and generates the output dynamically.


What is the default error handling in PHP?

The default error handling in PHP is simply an error message with a filename, line number, and a small message describing the error. This information however, can be invaluable to increasing the security potential of a website or business.


How do I solve below error in wordpress I am not able to login to wordpress but have access to hosting files?

PHP Fatal error: Call to undefined function apply_filters() in G:\PleskVhosts\Example Domain\httpdocs\wp-includes\load.php on line 317


How do you create an area of a webpage to display PHP results?

PHP code blocks start with <?php and end with ?>.


Why are you getting this warning this php file is out of date please contact cms support?

One of the possible scenarios is php file which is used is outdated. Major CMS vendors generally specify the php version which can be used to code. Use that version or above and the error message should leave automatically