phpmyadmin giving 401 Access Denied error
Hi I just setup cpanel on my VPS with centos 6.5 x64 I changed the home directory to /mnt/hosting so that the websites could be stored on another server with more HHD space now I went to get my website working inside of it and phpmyadmin wont open and gives 401 Access Denied
.vB
Could anyone help me I really need to get everything setup as soon as possible
Thanks in advance
-
Hello :) How is the secondary drive mounted, and how did you transfer the accounts to that drive? Do you notice any errors in /usr/local/cpanel/logs/error_log when attempting to access phpMyAdmin? Thank you. 0 -
I mounted the sshfs drive then made the accounts I dont know what Im exactly looking for as a error so heres part of the log for today [removed] 0 -
Please refrain from linking to external sites for logs or screenshots. You can paste your log excerpt directly into the forum post and wrap it with CODE tags. If you click the "Go Advanced" button, you will see a button for CODE tags. It looks like a pound sign (#). CODE tags preserve spacing and use a fixed-width font, so the output looks just like on your display. For very long log excerpts, you can add them to forum replies as attachments. 0 -
take 2 heres the log 0 -
Could you open a support ticket using the link in my signature so we can take a closer look? You can post the ticket number here so we can update this thread with the outcome. Thank you. 0 -
5164571 thats the request id Im guessing thats the ticket number 0 -
The problem was that the users tmp directory wasn't owned by them it was owned by root chowning the folder to the user fixed it but still didn't fix the problem when a new user is created so what I did was make a postwwwacct script that chowned the users tmp dir after the account was made #!/usr/bin/php -q ; $path="/mnt/hosting/" . $user_name . "/tmp"; chown($path, $user_name); ?>
Theres the code if anyone runs into the same problem0
Please sign in to leave a comment.
Comments
7 comments