Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#16 2011-03-23 09:07:40

jpdupont
Member
Registered: 2004-10-01
Posts: 752

Re: lum_usermenu - provide a customizable menu page

Thanks,

No more error with lump_p, but now :

Warning: unknown_callback_function: lum_um_go in /home/www/3370847b68efbfb60754cc52abf91b35/web/formation/textpattern/lib/txplib_misc.php on line 697

when I click on the new tab or on the plugin option link.

Offline

#17 2011-03-23 10:07:56

Themroc
Plugin Author
From: Germany
Registered: 2011-01-02
Posts: 23

Re: lum_usermenu - provide a customizable menu page

jpdupont wrote:

Warning: unknown_callback_function: lum_um_go in /home/www/3370847b68efbfb60754cc52abf91b35/web/formation/textpattern/lib/txplib_misc.php on line 697

when I click on the new tab or on the plugin option link.

Weird… Please try this:

  1. Disable all the lum_XXX-plugins, uninstall lum_usermenu and then lum_p
  2. Reinstall lum_p 0.2.1 then lum_usermenu 0.9.2

If the error persists, go to the “Admin/Diagnostics” page and post (or pm) the content of the “Diagnostic info” box. If you don’t want to reveal stuff like “Site URL”, remove those lines.

Thanks!


History teaches us that history teaches us nothing. — Voltaire

Offline

#18 2011-03-23 11:44:33

jpdupont
Member
Registered: 2004-10-01
Posts: 752

Re: lum_usermenu - provide a customizable menu page

  1. 2 Plugins disabled
  2. BUT … impossible to delete the plugins ! I get this error :
Erreur lors du chargement du plugin lum_usermenu -> User_Warning: Unable to include plugin "lum_p" on line 564

textpattern/lib/txplib_misc.php:564 trigger_error()
textpattern/lib/txplib_misc.php(540) : eval()'d code:1 include_plugin()
textpattern/lib/txplib_misc.php:540 eval()
textpattern/include/txp_plugin.php:512 load_plugin()
textpattern/include/txp_plugin.php:36 plugin_multi_edit()
textpattern/index.php:143 include()


Fatal error: Call to undefined function lum_p_v_def() in /home/www/3370847b68efbfb60754cc52abf91b35/web/formation/textpattern/lib/txplib_misc.php(540) : eval()'d code on line 18

...or this error :
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'lum_p_lc_' was given in /home/www/3370847b68efbfb60754cc52abf91b35/web/formation/textpattern/lib/txplib_misc.php(540) : eval()'d code(131) : eval()'d code on line 1

Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'lum_p_lc_' was given in /home/www/3370847b68efbfb60754cc52abf91b35/web/formation/textpattern/lib/txplib_misc.php(540) : eval()'d code(131) : eval()'d code on line 1
Textpattern

Offline

#19 2011-03-23 13:13:44

Themroc
Plugin Author
From: Germany
Registered: 2011-01-02
Posts: 23

Re: lum_usermenu - provide a customizable menu page

jpdupont wrote:

  1. 2 Plugins disabled
  2. BUT … impossible to delete the plugins ! I get this error :

Erreur lors du chargement du plugin lum_usermenu -> User_Warning: Unable to include plugin “lum_p” on line 564

textpattern/lib/txplib_misc.php:564 trigger_error()
textpattern/lib/txplib_misc.php(540) : eval()’d code:1 include_plugin()
textpattern/lib/txplib_misc.php:540 eval()
textpattern/include/txp_plugin.php:512 load_plugin()
textpattern/include/txp_plugin.php:36 plugin_multi_edit()
textpattern/index.php:143 include()

Fatal error: Call to undefined function lum_p_v_def() in /home/www/3370847b68efbfb60754cc52abf91b35/web/formation/textpattern/lib/txplib_misc.php(540) : eval()’d code on line 18

…or this error :

Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘lum_p_lc_’ was given in /home/www/3370847b68efbfb60754cc52abf91b35/web/formation/textpattern/lib/txplib_misc.php(540) : eval()’d code(131) : eval()’d code on line 1

Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘lum_p_lc_’ was given in /home/www/3370847b68efbfb60754cc52abf91b35/web/formation/textpattern/lib/txplib_misc.php(540) : eval()’d code(131) : eval()’d code on line 1
Textpattern

Oooops… this looks like lum_p is gone (or inactive) but lum_usermenu still tries to do something (which is odd, because without lum_p it should do nothing at all). I’m afraid that was my fault, the right thing would have been

  1. Disable all the lum_XXX-plugins except lum_p, uninstall lum_usermenu and then lum_p
  2. Reinstall lum_p 0.2.1 then lum_usermenu 0.9.2
    Now, if you can reenable lum_p with the admin-interface, the deletion should be possible. Otherwise, open table txp_plugin with phpmyadmin, edit the row starting with lum_p and set the “status” field to 1. If you then still can’t get rid of the lum_ stuff via Admin/Plugins, just delete all the rows starting with lum_p, lum_usermenu and lum_um from txp_plugin, then do the same in table txp_prefs.

HTH

Edit:

After both plugins are gone from Admin/Plugins, better do this

delete all the rows starting with lum_p, lum_usermenu and lum_um from txp_plugin, then do the same in table txp_prefs

anyway, just to be sure…

Last edited by Themroc (2011-03-23 13:18:42)


History teaches us that history teaches us nothing. — Voltaire

Offline

#20 2011-03-23 13:26:35

jpdupont
Member
Registered: 2004-10-01
Posts: 752

Re: lum_usermenu - provide a customizable menu page

Thanks,

Ok ! Seems to be working, now !

Offline

#21 2011-04-06 10:53:01

Themroc
Plugin Author
From: Germany
Registered: 2011-01-02
Posts: 23

Re: lum_usermenu - provide a customizable menu page

Thanks to Mike’s suggestions, it can now also be opened in a popup triggered by a mouse gesture. Thx, Mike! And sorry for another movement of the web/-folder, this will be the last one!


History teaches us that history teaches us nothing. — Voltaire

Offline

#22 2011-04-30 21:16:42

Themroc
Plugin Author
From: Germany
Registered: 2011-01-02
Posts: 23

Re: lum_usermenu - provide a customizable menu page

New version 0.9.4 with better mouse gesture support. Now works with jQuery UI or the good old overLIB. Plus, it can be triggered by mouse gestures without a button press.


History teaches us that history teaches us nothing. — Voltaire

Offline

Board footer

Powered by FluxBB