Hi
Thank you for your reply.
I did as you suggested and used firebug while on the site, when on the profile page I click "change avatar and the following appears:
POST
http://mywebsite.com/...08807366248220205200 OK199ms
There doesn´t appear to be any error when I click. It just continuously loads.
On the website I notice the following quite often:
POST
http://mywebsite.com/base/ping/index/200 OK189msPOST
http://mywebsite.com/base/ping/index/200 OK194msPOST
http://mywebsite.com/base/ping/index/500 Internal Server Error362msPOST
http://mywebsite.com/base/ping/index/200 OK491msPOST
http://mywebsite.com/base/ping/index/200 OK185ms
POST
http://mywebsite.com/base/ping/index/500 Internal Server Error62msHeadersPostResponseHTMLResponseHeadersDateFri, 30 Jan 2015 15:05:25 GMTContent-EncodinggzipServerATS/4.2.2Age0VaryAccept-EncodingContent-Typetext/htmlCache-Controlmax-age=0Connectionkeep-aliveContent-Length20ExpiresFri, 30 Jan 2015 15:05:25 GMTRequestHeadersContent-Typeapplication/x-www-form-urlencoded; charset=UTF-8Acceptapplication/json, text/javascript, */*; q=0.01X-Requested-WithXMLHttpRequest
Either way, I looked at the mod_security possibility.
At the server this message is displayed which i would assume is OK for what I am trying to do:
Mod_rewrite & .htaccess
Enabled
Just in case though, I found that adding the following code to the .htaccess file would quite possibly turn it off if it was "on", as long as the server didn't have an override.
<IfModulemod_security.c>SecFilterEngine Off SecFilterScanPOST Off </IfModule>
This did not make a difference.
I have then tried more times at changing the avatar and sometimes it shows up red.
POST
http://mywebsite.com/....6726929782889783500 Internal Server Error64msParamsHeadersPostResponseHTMLcmpClassBASE_CMP_AvatarChanger0.6726929782889783
I get the feeling it may be some kind of timing out problem, could it be that?
Again, thanks for any help in advance
Dan