wifang / mollify

Automatically exported from code.google.com/p/mollify
0 stars 0 forks source link

Error in Notificator Plugin #413

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Configure plugins and setting notificator
2.import sql from CLI
3.Using the update utility dont work. the message is: No update is required.

Error:

[root@localhost mysql]# mysql -u root -p -h localhost mollify < install.sql
Enter password:
ERROR 1286 (42000) at line 1: Unknown table engine '{ENGINE}'

What version of the product are you using? On what operating system?

1.8.8.

Please provide any additional information below.

mysql> show tables
    -> ;
+----------------------+
| Tables_in_mollify    |
+----------------------+
| wfm_event_log        |
| wfm_folder           |
| wfm_item_description |
| wfm_item_id          |
| wfm_item_permission  |
| wfm_parameter        |
| wfm_session          |
| wfm_session_data     |
| wfm_user             |
| wfm_user_folder      |
| wfm_user_group       |
+----------------------+
11 rows in set (0.00 sec)

Original issue reported on code.google.com by marco.es...@gmail.com on 6 Jul 2012 at 9:12

GoogleCodeExporter commented 9 years ago
Scripts have variables, that need to be removed if run manually. The engine 
variable chooses the MySQL engine used, you can remove it to choose the default.

Original comment by samuli.j...@gmail.com on 7 Jul 2012 at 10:03

GoogleCodeExporter commented 9 years ago
but when install via web update dont work...

Original comment by marco.es...@gmail.com on 9 Jul 2012 at 3:42

GoogleCodeExporter commented 9 years ago
Make sure your db table "parameter" does not have value 
"plugin_Notificator_version" (remove if it does).

Then log out from Mollify, relogin as admin and open the updater.

But of course you can run the scripts manually as well, just replace/remove the 
variables.

Original comment by samuli.j...@gmail.com on 9 Jul 2012 at 4:43

GoogleCodeExporter commented 9 years ago
See paraneter table:

mysql> select * from wfm_parameter;
+---------+-------+
| name    | value |
+---------+-------+
| version | 1_8_8 |
+---------+-------+
1 row in set (0.00 sec)

mysql>

i dont have "plugin_Notificator_version", and still remain the issue.

Thanks!

Original comment by marco.es...@gmail.com on 9 Jul 2012 at 5:28

GoogleCodeExporter commented 9 years ago
Well, have you actually registered the plugin into configuration.php?

Original comment by samuli.j...@gmail.com on 9 Jul 2012 at 8:37

GoogleCodeExporter commented 9 years ago
I assume this is closed, as there is no further info. Will be reopened if 
necessary.

Original comment by samuli.j...@gmail.com on 22 Jul 2012 at 8:57