Quote:
Originally Posted by Tazz_1962
Fatal error: Cannot use string offset as an array in /home/knightso/public_html/includes/cron/cron.gwowroster.guildinfo.php on line 62
I'm having this same issue, has anyone figured it out.
Thx in advance
edit: I've figured out that if I put a known single or multiple word guild name in, it works fine. Our guild name unfortunately contains non standard letters in it, that must be the problem.
|
Not sure if this will help anyone else out, but thought I would close the loop on my issue. I am by no means good at any of this so take it with a grain of salt. It is more through persistence that I accomplish anything. Any way our guild name F?de to Bl?ck was causing the issue. I had that figured out by trial and error as seen in the post above.
I figured the non standard characters were not being converted correctly in the transfer. When viewing the content of address bar, when on our guild page in the armory it had F%C3%A5de+to+Bl%C3%A5ck as the name. In my mind I needed to find the code the when translated would look for this string in the armory to find our guild.
After many trial and error attempts to get it right, I typed F?de to Bl?ck into my text editor UltraEdit and then used the conversion tool ?UNICODE/ASCII/UTF-8 to UTF-8 (ASCII EDITING)? this converted F?de to Bl?ck to Fåde to Blåck. I copied this into the gWoWRoster setup page where you input your guild name.

it all works now.
Maybe someone that actually understands what I did, might be able to use the info to help those with the same problem.
Thanks
Tazz