NetBeans Forums
| View previous topic :: View next topic |
| Author |
Message |
rocky67
Joined: 05 Nov 2009 Posts: 1
|
Posted: Thu Nov 05, 2009 3:07 pm Post subject: php error |
|
|
| PHP does its best to report the first problem it encounters when interpreting your PHP script. The only problem with this is that it won't recognize your mistake until something unexpected happens (more on this later in the article). Because of this, the interpreter reports mistakes on lines that have seemingly perfect syntax, or lines that may not even exist! |
|
| Back to top |
|
 |
niaz01
Joined: 16 Dec 2009 Posts: 1
|
Posted: Wed Dec 16, 2009 3:38 pm Post subject: php error |
|
|
no idea why this comes when i try to login to the backend of this site: http://www.nomadictradingcompany.com
the error code below can be found here: http://www.nomadictradingcompany.com/ndxz-studio/
here is the error code:
Warning: main(ndxz-studio/defaults.php): failed to open stream: No such file or directory in /home/virtual/site357/fst/var/www/html/nomadictradingcompany.com/ndxz-studio/index.php on line 9
Fatal error: main(): Failed opening required 'ndxz-studio/defaults.php' (include_path='.:/php/includes:/usr/share/php:/usr/share/pear') in /home/virtual/site357/fst/var/www/html/nomadictradingcompany.com/ndxz-studio/index.php on line 9
please help!!! thanks a lot |
|
| Back to top |
|
 |
rojandragon24
Joined: 01 Jun 2010 Posts: 9
|
Posted: Sat Jun 05, 2010 9:06 am Post subject: |
|
|
When creating scripts and web applications, error handling is an important part. If your code lacks error checking code, your program may look very unprofessional and you may be open to security risks.
This tutorial contains some of the most common error checking methods in PHP.
We will show different error handling methods:
* Simple "die()" statements
* Custom errors and error triggers
* Error reporting |
|
| Back to top |
|
 |
robertcohang
Joined: 29 May 2011 Posts: 3
|
Posted: Sun May 29, 2011 3:48 am Post subject: |
|
|
Cool story bro? I don't get it?  |
|
| Back to top |
|
 |
inspirations
Joined: 09 Aug 2011 Posts: 3
|
Posted: Wed Aug 10, 2011 7:53 pm Post subject: hi |
|
|
| even i didn't understand it............. can u explain it in simple words? |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|