Author Topic: SubDomain - Domain List are not loading in User Panel  (Read 3503 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
SubDomain - Domain List are not loading in User Panel
« on: August 24, 2020, 05:35:45 PM »
I am having issue since this morning, I try everything I knew and also find on this forum, all of my users account having issue.

None of the domain/SubDomain/FTP/Email Account/MySQL Manager List are not showing.

But I can see some logs in "browser console"

Code: [Select]
Uncaught SyntaxError: Unexpected token ';'
or Something Like this:

Code: [Select]
?module=mysql_manager:3461 Uncaught TypeError: Cannot read property 'length' of null
    at calculateQuota (?module=mysql_manager:3461)
    at dbTable (?module=mysql_manager:3490)
    at ?module=mysql_manager:4371

Code: [Select]
jquery-3.1.1.min.js:2 Uncaught ReferenceError: Cannot access 'Uchip' before initialization
    at HTMLDocument.<anonymous> (?module=mysql_manager:3879)
    at j (jquery-3.1.1.min.js:2)
    at k (jquery-3.1.1.min.js:2)

BTW I haven't edit any file and I am using PRO Version.

Thanks,

Offline
*
Re: SubDomain - Domain List are not loading in User Panel
« Reply #1 on: August 25, 2020, 02:04:08 PM »
Any Solution?

Offline
*
Re: SubDomain - Domain List are not loading in User Panel
« Reply #2 on: August 25, 2020, 02:10:30 PM »
If anybody having same issue like me, you can use this command it work for me.

Code: [Select]
sh /scripts/cwpsrv_rebuild_user_conf

Thanks,