-
1. Re: PHP won't execute on Dream Weaver testing server
SnakEyez02 Jul 17, 2012 11:51 AM (in response to cyberbaffled)Sounds like PHP isn't running. I'd recommend posting in the XAMPP forum as they would be better equipped to solve your issue: http://www.apachefriends.org/f/viewforum.php?f=16
-
2. Re: PHP won't execute on Dream Weaver testing server
cyberbaffled Jul 17, 2012 3:54 PM (in response to SnakEyez02)The phpinfo() link on the Xampp control panel brings up the designated information, so PHP is running in the context of Xampp. This has all the appearance of being a DW issue. I'll contact the Xampp forum, but I'm also hoping to hear more from this forum. I've given you a yes for a helpful answer.
-
3. Re: PHP won't execute on Dream Weaver testing server
SnakEyez02 Jul 18, 2012 6:12 AM (in response to cyberbaffled)If PHP is running in other locations, then it's a configuration issue with the server whereby PHP is not allowed to run in the folder you have specified. I can tell you filenames and areas to look for, but I'm personally have never found the XAMPP installation to be the most intuitive when it comes to editing which is why I pointed you in their direction.
If you look in the httpd.conf file, you should see a DocumentRoot defined. Make sure that the site definition is within that document root. There should also be a Directory declaration ( <Directory "/path/to"> ) that should match the path of your DocumentRoot. It is possible to serve documents from different areas of your computer. Ususally this is done when you have things like phpMyAdmin above the root, so if you see multiple entries in there, some of which XAMPP installs itself, you should leave them alone and ask their support forum for help because they will know which entries the application puts in that you will not want to remove.
-
4. Re: PHP won't execute on Dream Weaver testing server
cyberbaffled Jul 18, 2012 7:43 PM (in response to SnakEyez02)I'll investigate your ideas. So far, after two day and a great many views no one in the Apache Friends forum has suggested any ideas.


