Welcome! Log In Create A New Profile

Advanced

Please help - php \ mysql "crashing"

Posted by 37027166 - Dee 
Announcements Last Post
Announcement SoC Curricula 09/30/2017 01:08PM
Announcement Demarcation or scoping of examinations and assessment 02/13/2017 07:59AM
Announcement School of Computing Short Learning Programmes 11/24/2014 08:37AM
Announcement Unisa contact information 07/28/2011 01:28PM
Please help - php \ mysql "crashing"
October 18, 2013 07:24AM
Hi Mac,
I started with my portfolio. Got my db sorted with some data and could query from php.
the next day, nothing worked.
The MySQL server was not starting up.
Downloaded and istalled EasyPHP-DevServer-13.1VC9. Everything was working fine.
The next day, the MySQL server not starting up. The EasyPHP not launching.
As example, I type in http: // 127.0.0.1 / edit.php (no spaces) in my browser, and get an Object not found error, Error 404 of which the file resides at the location.

I tried changing my httpd.conf file to have
Listen 127.0.0.1:8080
ServerName 127.0.0.1:8080
Still no luck.

Any advice on what i can still try?
Assistance will be highly appreciated.
Dee
Re: Please help - php \ mysql "crashing"
October 18, 2013 03:29PM
you have skype?
try make sure skype is off when you start it up?

maybe try re-install?

not 100% what the problem is,
but I know I had connectivity issues before because skype was clashing
avatar Re: Please help - php \ mysql "crashing"
October 18, 2013 04:41PM
Skype uses port 80, so it is not an issue if the port has been reset to 8080.

Try this from your browser (Make sure Apache etc is running first) -


Quote

http://localhost:8080/edit.php
avatar Re: Please help - php \ mysql "crashing"
October 18, 2013 04:52PM
Quote

As example, I type in http: // 127.0.0.1 / edit.php (no spaces) in my browser, and get an Object not found error, Error 404 of which the file resides at the location.

This is not an error with EasyPHP, in fact it indicates that Apache is running. The 404 error is generated by Apache.

The error is telling you that there is no file named "edit.php" at the location you are using.
There is either no file with that name, or you have stored the file in a different directory, or the address is incorrect.

You probably need to add the port number to the url, as above.
Sorry, only registered users may post in this forum.

Click here to login