Author |
|
Wins06
Joined: 05 Jan 2011 Posts: 3 Location: Singapore
|
Posted: Wed 05 Jan '11 16:41 Post subject: Object not found |
|
|
Hello,
Can anyone tell me if there's something wrong with the URL that I've typed in "http://localhost/fyp2_coding/fyp2/index.php".
Because I can't seem to run it, it keeps showing "Object not found".
I've checked the spelling and everything is correct, whats weird is, I seem to be able to run it yesterday, I mean before I tried to update or touched anything that is "C:\Program Files\xampp\phpMyAdmin".
Does changing anything in that folder plays a part in what is happening to my situation?
Please help! |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7373 Location: Germany, Next to Hamburg
|
Posted: Thu 06 Jan '11 0:03 Post subject: |
|
|
the folder structure is C:\Program Files\xampp\htdocs\fyp2_coding\fyp2\ ??
What is in C:\Program Files\xampp\apache\logs\error.log about that error? |
|
Back to top |
|
Wins06
Joined: 05 Jan 2011 Posts: 3 Location: Singapore
|
Posted: Thu 06 Jan '11 2:49 Post subject: |
|
|
Yes the structure is correct.
[Tue Jan 04 16:49:43 2011] [crit] (22)Invalid argument: unable to replace stderr with error_log
[Tue Jan 04 16:49:43 2011] [crit] (2)No such file or directory: unable to replace stderr with /dev/null
[Tue Jan 04 16:49:45 2011] [crit] (22)Invalid argument: unable to replace stderr with error_log
[Tue Jan 04 16:49:45 2011] [crit] (2)No such file or directory: unable to replace stderr with /dev/null
[Tue Jan 04 16:49:50 2011] [notice] Apache/2.2.3 (Win32) DAV/2 mod_ssl/2.2.3 OpenSSL/0.9.8d mod_autoindex_color PHP/5.2.0 configured -- resuming normal operations
[Tue Jan 04 16:49:50 2011] [notice] Server built: Sep 30 2006 21 begin_of_the_skype_highlighting 30 2006 21 end_of_the_skype_highlighting begin_of_the_skype_highlighting 30 2006 21 end_of_the_skype_highlighting:24:06
[Tue Jan 04 16:49:50 2011] [notice] Parent: Created child process 2740
[Tue Jan 04 16:49:52 2011] [notice] Child 2740: Child process is running
[Tue Jan 04 16:49:52 2011] [notice] Child 2740: Acquired the start mutex.
[Tue Jan 04 16:49:52 2011] [notice] Child 2740: Starting 250 worker threads.
[Tue Jan 04 16:49:52 2011] [notice] Child 2740: Starting thread to listen on port 443.
[Tue Jan 04 16:49:52 2011] [notice] Child 2740: Starting thread to listen on port 80.
[Tue Jan 04 17:08:10 2011] [error] [client 127.0.0.1] File does not exist: C:/Program Files/xampp/htdocs/Fabitek/index
[Tue Jan 04 18:39:16 2011] [crit] (22)Invalid argument: unable to replace stderr with error_log
[Tue Jan 04 18:39:16 2011] [crit] (2)No such file or directory: unable to replace stderr with /dev/null
[Tue Jan 04 18:39:17 2011] [crit] (22)Invalid argument: unable to replace stderr with error_log
[Tue Jan 04 18:39:17 2011] [crit] (2)No such file or directory: unable to replace stderr with /dev/null
[Tue Jan 04 18:39:17 2011] [notice] Apache/2.2.3 (Win32) DAV/2 mod_ssl/2.2.3 OpenSSL/0.9.8d mod_autoindex_color PHP/5.2.0 configured -- resuming normal operations
[Tue Jan 04 18:39:17 2011] [notice] Server built: Sep 30 2006 21:24:06
[Tue Jan 04 18:39:17 2011] [notice] Parent: Created child process 328
[Tue Jan 04 18:39:20 2011] [notice] Child 328: Child process is running
[Tue Jan 04 18:39:20 2011] [notice] Child 328: Acquired the start mutex.
[Tue Jan 04 18:39:20 2011] [notice] Child 328: Starting 250 worker threads.
[Tue Jan 04 18:39:20 2011] [notice] Child 328: Starting thread to listen on port 443.
[Tue Jan 04 18:39:20 2011] [notice] Child 328: Starting thread to listen on port 80.
I managed to get index.php from Fabitek running but then again it was before I reinstall XAMPP and before I touch anything from phpMyAdmin folder. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7373 Location: Germany, Next to Hamburg
|
Posted: Thu 06 Jan '11 10:56 Post subject: |
|
|
There is an issue with your error log. it point to /dev/null with doesn't exist on Windows. If you want to disable that like the /dev/null than you can to use C:\nul. it is not recommend to disable that log. You better corecct that path in your config file. |
|
Back to top |
|
Wins06
Joined: 05 Jan 2011 Posts: 3 Location: Singapore
|
Posted: Thu 06 Jan '11 11:46 Post subject: |
|
|
I got my teacher to help me out, It's finally working. YAY!! Thank you for helping. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7373 Location: Germany, Next to Hamburg
|
Posted: Thu 06 Jan '11 18:46 Post subject: |
|
|
What was the issue? |
|
Back to top |
|