cexpert
Forum Replies Created
-
Exactly the same here.
This seems to happen right after upgrade to version 2.0.24 of Ultimate Member core plugin.
I temporarily resolved the situation by restoring version to 2.0.23Here is complete console details:
Uncaught ReferenceError: um_admin_dragdrop_data is not defined
at UM_Rows_Refresh (um-admin-dragdrop.js?ver=4.9.8:247)
at HTMLDocument.<anonymous> (um-admin-dragdrop.js?ver=4.9.8:408)
at i (jquery.js?ver=1.12.4:2)
at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4:2)
at Function.ready (jquery.js?ver=1.12.4:2)
at HTMLDocument.K (jquery.js?ver=1.12.4:2)
um-admin-modal.js?ver=4.9.8:54 Uncaught ReferenceError: um_admin_modal_data is not defined
at um_admin_modal_ajaxcall (um-admin-modal.js?ver=4.9.8:54)
at HTMLAnchorElement.<anonymous> (um-admin-modal.js?ver=4.9.8:306)
at HTMLDocument.dispatch (jquery.js?ver=1.12.4:3)
at HTMLDocument.r.handle (jquery.js?ver=1.12.4:3)Please explain what you mean by “swap” between agents.
Forum: Plugins
In reply to: [WooCommerce] Updated to 3.3.1 and text attributes now all select typeYes, why not consider this change as unplanned and a mistake?
Can we just get this back the way it was working nicely before?
What is the challenge here?
Forum: Plugins
In reply to: [Product Attachment for WooCommerce] Corrupted DownloadsI am also experiencing corrupted file errors for All PDFs attachments downloads but for the link in the product management in the admin interface.
I tried editing the class-woocommerce-product-attachment-public.php file like conducivedata said but it didn’t work for me.
It has been a month now that this problem was reported and I just downloaded the plugin a few days ago. Is there any chance we can see this problem resolved soon?Kind regards,
Claude LaBadieForum: Plugins
In reply to: [WooCommerce] Updated to 3.3.1 and text attributes now all select typeGerhard: What I have observed is different. With the previous version I have created text type attributes that were working fine.
Since I updated to 3.3.1 I can NOT create new global attribute of text type. The select box text/select is not present in the add new attribute form anymore.
When creating or editing product and adding an text type attribute from the global list (still is set as test in the database) it behave as a select type and only allows me to add a value as a select choice which will be saved as a new value in the attribute’s configured terms.
None of these attributes are used for variation. Could there be a unintended behavior there (bug)?
I find you are a bit quick on setting this as resolved or do you mean I have to live with this flaw?
Kind regards.Hi @ediamin,
No debug.log generated and yes wp_debug & wp_debug_log were set to true.
The problem was with PHP version 5.3
It seems to work with 5.4 up and I left it with PHP Version 7.1.5Thank you,
Claude LaBadieForum: Plugins
In reply to: [Polylang] Error 500 after upgraded Polylang form 2.0.1 to 2.0.3Same here:
Upgraded wordpress to 4.6. All right. After I upgraded to Polylang 2.0.3 web error 500 appears.I having problem getting other error messages even with WP_DEBUG on.
Forum: Plugins
In reply to: [Media from FTP] Undefined function mb_language()Hi,
Silly me, I think the message that was bugging me was in fact the first item of the FAQ that would show open whenever I click on the FTP to media menu item which says
“‘Fatal error: Call to undefined function mb_language() **’ get an error message.
* The PHP mbstring library needs to be installed/enabled in php.ini.”
and gave me the impression that it was hapenning.
The feeling of problem was increased by the fact that the plugin would seems to spin for ever when I click on “search and register”. We have over 15K image files and the plugin seems to instist on counting them all before allowing us to restrict the scope of operation.Kind regards,
ClaudeForum: Plugins
In reply to: [Media from FTP] Undefined function mb_language()I rebooted the server but it did not help.
phpinfo() is showing
–enable-mbstring
Zend Multibyte Support provided by mbstring
Multibyte Support enabled
Multibyte string engine libmbfl
HTTP input encoding translation enabled
libmbfl version 1.3.2
mbstring.detect_order NULL NULL
mbstring.encoding_translation On On
mbstring.func_overload 0 0
mbstring.http_input no value no value
mbstring.http_output no value no value
mbstring.http_output_conv_mimetypes ^(text/|application/xhtml\+xml) ^(text/|application/xhtml\+xml)
mbstring.internal_encoding no value no value
mbstring.language neutral neutral
mbstring.strict_detection Off Off
mbstring.substitute_character no value no valueThank you for providing any clue on this.
Regards,
ClaudeForum: Plugins
In reply to: [Media from FTP] Undefined function mb_language()PHP mbstring library is installed but I still get that same error.
Kernel Version 2.6.32-431.20.5.el6.x86_64
Apache Version 2.2.27
PHP Version 5.4.34
Wordpress 4.4.1
Media from FTP 9.03Forum: Plugins
In reply to: WordPress Multisite Pro Sites Sign Up ProcessHello flicker,
I am sorry you did not get a reply to your question.
I want to do something similar.Did you find a solution?
I would appreciate if you would share.Kind regards,
Claude LaBadie
Forum: Networking WordPress
In reply to: Multisite New site Error establishing a database connectionOh Thanks a million for sharing the solution!
I worked for me too and I was just going mad over this. An it was so simple.
Hopefully the WP developer will get to read this.
You are the best.Appreciative regards,
Claude LaBadie
https://www.ClaudeLaBadie.com/enForum: Your WordPress
In reply to: [Plugin: User Photo] New Maintainer Please Read!Hi Dave,
Thank you your help it is very much appreciated.
I was fooling around trying to fix the bug that shows the admin user photo in every profile when logged as admin and after removing !is_admin additional condition from the following line:
line 78
if(get_option(‘userphoto_override_avatar’) && !is_admin())
so it is now
if(get_option(‘userphoto_override_avatar’))
The user listing started to show the user photos in the admin view.I will keep digging for the solution to the bud that user photo pulls the logged user photo instead of the profile user photo.
If anyone has hints I am all ears ??Kind regards,
Claude
Forum: Plugins
In reply to: [Plugin: Get Post] Displays The Post’s Tags & Comments Aswell…Hello Jamie,
This was the plug in I was looking for and it does exactly what I wanted when it displays the latest post in a page. However, it does not displays any comments for that post which I really do want.
I could not find any menu item to setup parameters or any documentation.
Please advise
Forum: Plugins
In reply to: [Plugin: User Photo] How to include the form on Registration page?Hi,
We MUST find how to include the field to upload photo in the registration form.
Any Mastermind advice?