This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.
Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.
Before posting questions here you might want to review the developer documentation.
Hi,
I've got a links module and I wanted to publish it on several pages so I went to content manager and accidently published it in center pane then I wanted to publish it in right pane by going again to contenet manager and this is what I got:
BŁĄD: 42601: błąd składni w lub blisko ":" (english translation is: syntax error next to ":" )
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: Npgsql.NpgsqlException: BŁĄD: 42601: błąd składni w lub blisko ":"
Source Error:
Line 1261:
Line 1262: // Execute the command & return the results
Line 1263: object retval = cmd.ExecuteScalar();
Line 1264:
Line 1265: // Detach the NpgsqlParameters from the command object, so they can be used again
Source File: C:\work\mojoPortal\mojoPortal.Data.pgsql\NpgsqlHelper.cs Line: 1263
Thanks,
Przemek
Maybe I just add that if you "unpublish" the module from center pane and publish it again in right pane there is no problem. I hope that it is clear what I mean. The thing is that you cannot directly change in dropdown list that the module be published not in center but in right pane.
I will look into this for the next release.
Best,
Joe