http://tvreaderservice.info/forms/xlSheet2.php
http://tvreaderservice.info/forms/xlSheet2.html
Both are same page only the extension is different
Internal Server开发者_StackOverflow中文版 Error is occurring on trying with php what is the problem can you help me? i just create same html page for testing But the html page show all the values i need to run the page as phpYou need to look into your .htaccess
file. A misconfiguration in that file leads to such errors.
- Give a dump of your
.htaccess
file here and we may help you. - Show us the error logs of your server.
[EDIT]: After OP posting Error Logs:
- Your
.htaccess
is fine. - There are many errors in your Error Log. Following are recurring and prominent:
- PHP Startup: Unable to load dynamic library "openssl.so"
- PHP Startup: Unable to load dynamic library "mysqli.so"
- WordPress database error Unknown column 'link_category' in 'field list' for query INSERT INTO wp_links.
- WordPress database error Duplicate entry '8-2' for key 1 for query INSERT INTO wp_term_relationships.
- and many more Wordpress errors.
So, contact your webhost and ask them to fix PHP startUp Errors and fix Wordpress errors yourself (or upgrade to a new version.)
精彩评论