I tried to copy the css file from the table directory to the parent css directory. But, no luck.
I found the error in the JS console.
wp-admin/admin.php?page=table&action=edit&tb_id=2
On Line 258 <link rel=”stylesheet” href=”https://mydomain.com/wp-content/plugins/wp-business-intelligence-lite/css/tables/” type=”text/css” >
“Failed to load resource: the server responded with a status of 403”
I am using CentOS with Apache 2.xxx & php 5.5.x I set the plugin directory permission as 777.
I think it may be caused by the apache’s restriction of directory direct access. So, I have to specify the actual file name on the linked resource.
Where can I edit the code?
<link rel=”stylesheet” href=”https://mydomain.com/wp-content/plugins/wp-business-intelligence-lite/css/tables/” type=”text/css” >