R_J
AdminR_J Admin
-
Re: One of Custom Pages not showing
I would suspect the search path is wrong. But you can try to find out what went wrong by adding $Configuration['Debug'] = TRUE; to your /conf/config.php (View Post)1 -
Re: View Permissions not working.
I would wait for the next Vanilla version to handle such things correct and do not make those changes in a plugin. The error could come up whenever a plugin chooses to use a dash in a column name. No… (View Post)1 -
Re: View Permissions not working.
That's going to be an interesting one! It's the prepared statement that's causing the problem: PDO Statement failed to prepareUnknown column 'oView' in 'field list'set `BasicPages.a-o.View` = :BasicP… (View Post)1 -
Re: I'm getting this issue after updating to 2.1.9
Delete all ini files in /cache Run /utility/update Try again (View Post)1 -
Re: Addon Development Help - Update Setting via Anchor, Refresh View
When using the php snippet above, the ajax request will be done automatically by Vanilla. If you like to do it yourself, you would have to enclose it in the javascript on click function. The url for … (View Post)2
