I have a php/action.php. That script creats a file in the folder ../data/myfile.kml. After creating this file I want to modify it. So I call a python script by
exec("python mypythonscript.py someparams");
Php errors are shown, when I call the website. Is there a way to show the python erros on the webseite, too?
It seams that the python script works, when I execute it by terminal but php doesn't seam to get the script running. So I need some hints to track down, where the problem lays. I must say, I am new to web programming, so please have a little patience with me. If there is more you need to know to be able to help me, I'll be glad to answer your questions.
Kind regards Aufwind