can not click on link which is created in php storm - html

Hi I know it will be maybe an obvious error but I cannot find.
I am working on a website and I am also a beginner. I have link which is an about us link which is not opening the warning says :
The requested resource /about-us.phtml was not found on this server.
Thank you for the help if more information or code is needed please tell me

Related

Why does REST API not work on my local MediaWiki?

I've successfully installed MediaWiki on my laptop. Here is the entry tease out.
As you can see, the link to this entry on my local host is http://192.168.56.1/wiki/index.php/tease_out. Then I want to use REST API to convert this page to html. The corresponding link on the online Wiktionary is https://en.wiktionary.org/w/rest.php/v1/page/tease_out/html. The desired result is
Then I try http://192.168.56.1/w/rest.php/v1/page/tease_out/html. But it shows
Could you please elaborate on this issue and how to solve it? Please let me know if you need further information.

Why am I getting this error in Joomla?

I am getting the following message in Joomla:
How would I fix this?
These is unrelated to joomla, is related to a third part developer extension JooDB ask them in their developer forum

Unable to fix malformed JSON in wordpress

I am using woocommerce for the first time with wordpress in order to setup an e-commerce site. Everything is installed properly from wordpress to woocommerce plugin and the theme. But the problem resides.
Kindly check below image
I keep getting the same error again and again, I reinstalled the entire wordpress site but no luck. I followed few tutorials wherein they instruct to open browser console and check for a red line which I don't receive in my console.
What I get is in the image below
Also, somehow I am not even able to select another payment option other then cash on delivery which I have installed on my site. I have been struggling for last 3 days, but no luck! Kindly do not down vote this question. As I am feeling helpless at the moment.
The site is fashionburst.in
Thanks in advance
For anyone who might run into this issue, try to turn on debugging in wp-config.php
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
And then read the log file in wp-content/debug.log. I had a PHP error in one of my plugin's hooks and since the checkout is processed with JS, the checkout.min.js threw this error. Log file should give you proper error report (in my case I was using undefined PHP function).

HTML returns: ERR_EMPTY_RESPONSE

I am currently working on a beta website (CentOs -> Plesk) and using Atom as my editor.
From the set-up till now I always recieve the following error: ERR_EMPTY_RESPONSE when changing something in my html, css, javascript. Which just breaks my website.
I came here in hope that someone had same problem, and maybe can give me a solution for that :)
Thanks in advance.
Both errors “No data receive ERR_EMPTY_RESPONSE” and “Error 324 (net::ERR_EMPTY_RESPONSE)” :
https://www.wiknix.com/solved-err_empty_response-no-data-received/
Read The following article and comments below .. Maybe This link will solved your ERROR
Good Luck.
I faced the same error but it was browser issue for me. It wasn’t anything wrong with my site or hosting provider or theme error. I just open a command prompt and enter few commands to solve this error.
You can check command lists from below reference:
https://wildtricks.com/err_empty_response-google-chrome-windows/

HTML form data to XML and vice versa

I have followed this tutorial and uploaded this on to my website and i am getting errors i would like to follow this example and understand it and create my own form that can save data to xml file and also display the xml data in the html page
my website page for the above tutorial uploaded link is this
The processform.asp code exactly in the server is as follows
http://www.xmlfiles.com/articles/michael/htmlxml/default.asp--> as the processform.asp no less no more
i am just getting error with out the error explanation i am new to this pls be clear in your answer thanks
I found this tutorial to be really useful and solved my problem but this requires C# proramming experience which i posses briefly
so this is the website
http://www.java2s.com/Code/ASP/XML/SaveformdatatoXMLfile.htm
you have to enable IIS on your windows system and run this by putting in the inetpub/wwwroot/(your own foldername)/(file name saved as .aspx)
also make sure that inetpub folder in the C: drive is granted permissions for IISUSers this can be done by following the below steps
right click the inetpub folder and go to security tab and click edit and click add and click advanced and click findnow and find IIS_IUSRS and grant full permissions to it so as to create the book.xml file dynamically
Then go to ur fav internet browser and type localhost/(your own foldername)/(file name saved as .aspx). Then you can see the page in action if any queries feel free to ask me personally i will try to help you to the best of my knoweledge..
I am not sure why people gave a negative point to this question