IMSCP: 1.3.8
PHP FCGID
Debian 8.6
I have the same problem with another migration, I know, It is not related to imscp ... just looking for a solution
Both systems have been migrated from ispcp a few years ago and were last upgraded from imscp 1.1.18
only these two pages generate a error 400
/admin/reseller_edit.php?edit_id=xxx
/admin/reseller_statistics.php
could this have something to do with the migraftion procedure ... possibly with this part?
Code
- mysql -u root -p
- use imcp;
- update domain set domain_status = 'ok';
- update subdomain set subdomain_status = 'ok';
- update domain_aliasses set alias_status = 'ok';
- update subdomain_alias set subdomain_alias_status = 'ok';
- update mail_users set status = 'ok';
- update admin set admin_status = 'ok', admin_sys_name = null, admin_sys_uid = 0, admin_sys_gname = null, admin_sys_gid = 0;
- quit
Or where should I look for the reason for this problem?
Regards