Parse Error in template.php


Author Message
Daniel

Posted: 7/30/2012
Quote message 

I am also getting this same error after updating artisteer! Please fix this! Its annoying having to go in and change the code on each template!
 
J Valentin

Posted: 8/16/2012
Quote message 

Same issue here. It was set to this:
return 'dir="'..'"';


It should have been set to this:
return 'dir="'..'"';


Note that the extra single quotes around the double dots are now removed.

This may be a simple, honest mistake any coder could have made, but it's just poor QA practice to let it slip by without proper testing. Just load up a template created with this bug and you'll find the issue.

 
Bob M

Posted: 8/21/2012
Quote message 

This last post used the same string both times. I just fixed it today and the correct fix is

return 'dir=".."';

 
wayver

Posted: 9/12/2012
Quote message 

Quote Daniel:

The fix for this is in template.php line 43 change it to:

return 'dir=".."';

Aristeer must fix this asap!


Just add ltr
it should look like this return 'dir="'.ltr.'"';
 
Hugo

Posted: 9/27/2012
Quote message 

Quote Hugo:

Same problem here.
When we will have a solution for this issue??


Problem Solved, i made te download of the new release Artisteer.3.1.0.56360

This is not the same version that appears in the download link that points to the CNET's Download.com
You can only get there through the http://www.artisteer.com/?p=license_info loockup
 
Sammy

Posted: 8/3/2013
Quote message 

Does anyone even bothers to read this posts I dont see anyone helping or providing solutions here....