Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: Import (Read 1816 times) previous topic - next topic

Import

Hi there,
In classic version ( didn't test this in VUE)
Import works fine when no authentication.
When authentication is active, import failed because of the "You are not authorized to view this page!"
the path is ..../import_data
I have tried to allow acces to import_data in Page Access manager with no luck :-(

Can you check this ? i need to make it works .
Thanks

 

Re: Import

Reply #1
Hi, This issue is now resolved in version 2.3 you can download it and try again.

OR

To allow access to import please add this to the page access manager page action."import_data"
Example
Code: [Select]
public static $usersRolePermissions=array(
'administrator' =>
array(
'customers' => array('list','view','add','edit','delete','import_data'),
'expense' => array('list','view','add','edit','delete','import_data'),
'products' => array('list','view','add','edit','delete','import_data'),
'sales' => array('list','view','add','edit','delete','import_data'),
'users' => array('list','view','add','edit','delete','import_data')
),
);


I believed while it did not work first time probably you are overwriting the PageAccess Manager file when publishing project.

Just download the new version. It fixes other issues.
Thanks for the update and support.

Best Regards