DroidHost Well-known member Jun 4, 2011 #1 when ever I try to Create new template I have this err : The server did not respond in time. Please try again. V:102 Localhost ... my Computer
when ever I try to Create new template I have this err : The server did not respond in time. Please try again. V:102 Localhost ... my Computer
P Paul B XenForo moderator Staff member Jun 4, 2011 #2 Which software are you using for your localhost? You may need to tweak the settings.
DroidHost Well-known member Jun 4, 2011 #3 Brogan said: Which software are you using for your localhost? You may need to tweak the settings. Click to expand... rightnow I had this situation in Xampp and Wampserver .... also this msg : Fatal error: Maximum execution time of 30 seconds exceeded in C:\xampp\htdocs\xen\library\XenForo\Template\Compiler\Parser.php on line 574 Click to expand...
Brogan said: Which software are you using for your localhost? You may need to tweak the settings. Click to expand... rightnow I had this situation in Xampp and Wampserver .... also this msg : Fatal error: Maximum execution time of 30 seconds exceeded in C:\xampp\htdocs\xen\library\XenForo\Template\Compiler\Parser.php on line 574 Click to expand...
P Paul B XenForo moderator Staff member Jun 4, 2011 #4 I use Xampp and have never had those issues. Do you have a lot of styles installed?
DroidHost Well-known member Jun 4, 2011 #5 Brogan said: I use Xampp and have never had those issues. Do you have a lot of styles installed? Click to expand... no new XenForo installation ... ! I have it in the wamp so I have to test it in other app to confirm the problem !! I increase the execution time but .... nothing
Brogan said: I use Xampp and have never had those issues. Do you have a lot of styles installed? Click to expand... no new XenForo installation ... ! I have it in the wamp so I have to test it in other app to confirm the problem !! I increase the execution time but .... nothing
DroidHost Well-known member Jun 4, 2011 #6 I Found the problem :: The template was : PHP: <xen: if is="{$myname} == 1"><a herf="www.google.com">Google</a></if> And there were alot of xen template syntax err ... After Make them right : PHP: <xen:if is="{$myname} == 1"><a herf="www.google.com">Google</a></xen:if> the msg should give a correct hint ? right ?
I Found the problem :: The template was : PHP: <xen: if is="{$myname} == 1"><a herf="www.google.com">Google</a></if> And there were alot of xen template syntax err ... After Make them right : PHP: <xen:if is="{$myname} == 1"><a herf="www.google.com">Google</a></xen:if> the msg should give a correct hint ? right ?
R ragtek Guest Jun 4, 2011 #7 Hm, i can confirm this! Instead of getting a error message, it's running 2 minutes(my timeout time) and then i'm getting the timeout It's because of <xen :if
Hm, i can confirm this! Instead of getting a error message, it's running 2 minutes(my timeout time) and then i'm getting the timeout It's because of <xen :if
P Paul B XenForo moderator Staff member Jun 4, 2011 #8 Which template is that syntax error in? I've created a few new templates on my localhost in 1.0.2 and haven't encountered the problem. Your href is also incorrect, it's currently herf.
Which template is that syntax error in? I've created a few new templates on my localhost in 1.0.2 and haven't encountered the problem. Your href is also incorrect, it's currently herf.
R ragtek Guest Jun 4, 2011 #9 brogan, try to create a template with <xen: if is="{$myname} == 1"><a herf="www.google.com">Google</a></if> edit: grrrrrrr, i hate the editor
brogan, try to create a template with <xen: if is="{$myname} == 1"><a herf="www.google.com">Google</a></if> edit: grrrrrrr, i hate the editor
DroidHost Well-known member Jun 4, 2011 #11 Brogan said: Which template is that syntax error in? I've created a few new templates on my localhost in 1.0.2 and haven't encountered the problem. Your href is also incorrect, it's currently herf. Click to expand... dont look at the HTML err, sorry about that .... look to the xen template syntax
Brogan said: Which template is that syntax error in? I've created a few new templates on my localhost in 1.0.2 and haven't encountered the problem. Your href is also incorrect, it's currently herf. Click to expand... dont look at the HTML err, sorry about that .... look to the xen template syntax
Mike XenForo developer Staff member Jun 4, 2011 #12 Relatively minor issue, but I'll move this to bugs. Not sure if we can easily prevent it though.
Mike XenForo developer Staff member Jun 9, 2011 #13 Looks like this was a bug in the parser generator. Rebuilding with the latest version seems to have sorted it. It only happened when there was an error before doParse() was every called on the parser.
Looks like this was a bug in the parser generator. Rebuilding with the latest version seems to have sorted it. It only happened when there was an error before doParse() was every called on the parser.