x00
MVPx00 MVP
Reactions
-
Re: Website not loading, access denied for user 'root'
Not related to your issue, but better not use the the root user for an application. Create a new user then you can grant the privalages that are necessary to the database. It is basic damage limitati… (View Post)2 -
Re: Manual setup
I think that is the nature of heroku. It is based on release. Have you included the .gitignore file? (View Post)1 -
Re: Using Vanilla Session Outside of Vanilla - External Session
if the session cookie is not specific to area then there is no session. check the cookie path. (View Post)1 -
Re: [phpbb3] Errors when Exporting, no user table on import
you are missing a user_photo column you may need to create it. Your index is too long you might try changing the line $Ex->Query("create index z_idx_pmgroup on z_pmgroup (subject, userids);&q… (View Post)3 -
Re: Thoughts about separation of discussions and comments
Permissions are done on a category basis. If you use CategoryModel::Categories() you can traverse, each has a PermsDiscussionsView, PermsDiscussionsAdd,PermsDiscussionsEdit and PermsCommentsAdd value… (View Post)1
