(03-13-2015, 10:45 AM)Ricorocks Wrote:(02-20-2015, 09:43 PM)TopSpace Wrote: How to update tables? Need to install phpmyadmin separately?
UPD:
actually i find out thats my modules are working BUT problem was that they are showing after I click on the icon in the left upper corner , icon of 3 columns, then modules are showing up. So after clicking the icon the link added the "#" symbol at the end and modules are showing. So how i can fix it?
To update your tables, in SSH type:
mysql -u(your-username-here) -p(your-pass-here)
So, if user was root and pass was 123
Code:mysql -uroot -p123
Then enter:
Code:USE zpanel_core;
Now you can cut and paste the MySQL in the previous posts.
Hope that sorts your tables. I have the same issue as you. Every time I select anything in the Admin I get a blank page. I click on the three columns button and it appears.
I'm probably stupid or something, but how do I edit the "x_permissions" table properly?
In phpMyAdmin, I can't find a way to copy the text in! (look at attachment)
Also, I'm from Sweden and that's why the phpmyadmin is in swedish.