Jump to content

jimboulay

Member
  • Posts

    3
  • Joined

  • Last visited

Everything posted by jimboulay

  1. Hi there, I have been trying to fix this for a few weeks now. This problem is strange and I did not see anyone commenting about it on the web. Problem is still there and needs to be resolved, but I just found a way to temporarily bypass it. Here was my problem : For some reasons, I suddenly could not login to admin area with my super administrator WHMCS account. When i logged in it waits, waits, waits and then I got a timeout, every time, on any browser, any computers I tried. Strangely, my "non-super" admin accounts could log in without any problems. My suctomers could also log in client-area without any problems. What I tried After I tried to login with my super administrator, I got a timeout, but, the session cookie thing was in the browser anyway, because, when I tried to get to client areas after my timeout login attempt, I got the message saying "return to admin area" or something. Still, this link would give me a timeout. I tried to "repair" my whmcs installation, I tried to boost my php ini settings insanely (memory, time limit, etc.), I tried a fresh WHMCS install with my DB, I tried to "repair" my DB, all those things didn't work at all. The logs gave me basic timeout warning lines without much infos. How I found the source The fact that some admin could log in and that I could really puzzled me and I tried to "reproduce" the error on another admin account. I compared the administrator role permissions between the admins and added the missing permissions one by one until I found the ONE role that was generating the login problem : "system health status". What I did to bypass the problem Once I unchecked that role, I could login with my Super administrator account without problem! Why the problem still needs to be resolved Then, the thing is, that deactivated role prevent me specificaly to access this health status page that could help me identify the problem behind all that 😛 So if someone know of this issue or know the cause of this, it would be awesome!!!!
  2. Hi, I've been trying to use the virtualmin server module that comes with WHMCS for a few weeks now. I tried all combinaisons of admin/root/hostname/ip/port until I finaly got the "log to control panel" button to work and connect to my virtualmin/webmin server correctly. Now with that working, I tough it would work out of the box with any product/service I create, following to the letter every words in that document : https://docs.whmcs.com/Virtualmin_Pro. It did not work. Whenever I try to "run module create" with a virtualmin product. I get this error : A website cannot be enabled without an administration user. When I use the external virtualmin api call url for virtual server creation directly in my browser and with the same parameters : https://test.com:10000/virtual-server/remote.cgi?program=create-domain&domain=testwhmcs1.test.com&pass=c93Y5mmMg9&email=test@test.com&plan=Plan-1&user=testwhmc&group=apache&dir&unix&web&logrotate&mysql&webmin It does work pretty well! Now I searched and didn't find much. For all I know it might be a problem with virtualmin.php server module not using api correctly or something else. Here's the query sent to my virtualmin server as it shows in WHMCS System Module Debug Log : Array ( [program] => create-domain [domain] => testwhmcs1.test.com [user] => testwhmc [pass] => c93Y5mmMg9 [email] => test@test.com [template] => Default Settings [plan] => Plan-1 [features-from-plan] => ) I've looked everywhere and didn't find anything clear on what is causing the error. I am wondering if any of you have had the same problem and if someone had found a solution. Thank you!
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated