开发者

Internal Server Error occurs with PHP

开发者 https://www.devze.com 2023-01-13 05:20 出处:网络
http://tvreaderservice.info/forms/xlSheet2.php http://tvreaderservice.info/forms/xlSheet2.html Both are same page only the extension is different

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 php


You need to look into your .htaccess file. A misconfiguration in that file leads to such errors.

  1. Give a dump of your .htaccess file here and we may help you.
  2. Show us the error logs of your server.

[EDIT]: After OP posting Error Logs:

  1. Your .htaccess is fine.
  2. 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.)

0

精彩评论

暂无评论...
验证码 换一张
取 消