in reply to syntax error! jqGrid problem parsed by Catalyst server.pl
That is unusual—static files aren't parsed, they're just "shipped"—and the errors don't make sense—they don't seem to be Catalyst specific errors but generic perl errors. You also apparently posted this question twice :(
Examine the contents of root/static/js/jquery.jqGrid.min.js to ensure it's just JS as a start and then maybe set Catalyst::Plugin::Static::Simple to use debug and give the actual output of the *_server.pl when visiting /static/js/jquery.jqGrid.min.js while running under debug.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: syntax error! jqGrid problem parsed by Catalyst server.pl
by xiaoyafeng (Deacon) on Jun 26, 2010 at 04:56 UTC | |
by Your Mother (Archbishop) on Jun 26, 2010 at 05:18 UTC | |
by derby (Abbot) on Jun 26, 2010 at 14:55 UTC |