Check Tables [Deleted]

  • Thread starter Thread starter Deleted member 232995
  • Start date Start date
After adding

$config['X0815']['ChkTables']['renameData'] = ADMIN_USER_IDs; line, just blank screen. Removed add-on. But I was curios about reason.
 
After adding

$config['X0815']['ChkTables']['renameData'] = ADMIN_USER_IDs; line, just blank screen. Removed add-on. But I was curios about reason.

$config['X0815']['ChkTables']['renameData'] = ADMIN_USER_IDs;
You have entered this exactly as it is in config.php?
 
You have entered this exactly as it is in config.php?
You have entered this exactly as it is in config.php?
Yes, I'm 100% sure that I did everything correctly.

Removing the line solves problem. I think the error code was 500.
 
Hey ! Which version is correct ?
$config['X0815']['ChkTables']['renameData'] = 4;
or
$config['X0815']['ChkTables']['renameData'] = array(4);
 
$config['X0815']['ChkTables']['renameData'] = 4;
Or with multiple Ids
$config['X0815']['ChkTables']['renameData'] = '4,6,8';
 
It's strange that doesn't work when I add one of these lines in the config :
1621846329084.webp

But if I don't add them, there is no error but :
1621846347185.webp
 
It's strange that doesn't work when I add one of these lines in the config :
What's about this Multilanguage add-on? The error says there is a undefinied method in the Entity of this add-on.
The getStructure() method is for the database. So it seems to be a problem with this add-on. Try to disable it and take a look.
But if I don't add them, there is no error but :
This is a permission hint that says you don't have permission to view this page. That's why you should set the line in the config.
 
Back
Top Bottom