problem fixed

Well I’m back at work (about a week now) and working on my project. Got some things done on varaction but not as much as I wanted. *shrug* My boss is actually letting me code all day instead of doing all the other million things I have to do so I am actually getting somewhere.

While I was just hanging out on the PHPCommunity channel today coogle came around asking about the IntSmarty project. Told him about my current problem and sent him the translation file that crashed the site. Wouldn’t ya know it – it about 5 minutes he saw where/how the translation file formating was screwed up (there were stray single quote marks and a comma where there should not have been). John reminded me that the single quotes will end the translation string so I had extra strings just hanging around messing up the parsing. So I fix it and what do you know – it works.

John also commented that it seems I found a bug in the PHP. I haven’t a clue how or where so I asked him to report it since he would know more about the actual details involved (I only know that it didn’t work and what I did before hand). I admit it – I am a CIS person not a CS. I don’t care how it works as long as it does. :)

Well I now have a total of 4 pages up and running. 2 are in English and Japanese, 2 in only English. Still have to code the administrative area, backend cron programs- and get a korean translation to try that out on the pages. I almost feel done.