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?
 
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 :
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.
 
Top Bottom