error

Moderators: Officers, Commanders

Post Reply
beowolf
Posts: 174
Joined: Mon Feb 05, 2007 11:59 pm

error

Post by beowolf »

Element SHADOWKEY is undefined in FORM.


The error occurred in E:\wwwdocs\azergarde.ca\custom\mychars.cfm: line 44

42 : '#form.link2#',
43 : '#form.link3#',
44 : '#form.ShadowKey#',
45 : '#form.ShatteredKey#',
46 : '#form.ArcatrazKey#',


--------------------------------------------------------------------------------

Resources:
Check the ColdFusion documentation to verify that you are using the correct syntax.
Search the Knowledge Base to find a solution to your problem.


Browser Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; .NET CLR 2.0.50727)
Remote Address 24.34.216.13
Referrer http://www.azergarde.ca/custom/mychars.cfm
Date/Time 20-Feb-07 10:42 PM

Stack Trace (click to expand)

error i get when trying to add my character
User avatar
Ulwar
Guild Master
Posts: 2307
Joined: Sat Dec 09, 2006 4:53 pm
Location: Aurora, Ontario
Contact:

Post by Ulwar »

I have fixed this.
I'm a maverick, so my answers may not bear any relationship to your questions.
Please let me know if anything I say offends you. I may wish to offend you again in the future.

Ulwar - Officer of Azergarde
Pig Latin ... the language of bacon.
beowolf
Posts: 174
Joined: Mon Feb 05, 2007 11:59 pm

Post by beowolf »

Element LOWERCITYREP is undefined in FORM.


The error occurred in E:\wwwdocs\azergarde.ca\custom\mychars.cfm: line 52

50 : '#form.HonorRep#',
51 : '#form.CenarionRep#',
52 : '#form.LowerCityRep#',
53 : '#form.ShatarRep#',
54 : '#form.KeepersRep#')


--------------------------------------------------------------------------------

Resources:
Check the ColdFusion documentation to verify that you are using the correct syntax.
Search the Knowledge Base to find a solution to your problem.


Browser Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; .NET CLR 2.0.50727)
Remote Address 24.34.216.13
Referrer http://www.azergarde.ca/custom/mychars.cfm
Date/Time 21-Feb-07 08:53 PM

Sorry it just doesn't like me
User avatar
Ulwar
Guild Master
Posts: 2307
Joined: Sat Dec 09, 2006 4:53 pm
Location: Aurora, Ontario
Contact:

Post by Ulwar »

And that one too :)
I'm a maverick, so my answers may not bear any relationship to your questions.
Please let me know if anything I say offends you. I may wish to offend you again in the future.

Ulwar - Officer of Azergarde
Pig Latin ... the language of bacon.
beowolf
Posts: 174
Joined: Mon Feb 05, 2007 11:59 pm

Post by beowolf »

Error Executing Database Query.
Syntax error or access violation: 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 'ShadowKey, ShatteredKey, ArcatrazKey, KarazhanKey, Tempe' at line 14

The error occurred in E:\wwwdocs\azergarde.ca\custom\mychars.cfm: line 54

52 : '#form.LowerCityRep#',
53 : '#form.ShatarRep#',
54 : '#form.KeepersRep#')
55 : </cfquery>
56 : </cfif>

SQL insert into custom_chars (user_id, char_name, char_type, char_rank, char_level, char_race, char_class, char_prof1, char_prof2, char_link1, char_link2, char_link3 ShadowKey, ShatteredKey, ArcatrazKey, KarazhanKey, TempestKey, SerpentshrineKey, HonorRep, CenarionRep, LowerCityRep, ShatarRep, KeepersRep) values (89, 'Beowolf', 'Main', 9, 70, 3, 11, 22, 14, '', '', '', 'No', 'Yes', 'Yes', 'Yes', 'No', 'No', 'Honored', 'Honored', 'Honored', 'Honored', 'Honored')
DATASOURCE azergardemain
VENDORERRORCODE 1064
SQLSTATE 42000
Resources:

* Check the ColdFusion documentation to verify that you are using the correct syntax.
* Search the Knowledge Base to find a solution to your problem.

Browser Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.2) Gecko/20070219 Firefox/2.0.0.2
Remote Address 24.34.216.13
Referrer http://www.azergarde.ca/custom/mychars.cfm
Date/Time 27-Feb-07 09:57 AM
Stack Trace
at cfmychars2ecfm1134082117.runPage(E:\wwwdocs\azergarde.ca\custom\mychars.cfm:54) at cfmychars2ecfm1134082117.runPage(E:\wwwdocs\azergarde.ca\custom\mychars.cfm:54)

java.sql.SQLException: Syntax error or access violation: 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 'ShadowKey,
ShatteredKey,
ArcatrazKey,
KarazhanKey,
Tempe' at line 14
at org.gjt.mm.mysql.MysqlIO.sendCommand(Unknown Source)
at org.gjt.mm.mysql.MysqlIO.sqlQueryDirect(Unknown Source)
at org.gjt.mm.mysql.MysqlIO.sqlQuery(Unknown Source)
at org.gjt.mm.mysql.Connection.execSQL(Unknown Source)
at org.gjt.mm.mysql.Connection.execSQL(Unknown Source)
at org.gjt.mm.mysql.Statement.execute(Unknown Source)
at org.gjt.mm.mysql.jdbc2.Statement.execute(Unknown Source)
at coldfusion.server.j2ee.sql.JRunStatement.execute(JRunStatement.java:212)
at coldfusion.sql.Executive.executeQuery(Executive.java:753)
at coldfusion.sql.Executive.executeQuery(Executive.java:675)
at coldfusion.sql.Executive.executeQuery(Executive.java:636)
at coldfusion.sql.SqlImpl.execute(SqlImpl.java:236)
at coldfusion.tagext.sql.QueryTag.doEndTag(QueryTag.java:500)
at cfmychars2ecfm1134082117.runPage(E:\wwwdocs\azergarde.ca\custom\mychars.cfm:54)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:349)
at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:225)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:69)
at coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:52)
at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
at coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:115)
at coldfusion.CfmServlet.service(CfmServlet.java:107)
at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257)
at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:541)
at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204)
at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:318)
at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:426)
at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:264)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)


Figured I'd try a new browser - but no it just hates me
Oakshard
Posts: 725
Joined: Wed Dec 13, 2006 2:25 pm

Post by Oakshard »

beowolf wrote:Figured I'd try a new browser - but no it just hates me
It's not the browser, as I use Firefox 2.0.0.2 and everything works just fine. So, you can at least eliminate that.
User avatar
Ulwar
Guild Master
Posts: 2307
Joined: Sat Dec 09, 2006 4:53 pm
Location: Aurora, Ontario
Contact:

Post by Ulwar »

No ... it's just that nobody has added a toon since I made the changes for rep/keys. It now works ... I know this because I just added an alt and then deleted it. So, you're good to go. :)
I'm a maverick, so my answers may not bear any relationship to your questions.
Please let me know if anything I say offends you. I may wish to offend you again in the future.

Ulwar - Officer of Azergarde
Pig Latin ... the language of bacon.
User avatar
aetha
Officer
Posts: 1751
Joined: Sun Dec 10, 2006 12:19 am

Post by aetha »

another error:

Warning: fopen(./cache/birthday_-6.00.dat): failed to open stream: Permission denied in E:\wwwdocs\azergarde.ca\index.php on line 275

Warning: fwrite(): supplied argument is not a valid stream resource in E:\wwwdocs\azergarde.ca\index.php on line 276

Warning: fclose(): supplied argument is not a valid stream resource in E:\wwwdocs\azergarde.ca\index.php on line 277
We sit outside and argue all night long
About a god we've never seen
But never fails to side with me
Oakshard
Posts: 725
Joined: Wed Dec 13, 2006 2:25 pm

Post by Oakshard »

Yeah, I'm getting those, too.
User avatar
Richelle
Commander
Posts: 782
Joined: Wed Feb 28, 2007 11:49 am
Location: Dallas

Post by Richelle »

Getting this right now on the front page of the forums. It doesn't appear in individual threads though:

Warning: fopen(./cache/birthday_-6.00.dat): failed to open stream: Permission denied in E:\wwwdocs\azergarde.ca\index.php on line 275

Warning: fwrite(): supplied argument is not a valid stream resource in E:\wwwdocs\azergarde.ca\index.php on line 276

Warning: fclose(): supplied argument is not a valid stream resource in E:\wwwdocs\azergarde.ca\index.php on line 277

Warning: fopen(./cache/last_visit_0_-6.00.dat): failed to open stream: Permission denied in E:\wwwdocs\azergarde.ca\index.php on line 360

Warning: fwrite(): supplied argument is not a valid stream resource in E:\wwwdocs\azergarde.ca\index.php on line 361

Warning: fclose(): supplied argument is not a valid stream resource in E:\wwwdocs\azergarde.ca\index.php on line 362
User avatar
Ulwar
Guild Master
Posts: 2307
Joined: Sat Dec 09, 2006 4:53 pm
Location: Aurora, Ontario
Contact:

Post by Ulwar »

All those error messages should have gone away now. I had it displaying all errors while I worked out some bugs in some new code (see elsewhere for that).
I'm a maverick, so my answers may not bear any relationship to your questions.
Please let me know if anything I say offends you. I may wish to offend you again in the future.

Ulwar - Officer of Azergarde
Pig Latin ... the language of bacon.
User avatar
Hardrock
Officer
Posts: 1263
Joined: Sat Dec 09, 2006 6:30 pm
Location: Safford, Arizona

Post by Hardrock »

i never have any errors. ulwar loves me.
Hardrock 73 Warrior
Prowess 80 Warlock

"It's not denial. I am just very selective about the reality I accept."
User avatar
Lyese
Posts: 637
Joined: Sat Dec 09, 2006 6:14 pm
Location: Left of Denial

Post by Lyese »

Ulwar you work so hard at this lol. GJ we know we would be lost without you.
When people can't accept kindness gracefully its all over for humanity.

Lyese - 70 Warlock
Mink - 70 Druid
Leyote - 61 Druid (WH)
Post Reply