Web host updated now I have problems

My website host updated from CF5 to CF9 and from I think MySQL 4 to 5 and now when I run my job application form I get this error while trying to execute it. anyone know how to fix this?
Error Executing Database Query.
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'leave, supervisor, description) VALUES('ddMar-19-2013', '', '', '', '', '', '' at line 1

<cfoutput><cfset jobappid = '#appfirstname##form.applastname##DateFormat(Now(), "mmm-dd-yyyy")#'>
#jobappid#<br>
<cfset appdate= '#DateFormat(Now(), "yyyy-mmm-dd")#'>
</cfoutput>
<cfquery username='#username#' password='#password#'  datasource='#datasource#'>
INSERT INTO jobapp(jobappid, appdate, applastname, appfirstname, appmiddlename, appphone, appstreet, appcity, appstate, appzip, fulltime, eighteen, appposition, previous, previousdate, available, experiences, crime, hsaddres, hssubjects, hsyears, hsgrad, hsdiploma, collegeaddres, collegesubjects, collegeyears, collegegrad, collegediploma, techaddres, techsubjects, techyears, techgrad , techdiploma, q1, q2, q3)
VALUES('#jobappid#', '#appdate#', '#form.applastname#', '#form.appfirstname#', '#form.appmiddlename#', '#form.appphone#', '#form.appstreet#', '#form.appcity#', '#form.appstate#', '#form.appzip#', '#form.fulltime#', '#form.eighteen#', '#form.appposition#', '#form.previous#', '#form.previousdate#', '#form.available#', '#form.experiences#', '#form.crime#', '#form.hsaddres#', '#form.hssubjects#', '#form.hsyears#', '#form.hsgrad#', '#form.hsdiploma#', '#form.collegeaddres#', '#form.collegesubjects#', '#form.collegeyears#', '#form.collegegrad#', '#form.collegediploma#', '#form.techaddres#', '#form.techsubjects#', '#form.techyears#', '#form.techgrad #', '#form.techdiploma#', '#form.q1#', '#form.q2#', '#form.q3#')
</CFQUERY>
<cfquery username='#username#' password='#password#'  datasource='#datasource#'>
INSERT INTO jobappemp(jobappid, company, busphone, empfromdate, emptodate, startwage, endwage, leave11, supervisor11, description11)
VALUES('#jobappid#', '#form.company1#', '#form.busphone1#', '#form.empfromdate1#', '#form.emptodate1#', '#form.startwage1#', '#form.endwage1#', '#form.leave1#', '#form.supervisor1#', '#form.description1#')
</CFQUERY>
<cfif not #form.company2# is "">
<cfquery username='#username#' password='#password#'  datasource='#datasource#'>
INSERT INTO jobappemp(jobappid, company, busphone, empfromdate, emptodate, startwage, endwage, leave11, supervisor11, description11)
VALUES('#jobappid#', '#form.company2#', '#form.busphone2#', '#form.empfromdate2#', '#form.emptodate2#', '#form.startwage2#', '#form.endwage2#', '#form.leave2#', '#form.supervisor2#', '#form.description2#')
</CFQUERY>
</cfif>
<cfif not #form.company3# is "">
<cfquery username='#username#' password='#password#'  datasource='#datasource#'>
INSERT INTO jobappemp(jobappid, company, busphone, empfromdate, emptodate, startwage, endwage, leave11, supervisor11, description11)
VALUES('#jobappid#', '#form.company3#', '#form.busphone3#', '#form.empfromdate3#', '#form.emptodate3#', '#form.startwage3#', '#form.endwage3#', '#form.leave3#', '#form.supervisor3#', '#form.description3#')
</CFQUERY>
</cfif>
<cfif not #form.company4# is "">
<cfquery username='#username#' password='#password#'  datasource='#datasource#'>
INSERT INTO jobappemp(jobappid, company, busphone, empfromdate, emptodate, startwage, endwage, leave11, supervisor11, description11)
VALUES('#jobappid#', '#form.company4#', '#form.busphone4#', '#form.empfromdate4#', '#form.emptodate4#', '#form.startwage4#', '#form.endwage4#', '#form.leave4#', '#form.supervisor4#', '#form.description4#')
</CFQUERY>
</cfif>
<cfif not #form.company5# is "">
<cfquery username='#username#' password='#password#'  datasource='#datasource#'>
INSERT INTO jobappemp(jobappid, company, busphone, empfromdate, emptodate, startwage, endwage, leave11, supervisor11, description11)
VALUES('#jobappid#', '#form.company5#', '#form.busphone5#', '#form.empfromdate5#', '#form.emptodate5#', '#form.startwage5#', '#form.endwage5#', '#form.leave5#', '#form.supervisor5#', '#form.description5#')
</CFQUERY>
</cfif>
<cfquery username='#username#' password='#password#'  datasource='#datasource#'>
INSERT INTO jobappref(jobappid, ref, refaddress, refphone)
VALUES('#jobappid#', '#form.ref1#', '#form.refaddress1#', '#form.refphone1#')
</CFQUERY>
<cfquery username='#username#' password='#password#'  datasource='#datasource#'>
INSERT INTO jobappref(jobappid, ref, refaddress, refphone)
VALUES('#jobappid#', '#form.ref2#', '#form.refaddress2#', '#form.refphone2#')
</CFQUERY>
<cfquery username='#username#' password='#password#'  datasource='#datasource#'>
INSERT INTO jobappref(jobappid, ref, refaddress, refphone)
VALUES('#jobappid#', '#form.ref3#', '#form.refaddress3#', '#form.refphone3#')
</CFQUERY>
<cfmail to="[email protected]"  from="[email protected]" subject="-----.com Job Application" type="HTML">
    <font face="Verdana,Geneva,Arial,Helvetica,sans-serif" size="-1"><strong> #appfirstname# #applastname# </strong> has applied for a position:<br>
     <br>
     <b>Date Applied: </b>#appdate#<br>
     Go to the admin section to review this application.
     </cfmail>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css">
<title>Imperial Industries Incorporated Job Application Submitted</title>
</head>
<body>
<div align="center"><img src="images/Imperial_logo.gif" alt="" width="135" height="89" border="0"><p><br><br><br>
<h2>Your Application has been Processed Completely.</h2><br><br>
<form>
<input style="background-color: 069;
border-color: ccc;
font-family : verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 10px;
color: #fff;" type=button value="Close This Window" onClick="javascript:window.close();">
</form></div>
</html>
</body>

Similar Messages

  • I did not update in time, now I have problems and I cannot seem to update ical.

    I did not update in time, now I have problems and I cannot seem to update ical. Can someone help guide me?

    Apple said to update ical. I guess I waited too long because my calendars and all my events disappeared. I tried syncing with my iPhone and it deleted my calendars off my iPhone. Double clicking on a calendar invite does not work either, it won't open or populate my ical. I requested an update through Mobileme to get ical working again and nothing..... It does not appear to want to update or start working again. Is this an issue with Apple ical in general?

  • Hi, I have a macbook air os x 10.9.5 and I have problems with the app store. It doesn't open anyway. so, how can I install it again or update. I have problems with preview too, the same, doesn't open the application

    Hi, I have a macbook air os x 10.9.5 and I have problems with the app store. It doesn't open anyway. so, how can I install it again or update. I have problems with preview too, the same, doesn't open the application

    Reinstalling OS X Without Erasing the Drive
    Boot to the Recovery HD: Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Reinstalling OS X Without Erasing the Drive
    Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the main menu. Repair the Hard Drive and Permissions as follows.
    When the recovery menu appears select Disk Utility and press the Continue button. After Disk Utility loads select the Macintosh HD entry from the the left side list.  Click on the First Aid tab, then click on the Repair Disk button. If Disk Utility reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit Disk Utility and return to the main menu.
    Reinstall OS X: Select Reinstall OS X and click on the Continue button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.
    Alternatively, see:
    Reinstall OS X Without Erasing the Drive
    Choose the version you have installed now:
    OS X Yosemite- Reinstall OS X
    OS X Mavericks- Reinstall OS X
    OS X Mountain Lion- Reinstall OS X
    OS X Lion- Reinstall Mac OS X
         Note: You will need an active Internet connection. I suggest using Ethernet
                     if possible because it is three times faster than wireless.

  • TS1702 I changed my ID, now i have problem to up date the apps I purchased with old ID. What soul i do?

    I changed my ID, now i have problem to up date the apps I purchased with old ID. What shoul i do?

    Depends on what you mean by "changed", if edited your account on appleid.apple.com to use a different email then just ignore that fact it shows the old email and use your current password.
    If you created a new appleid then those old apps will always stay associated with the old id, in that case you can only update them with the old password or uninstall them and then redownload them and they will be linked to your current id
    cheers

  • TS3694 my iphone crashed during update now i have to restore but dont have my latest photos backed up ? i have a picture of itunes with the usb on my screen and cant go any further? is there a way to get it back without the update?

    my iphone crashed during update now i have to restore but dont have my latest photos backed up ? i have a picture of itunes with the usb on my screen and cant go any further? is there a way to get it back without the update?

    http://manuals.info.apple.com/en_US/iphone_user_guide.pdf
    worth looking at for the future to understand backing up etc

  • Hallo guys, I have macbook pro buy march this years, now i have problem whit desktop sometime i recive green screen did some have idee what can be problem

    Hallo guys, I have macbook pro buy march this years, now i have problem whit desktop sometime i recive green screen did some have idee what can be problem

    You are still under warranty.  Call Apple Care.   
    #1 - You have 14 days from the date of purchase to return your computer with no questions asked. 
    #2 - You have 90 days of FREE phone tech support. 
    #3 - You have the standard one year Apple warranty. 
    #4 - If you've purchased an AppleCare Protection Plan, your warranty last for 3 years.   You can obtain AppleCare anytime up to the first year of the purchase of your computer.    
    Take FULL advantage of your warranty.  Posting on a message board should be done as a last resort and if you are out of warranty or Apple Care has expired.

  • Since updating Firefox I have problems with playing Zynga games

    since updating Firefox I have problems with the Zynga games I am playing. The functions often stop working so I have to reboot the game. Also there are often a lot of items missing on my screen so I can't play at all

    I have this problem, as well, since the upgrade to 4.0.1. After the upgrade, I found several 'Recovered Files' in my Trash. On taking a look, they all had to do with the Crowdstar app. Happy Aquarium, I believe, but there are several folders of them. Some of them could have to do with Zynga's FarmVille.
    However, after repeated problems, I installed Chrome 10. to see if the Facebook apps. would work. They did, without problems. That tells me the folders in Trash shouldn't have anything to do with whether they operate or not but it has something to do with something Firefox has done, or not done, with this upgrade. Frankly, I'm baffled and more than a little annoyed. :/
    However, thinking back to the upgrade, it happened suddenly while I was on the phone with AppleCare on another matter. It was they who suggested I needed to upgrade my browser and I did it immediately, on-the-spot. It wasn't what you would call a 'clean install' because I was on the phone but also online with AppleCare. The process went so fast, I remember there were things about the installation that didn't quite seem right and I do remember that the earlier version of Firefox was not removed prior to the upgrade. Is there any chance something could be out-of whack because of this? If so, I need to know how to save my passwords, bookmarks, profile, and any other critical info that would need to be transferred.

  • Just upgraded from a 3gs to a 4s. Now I have problems getting on the internet with the 4s.

    Just upgraded from a 3gs to a 4s and now have problems getting on the internet.

    If your backup is encrypted and you don't know the password anymore, you'll have to start from the beginning and set up the phone without the backup. An encrypted backup can't be used anymore without the correct password.

  • A RCP Application using javafx deployed by java web start,in jre8u25 run have problem.

    a RCP Application using javafx deployed by java web start,in jre8u20 can use jre7run the applicat,but in jre8u25 use jre7run application have problem.
    in jre8u20 use jre7 run the application can run success.
    but in jre8u20 the control print:
    java.lang.UnsupportedClassVersionError: com/sun/javafx/runtime/VersionInfo : Unsupported major.minor version 52.0
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.access$100(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at com.sun.deploy.config.JfxRuntime.runtimeForPath(Unknown Source)
    at com.sun.deploy.config.JREInfo.<init>(Unknown Source)
    at com.sun.deploy.config.JREInfo.setInstalledJREList(Unknown Source)
    at com.sun.deploy.config.ClientConfig.storeInstalledJREs(Unknown Source)
    at com.sun.javaws.Main.launchApp(Unknown Source)
    at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
    at com.sun.javaws.Main.access$000(Unknown Source)
    at com.sun.javaws.Main$1.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    the reason (i think) is that the application will use javafx's com.sum.javafx.runtime.VersionInfo,i use e(fx)clipse load the javafx runtime.in jre8u20,the web start use jre7's class.in jre8u25,the web start use jre8's class.
    so i use jre7 run the application get this result.
    how could i solve this problem?

    Hi,
    I have created client stubs for a webservice using axis wsdl2java tool. When I try calling these stubbed methods from JUnit tests, they are working fine but when I try to execute the jar (it is a swing) I get the following exception:
    Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/rpc/Service
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.access$100(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    at com.Gudds.SeCURE.MainUI.<init>(MainUI.java:76)
    at com.Gudds.SeCURE.Main.Start(Main.java:62)
    at org.owasp.webscarab.WebScarab.main(WebScarab.java:34)
    I have put the jaxrpc.jar in the classpath and I suppose this jar has the java.xml.rpc.service class but I donot understand why it fails while executing the jar but works fine from the eclipse IDe. Plase help me.
    Regrdas,
    Kundan

  • Fake Adobe update, now I have a virus

    Menu popped up to update Adobe player. Not paying attention I clicked on it, now I have a virus that sometimes interfere with all kinds of actions.

    You may have installed one or more of the common types of ad-injection malware. Follow the instructions on this Apple Support page to remove it. It's been reported that some variants of the "VSearch" malware block access to the page. If that happens, start in safe mode by holding down the shift key at the startup chime, then try again.
    Back up all data before making any changes.
    One of the steps in the article is to remove malicious Safari extensions. Do the equivalent in the Chrome and Firefox browsers, if you use either of those. If Safari crashes on launch, skip that step and come back to it after you've done everything else.
    If you don't find any of the files or extensions listed, or if removing them doesn't stop the ad injection, ask for further instructions.
    Make sure you don't repeat the mistake that led you to install the malware. It may have come from an Internet cesspit such as "Softonic" or "CNET Download." Never visit either of those sites again. You might also have downloaded it from an ad in a page on some other site. The ad would probably have included a large green button labeled "Download" or "Download Now" in white letters. The button is designed to confuse people who intend to download something else on the same page. If you ever download a file that isn't obviously what you expected, delete it immediately.
    Malware is also found on websites that traffic in pirated content such as video. If you, or anyone else who uses the computer, visit such sites and follow prompts to install software, you can expect more of the same, and worse, to follow. Never install any software that you downloaded from a bittorrent, or that was downloaded by someone else from an unknown source.
    In the Security & Privacy pane of System Preferences, select the General tab. The radio button marked Anywhere  should not be selected. If it is, click the lock icon to unlock the settings, then select one of the other buttons. After that, don't ignore a warning that you are about to run or install an application from an unknown developer.
    Still in System Preferences, open the App Store or Software Update pane and check the box marked
              Install system data files and security updates (OS X 10.10 or later)
    or
              Download updates automatically (OS X 10.9 or earlier)
    if it's not already checked.

  • Holla, I need some help with the mess I have created on my Mac.I deleted Mackeeper...now I have problems everywhere :/

    So the story goes, I for some reason thought it'd be smart to delete mackeeper, I guess not. Since I have done this, I now get survey pop ups, slow slow navigation of my mac and some of my itunes files have entirely vanished.... I put Mackeeper in the trash and deleted it along with the few things in there... before this started happening... I now apparently have to pay to have Mackeeper again? I thought Mac was great in the no virus department or am I an undercover genius and figured out how to properly mess up my Mac to the point that virus's have taken over? I also noticed I had a file convertor where I was able to watch my avi files through has disappeare, entirely no trace of the program.. Is this something I may be able to do or is the shop best off having it?

    Maybe the uninstalling wasn't done correctly. Did you follow these instructions?
    http://applehelpwriter.com/2011/09/21/how-to-uninstall-mackeeper-malware/
    If you didn't, you may need to re-install the dreaded MacKeeper and then uninstall it again following the above.

  • Installed update and now i have problems...help!!!

    Ok so I accepted the last update sent by apple..updating itunes and quicktime and lord knows what else. Ever since my macbook shuts down to the screen that says "hold down power button for a few seconds to shutdown" with a bunch of other languages saying the same (i guess our version of blue screen. I attempted to call apple but in their new tradition its all about the dollar. So I dont have the resources to correct an update from causing havoc on my macbook. I have no idea whats wrong as I have not installed anything else since. Just now my macbook went to that screen seven times in less than 5 minutes and the kid on the other end of the phone was like "fee"..So i'm reaching out to you in hopes that someone can assist me in finding and fixing whatever is wrong. Perhaps someone else is having the same problem. I dont have a mac store near me either.

    That's a kernel panic. Start with http://www.thexlab.com/faqs/kernelpanics.html for details on how to fix it.
    Assuming you don't have a bootable backup/clone, I recommend that you get a bootable, external HD, and make a bootable backup/clone before updating. That allows you to revert to the previous good state without having to reinstall everything. Then, peruse these
    http://docs.info.apple.com/article.html?artnum=106941
    http://www.macmaps.com/upgradefaq.html
    http://www.macmaps.com/backup.html
    http://www.thexlab.com/faqs/installswupdates.html
    http://www.thexlab.com/faqs/backuprecovery.html

  • I updated to Mountain Lion and now I have problems

    After I updated to Mountain Lion my iphoto, imovie, numbers, pages,keynote will not open it has an error that says, You can’t open the application “Pages.app” because it is not supported on this type of Mac.What do I do now?

    I've read that if you update to Mountain Lion 10.8.2 this behavior has been "fixed."
    Most users blame the implementation of Save As… as not working as it has in the past. I believe the issue is that autosave will save all changes but you can revert the original document to a previous version. Click the small triangle next to the document name in the title bar & choose browse all versions.

  • I updated my ipad3 to ios7 now i have problem with the sound what should i do

    please i need help

    Restart your iPad. Hold down the sleep and home keys until you see the silver apple. Once it reboots see if your sound is better

  • My iPhone 4 was disconnected during ios 5 update - now i have error -50 showing and cannot get phone back on. Help!

    during IOS5 update my phone was disconnected from itunes. i reconnected it and continued the update by clicking 'continue restore'. Itunes is now saying the the phone is updated to version 5 and appears to have fully synced. however, when i turned the phone back on i have the set-up screen and when i select to restore the phone through itunes i get a message with options to 'continue restore' or 'delete backup'. when i select 'continue restore' itunes then gives me an 'error -50' message and just syncs the phone but nothing seems to happen - the phone does not do anything. 
    Should i delete the back up and start over, or will that delete all my contacts?
    Any help is much appreciated!

    Everything is Sorted!
    The release of iTunes 11.0.2 and iOS 6.1.2 for my iPhone 4, seems to have sorted everything. I can now sync music, films and photos between my MacBook and my phone.
    I was dubious about blindly doing the updates but decided they couldn't really mess up any further functionality so I went for it and it's sorted now.
    Look in to, and take the gamble, it's up to you.

Maybe you are looking for

  • Songs won't continuous play in playlist on itunes, Please Help!!

    Just recently when I try to play my music on my computer on itunes it won't continuous play in my playlists. Just one song at a time. I cannot figure it out. Can anyone help? Any suggestions?

  • Help needed in installation on a external USB portable HDD

    i have a WD My Passport USB 3.0 500 GB HDD i have successfully installed various os like Ubuntu, pinguy, mint etc. and so far i'm unsuccessfull in installing arc linux i use the net install cd and the installation is smooth only whn i reboot and boot

  • XML-20108: (Fatal Error) Start of root element expected. - jdev 11.1.2.3

    Hello: I created a simple ADF Fusion Web app using HR schema based on Employees table. I am trying to get Contextual Events working and I did the following: Created two taskflows: TaskFlowA and TaskFlowB. TaskFlowA has a form based on employees and T

  • PROBLEM WOTH PRINTING SAPSCRIPT

    Hii avery body ... well i am having a problem that when i am displaying the output with tcode va02 .. the first time i am issuing the output the tel no is not getting diaplayed and when i am 2nd time again issuing the output thn the same is getting p

  • ProductionURL property in siteRepository

    HI What is productionURL property in siterepository.How it is useful? In my application my productionURL is dev.com In host entries i mapped my ip address with this productionURL  in site repository 133.33.33.33  dev.com like this If i change the 133