LoneStarJack Posted March 10, 2013 Share Posted March 10, 2013 I had to reinstall everything on my laptop when a virus program wiped out my registry without first backing it up. Luckily I also installed PHPEd.Now everything that worked before comes to a blank screen however I can execute the program with PHPEd.This bombs out on my laptop:http://127.0.0.1/utility/ad_hoc_query.phpWith Status Code:500 Internal Server ErrorThis works on my laptop using either PHPEd or the URL address line.http://localhost:8080/file:/C:/inetpub/ ... _query.phpI tried changing the connection to mysqli and changed from localhost to 127.0.0.1 but that didn't solve to problem. I did not see any port info in PHPINFO and wonder if there is a problem between 3306 and 8080. Where do I change it? Link to comment https://forums.phpfreaks.com/topic/275465-help-with-the-wrong-path-setup/ Share on other sites More sharing options...
deadlyp99 Posted March 28, 2013 Share Posted March 28, 2013 It sounds to me, like you do not have a web server installed yet are trying to run php scripts. Link to comment https://forums.phpfreaks.com/topic/275465-help-with-the-wrong-path-setup/#findComment-1421659 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.