Latest Mac Update does not work


Author Message
Mark Henman

Posted: 8/6/2012
Quote message 

I had the same problem. For me, I changed line 43 of the generated template.php file from:

return 'dir="'..'"';


to

return 'dir="'..'"';


and it worked fine.
 
Heather

Posted: 10/9/2012
Quote message 

I just used Mark's suggestion and it worked. Line 43 changed and now my custom theme is up and working. Thank you so much! Mac 3.1.05575
 
Leon

Posted: 1/13/2014
Quote message 

Quote Mark Henman:

Sorry, post above had a typo:

I had the same problem. For me, I changed line 43 of the generated template.php file from:

return 'dir="'..'"';


to

return 'dir=".."';


and it worked fine.




Thanks, I am using Artisteer for Mac 3.1.0557, and had the same problem. It is fixed now.