What should i do ?
* user warning: Table 'hirece.node_limit_role' doesn't exist query: SELECT nlr.*, r.name FROM node_limit_role AS nlr INNER JOIN role AS r ON (r.rid=nlr.rid) WHERE lid = '0' in C:\Program Files\Apache Group\Apache2\htdocs\drupal\modules\node_limit\node_limit_role\node_limit_role.module on line 110.
* user warning: Table 'hirece.node_limit_user' doesn't exist query: SELECT nlu.*, u.name FROM node_limit_user AS nlu INNER JOIN users AS u ON (u.uid=nlu.uid) WHERE `lid` = '0' in C:\Program Files\Apache Group\Apache2\htdocs\drupal\modules\node_limit\node_limit_user\node_limit_user.module on line 121.
* There are security updates available for one or more of your modules or themes. To ensure the security of your server, you should update immediately! See the available updates page for more information.
Comments
Comment #1
mavimo commentedI fix it and some other issue on #668404: Some improvement, code cleaning, and comment, if you can test it and report info we can fix this problem.
Comment #2
duaelfr