when I go to the test sire, I get the vesion history, a link to subscribe and unsubscribe and 2 links for creating newsletters. when I click on the create newsletter links, It tells me I dont have permission.
I also received this error
« MODx Parse Error »
MODx encountered the following error while attempting to parse the requested resource:
« Execution of a query to the database failed - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ’?mode=doc ) AND (sc.privateweb=0) LIMIT 1’ at line »
SQL: SELECT sc.parent FROM `enterpri_modx`.modx_site_content sc LEFT JOIN `enterpri_modx`.modx_document_groups dg on dg.document = sc.id WHERE (sc.id=3?mode=doc ) AND (sc.privateweb=0) LIMIT 1
[Copy SQL to ClipBoard]
Parser timing
MySQL: 0.0034 s s (6 Requests)
PHP: 0.0531 s s
Total: 0.0565 s s
The person reporting it before me - I didn’t notice a solution, was one found ?
Sorry, I’ve never seen this error, but it seems that you’re not using any SEF at all. If that’s the case, try changing the template of the newsletter, which contains [~[*id*]~]?mode=doc into [~[*id*]~]&mode=doc
Does it? Where might I find that ?
This snippet "call" I used is :-
[!newsletter? &mode=doc!]
It’s inside the snippet code. If you have text editor, you might want to search for that string.