Can't Change Avatar

  • Reply
  • Print
DominicCobb's avatar
Can't Change Avatar

I've tried to change my avatar a few times in the past few hours but it simply won't let me. I've tried with different pictures just to see if that would work (even my original avatar), but it doesn't. 

Here is what it says when I try:

 

The web site you are accessing has experienced an unexpected error.
Please contact the website administrator. 


The following information is meant for the website developer for debugging purposes.
Error Occurred While Processing Request
An exception occurred while trying to read the image.
File E:\Inetpub\originaltrilogy.com\wwwroot\forum\avatars\custom\temp\Screen shot 2013-01-01 at 10.47.53 PM5.png does not exist.
 
The error occurred in E:\Inetpub\originaltrilogy.com\wwwroot\forum\components\ForumImageProcessing.cfc: line 22
Called from E:\Inetpub\originaltrilogy.com\wwwroot\forum\profile-edit.cfm: line 84
Called from E:\Inetpub\originaltrilogy.com\wwwroot\forum\profile-edit.cfm: line 74
Called from E:\Inetpub\originaltrilogy.com\wwwroot\forum\profile-edit.cfm: line 71
Called from E:\Inetpub\originaltrilogy.com\wwwroot\forum\profile-edit.cfm: line 14
Called from E:\Inetpub\originaltrilogy.com\wwwroot\forum\profile-edit.cfm: line 1
20 : 			var xOffset = 0;
21 : 			var yOffset = 0;
22 : 			ImgFileTempRead = ImageRead(arguments.ForumImgFilePath & ForumImgFile.serverfile);
23 : 			ImgFileTempInfo = ImageInfo(ImgFileTempRead);
24 : 			if ( ( ImgFileTempInfo.width gt arguments.ForumImgFileMaxWidth or ImgFileTempInfo.height gt arguments.ForumImgFileMaxHeight ) or ( ( ImgFileTempInfo.width lt arguments.ForumImgFileMaxWidth and ImgFileTempInfo.height lt arguments.ForumImgFileMaxHeight ) and arguments.ForumImgFileResizeUp ) )

Resources:

 

Browser   Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.57.2 (KHTML, like Gecko) Version/5.1.7 Safari/534.57.2
Remote Address   24.60.96.60
Referrer   http://originaltrilogy.com/forum/profile-edit.cfm
Date/Time   02-Jan-13 05:37 AM
Stack Trace
at cfForumImageProcessing2ecfc1878984125$funcFORUMIMAGERESIZE.runFunction(E:\Inetpub\originaltrilogy.com\wwwroot\forum\components\ForumImageProcessing.cfc:22) at cfprofile2dedit2ecfm1945986834._factor5(E:\Inetpub\originaltrilogy.com\wwwroot\forum\profile-edit.cfm:84) at cfprofile2dedit2ecfm1945986834._factor7(E:\Inetpub\originaltrilogy.com\wwwroot\forum\profile-edit.cfm:74) at cfprofile2dedit2ecfm1945986834._factor25(E:\Inetpub\originaltrilogy.com\wwwroot\forum\profile-edit.cfm:71) at cfprofile2dedit2ecfm1945986834._factor29(E:\Inetpub\originaltrilogy.com\wwwroot\forum\profile-edit.cfm:14) at cfprofile2dedit2ecfm1945986834.runPage(E:\Inetpub\originaltrilogy.com\wwwroot\forum\profile-edit.cfm:1) 

coldfusion.image.ImageReader$ImageReadingException: An exception occurred while trying to read the image.
	at coldfusion.image.Image.getFilePath(Image.java:254)
	at coldfusion.image.Image.<init>(Image.java:233)
	at coldfusion.runtime.CFPage.ImageRead(CFPage.java:5910)
	at cfForumImageProcessing2ecfc1878984125$funcFORUMIMAGERESIZE.runFunction(E:\Inetpub\originaltrilogy.com\wwwroot\forum\components\ForumImageProcessing.cfc:22)
	at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418)
	at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47)
	at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:360)
	at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:324)
	at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:59)
	at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277)
	at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:463)
	at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:453)
	at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:320)
	at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2222)
	at coldfusion.tagext.lang.InvokeTag.doEndTag(InvokeTag.java:358)
	at cfprofile2dedit2ecfm1945986834._factor5(E:\Inetpub\originaltrilogy.com\wwwroot\forum\profile-edit.cfm:84)
	at cfprofile2dedit2ecfm1945986834._factor7(E:\Inetpub\originaltrilogy.com\wwwroot\forum\profile-edit.cfm:74)
	at cfprofile2dedit2ecfm1945986834._factor25(E:\Inetpub\originaltrilogy.com\wwwroot\forum\profile-edit.cfm:71)
	at cfprofile2dedit2ecfm1945986834._factor29(E:\Inetpub\originaltrilogy.com\wwwroot\forum\profile-edit.cfm:14)
	at cfprofile2dedit2ecfm1945986834.runPage(E:\Inetpub\originaltrilogy.com\wwwroot\forum\profile-edit.cfm:1)
	at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196)
	at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:370)
	at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
	at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:273)
	at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48)
	at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
	at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
	at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
	at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
	at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
	at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
	at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
	at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
	at coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:126)
	at coldfusion.CfmServlet.service(CfmServlet.java:175)
	at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
	at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
	at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42)
	at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
	at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
	at jrun.servlet.FilterChain.service(FilterChain.java:101)
	at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
	at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
	at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)
	at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
	at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
	at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
	at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
	at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
	at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

 

DominicCobb's avatar
RE: Can't Change Avatar

Well, I tried to change it again yesterday, and it, oddly loaded as my original avatar. I log in now, and it's the picture I actually loaded.

So I don't know what went wrong, why it was like that yesterday, or if someone fixed it. If that's the case, thank you! Because it's working now. So no worries.

Davnes007's avatar
RE: Can't Change Avatar

Whenever I upload a new avatar, the old one shows up when it finishes, but then when I refresh the page, it shows the new one.

Star Wars Episode XXX: Erica Strikes Back

Davnes007 LogoCanadian Flag

If you want Nice....go to France.

DominicCobb's avatar
RE: Can't Change Avatar

I guess that's what I get for never changing my avatar after being here for a year and a half. Thanks for the tip.

Members reading this topic: None