View Issue Details

IDProjectCategoryView StatusLast Update
0019507mantisbtplug-inspublic2015-04-08 18:05
Reportermurb Assigned Toatrol  
PriorityimmediateSeverityblockReproducibilityalways
Status closedResolutionno change required 
Summary0019507: proglem with plugin Task 2.45 and Usergroups 1.20
Description

I installed the plugins mentioned above in accordance with the attached instructions. After entering the my_viev_page.php get an error

APPLICATION ERROR 0000401
Error execute the query in the database 1146 – Table 'mantis.mantis_plugin_Tasks_defined_table' doesn't exist for the query SELECT * FROM mantis_plugin_Tasks_defined_table WHERE task_handler = 1 and task_completed = '0000-00-00 00:00:00' ORDER BY task_due ASC.

When i uninstall those plugins i have error on my_viev_page.php:
APPLICATION WARNING # 2400: Event "EVENT_MYVIEW" has not been declared.

and how can i modify recurrence and validity when i add new issue

TagsNo tags attached.

Activities

atrol

atrol

2015-03-16 12:24

developer   ~0049243

murb,

you should restore all original files that come with MantisBT to undo all changes you made in the code to install the plugin.
e.g. you might have followed the instructions of the plugin author:

Do ensure to define a signal in my_view_page.php.
Then add the following line right after "print_recently_visited();"
event_signal( 'EVENT_MYVIEW' );
...

This is not a bug or feature request for MantisBT (you are asking for help on how to deal with problems after installing/uninstalling a 3rd party plugin). I am therefore resolving this issue as "no change required".

Please use the forums, the mantisbt-help mailing list or IRC to get support on customizing and using MantisBT (refer to http://www.mantisbt.org/support.php for links and further details).