[ Video Sharing CMS v4 ] problem with upload menu

Started by mzikagate,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mzikagateTopic starter

  •  

mzikagateTopic starter

Quote from: Alexander on
I can't confirm this user edit error, just tested it on all sites.
The only thing I can think of is that the vibe_users_groups table did not get populated on setup.
Can you check via phpmyadmin?

If this is the case, then this portion of sql (very end of setup/db.sql) did not run in setup:

INSERT INTO `#db-prefix#users_groups` (`id`, `name`, `admin`, `default_value`, `access_level`) VALUES
(1, 'Administrators', 1, 0, 3),
(4, 'Members', 0, 1, 1),
(3, 'Author', 0, 2, 2),
(2, 'Moderators', 0, 2, 2);



i dod it and user premission not updated , i have beed restart msql
  •  

Marius P.

Make sure you change #db-prefix# to vibe_ or how your prefix is. It won't work if you just copy & paste
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Similar topics (7)