Click here to Skip to main content
15,891,749 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
what software fix all website errors automatically?

I have run into lots of web scripts that have errors, I would like to know if there is a software that fixes errors automatcally, or tell you how to exactly fix the error?

I want to fix php errors, ajax errors, javascript errors, visual basic errors, etc..

I have a exe software that products ebooks, I think there running vb app for this software, I have the source codes too.

when I open this software up it give a an error

run time 5 error


when I open one of the source code files, it says it has 102 errors found when I insert it into visual basic 2008 assuming its a vb app? I see the display of the source code fine so it must be a vb app.

it has 102 declaration errors? why did they do this to the script? how do I know what to declar?


also this website says the software will not work until I setup and install the website, then it should work? does that make sense? the install does not go all the way through to the end, but database, connect to database, sql files inserted, and admin setup is complete.

I see all the tables in phpmyadmin, the script is connecting to website, and admin is setup too, but admin cant login, users cant login or register, and also cant recieve emails?

is this just a fff.. up script??? lol


can you show me where I can get another website like this if it cant be fixed?

I want to setup a website like

www.bookguardpro.com

www.clicklocker.com


if you have a website like this, or know of one for sale let me know please
Posted

Each language has several options. But I don't think you could fine one solution. Here is a list of tools and IDEs I'm using most of the time.

.Net (C#/VB) - Visual Studio
JS/AJAX - Firebug, IE Developer Toolbar (with debug enable in IE), Chrome has it's own tools
PHP - phped ,Phpdesigner, eclipse, Xdebug, activating PHP error messages (error_reporting = E_ALL & ~E_NOTICE)

I don't think really you can find a single solution for your requirement. So the best option is to utilize those tools and IDEs and use them effectively.
 
Share this answer
 
cry1978 wrote:
what software fix all website errors automatically?

None that I know of. It there was, many programmers will probably lose their job.
cry1978 wrote:
or tell you how to exactly fix the error?

As I said, no software that does such exist, or at least, none that I know of. The error messages doesn't tell you exactly how to fix it but they give you a hint on what the issue is.
Developer's job is to understand what the error messages are to be able to produce a fix. Again, if such software exist, no one will need developers to create/maintain their applications.
 
Share this answer
 
Comments
CodingLover 2-May-11 3:16am    
and I think that's the missing part, specially with newbies. most of the time they are not trying to understand what the error message is. lazy to refer relevant documentation and all.
your right thanks, I'm sure they use snippets to get scripts working.

what about those scripts you get that has errors? I find lots of php scripts off ebay for cheap, but they suck, like myspace clones, ebay, youtube ones.

but I have found a few working scripts but not many


do you have a script like

http://www.clicklocker.com[^]


or know how they put a peace of code on a site for online activation and that code some how goes into this software, and knows what the product key is?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900