x00
MVPx00 MVP
Reactions
-
Re: ALTER command denied to user?
masterevent user doesn't have the permission to alter tables. You can GRANT the user permission. GRANT CREATE, DROP, SELECT, INSERT, DELETE, ALTER, INDEX ON db.* TO 'masterevent'@'… (View Post)2 -
Re: "New Discussion" Box Larg..
you are asking a lot of general development questions. I suggest you learn the basics of html+css and then read the documentation on theming. (View Post)1 -
Re: Facebook/Twitter/Google Sign-in all end up in blank page -I have tried to fix this for several hours
you could debug library/core/class.controller.php from xRender just be careful. (View Post)1 -
Re: Running multiple forums off same installation
You don't strictly have to copy index.php, but if you do as PATH_ROOT will be of that directory rather than the symlinked directory. You could say it it doesn't matter, but in logs, it is c… (View Post)3 -
Re: Some personal feedback about Vanilla
As much as I like the spirit of vanillawiki, I think the http://vanillaforums.org documentation should be solely focused on the precise documentation, of the framework, in a more formal style, but cl… (View Post)3
