Re: [Cppcms-users] Applications Hierarchy: booster::regex:unmatched parentheses, at offset 4
Brought to you by:
artyom-beilis
From: Vinicius P. <ds...@ha...> - 2012-08-03 19:27:34
|
Hi, I think the problem is line 24, you got: dispatcher().assign("/odd)", &number::odd, this); Should be "/odd" only, without the ). By the way I'm new to CppCMS, but it's a great software =D Hope this helps, Vinicius Em 03/08/2012, às 14:24, Barbu Paul - Gheorghe escreveu: > Hi. > > I'm fiddling with CppCMS for two days now and I have a little problem with the > tutorial, namely: http://cppcms.com/wikipp/en/page/cppcms_1x_tut_hierarchy > > I tried to follow it but when running the executable and visiting > http://localhost:8080/myapp I get the following error: > > booster::regex:unmatched parentheses, at offset 4 > > My code is here: https://gist.github.com/3249714 > Maybe you can spot something ... > > Congratulations for the nice project you guys created! > > PS: > I tried to googling for that error, no luck. > > -- > Barbu Paul - Gheorghe > Common sense is not so common - Voltaire > Visit My GitHub profile to see my open-source projects - https://github.com/paullik > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users |