andamira
Forum Replies Created
-
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Can't edit forms & multiple debug noticesHi, sorry for the delay. In one of the last updates of the last month, this issue fixed itself. I’ve been testing it and now it works fine.
Thanks
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Can't edit forms & multiple debug noticesThanks! It was already off, I think I’ll need to do more tests…
Forum: Reviews
In reply to: [Quick Page/Post Redirect Plugin] AvoidIt believe you must recreate the permalinks after removing the quick redirects. It works for me.
Forum: Plugins
In reply to: [WP Maps - Display Google Maps Perfectly with Ease] Debug messagesUsing Deprecated calls plugin I found additional info:
[ Moderator note: Code blocks fixed ]
Incorrect Use of wpdb::prepare() Used in wp-content/plugins/wp-google-map-plugin/wp-google-map-plugin.php on line 617. The query argument wpdb::prepare () must have a placeholder. This message was added in version 3.9.
The same ‘Incorrect Use of wpdb::prepare()’ message for:
Used in wp-content/plugins/wp-google-map-plugin/wpgmp-manage-map.php on line 514. Used in wp-content/plugins/wp-google-map-plugin/wpgmp-manage-map.php on line 26. Used in wp-content/plugins/wp-google-map-plugin/wpgmp-create-map.php on line 292. Used in wp-content/plugins/wp-google-map-plugin/wpgmp-manage-location.php on line 26. Used in wp-content/plugins/wp-google-map-plugin/wpgmp-add-location.php on line 205.
Forum: Plugins
In reply to: [Media File Manager Advanced] Error on media file manager pageA follow up. When WP_DEBUG is set to true, this Notices are printed in the backend header:
Notice: Use of undefined constant Mfma_rlMediaSelector - assumed 'Mfma_rlMediaSelector' in /home/.../public_html/wp-content/plugins/media-file-manager-advanced/media-selector.php on line 430 Notice: Use of undefined constant PLUGIN_VERSION - assumed 'PLUGIN_VERSION' in /home/.../public_html/wp-content/plugins/media-file-manager-advanced/media-relocator.php on line 33 Notice: Use of undefined constant PLUGIN_VERSION - assumed 'PLUGIN_VERSION' in /home/.../public_html/wp-content/plugins/media-file-manager-advanced/media-relocator.php on line 34
I could replicate it in another WP 3.9.1 installation. In both sites, with debug mode on, when visiting the
upload.php?page=mfma_relocator-submenu-handle
page, this message is the only thing that appears:SyntaxError: Unexpected token < Notice: Use of undefined constant Mfma_rlMediaSelector - assumed 'Mfma_rlMediaSelector' in /home/.../public_html/wp-content/plugins/media-file-manager-advanced/media-selector.php on line 430 Notice: Use of undefined constant PLUGIN_VERSION - assumed 'PLUGIN_VERSION' in /home/.../public_html/wp-content/plugins/media-file-manager-advanced/media-relocator.php on line 33 Notice: Use of undefined constant PLUGIN_VERSION - assumed 'PLUGIN_VERSION' in /home/.../public_html/wp-content/plugins/media-file-manager-advanced/media-relocator.php on line 34 Fatal error: Maximum execution time of 30 seconds exceeded in /home/.../public_html/wp-content/plugins/media-file-manager-advanced/media-relocator.php on line 217
and in the chrome console this errors appear:
Uncaught SyntaxError: Unexpected token ILLEGAL upload.php?page=mfma_relocator-submenu-handle:178 Uncaught SyntaxError: Unexpected token ILLEGAL upload.php?page=mfma_relocator-submenu-handle:305 5 Uncaught TypeError: Cannot read property 'length' of undefined
Forum: Plugins
In reply to: [Media Rename] If activated can't attach media to postsWell… after some time, tinkering, plugin upgrading, disabling, enabling and so on, I can no longer reproduce the problem. I’ll be sure to search for javascript errors if it ever comes again. Thanks
Forum: Plugins
In reply to: [Striper - Stripe Integration for WooCommerce] force SSL warning bad linkAh, well of course, I configured SSL just right, no problem with that. ??
I just wanted to notify of the wrong link address.
Forum: Plugins
In reply to: [WooCommerce Cart Tab] Bug in the addition of the class hidden/visibleYea I was using latest woocommerce 2.1.2. Anyway, it was a false alarm.
I just created a new installation for you to see and I couldn’t reproduce the error. So it turns out it was a bug of mine, coming from the templates I modified to accomodate woocommerce.
I’m not sure exactly what error caused this, I guess an unclosed tag. At the end I just fixed it by copying the original templates and making the needed changes more carefully all over again. This time it works at it should.
In anycase thank you for your quick response.
Forum: Plugins
In reply to: [Striper - Stripe Integration for WooCommerce] Deprecated warningWell, that was fast. I just confirmed this is solved. Thank you !
Forum: Plugins
In reply to: [Codestyling Localization] How to change custom slugsI also want to know if this is possible with this plugin.
Forum: Fixing WordPress
In reply to: Connection lostMy solution was to export all data and import it to a new wordpress 3.8 installation.
Forum: Reviews
In reply to: [Taxonomy Images] VERY Useful but need a little upgradeThank you, exactly the same just happened to me.
I must say that the notice will only appear when you have WP_DEBUG enabled though.
Forum: Fixing WordPress
In reply to: Connection lostI’m having the exact same problem, and I’m thinking of restoring an old backup of 3.7 just because of this. No solution found yet.
Forum: Plugins
In reply to: [Media Mime Types] Screenshot misleading, can't add multiple types in a rowThese are the deleted default mime types:
asf|asx video/x-ms-asf
gz|gzip application/x-gzip
htm|html text/html
jpg|jpeg|jpe image/jpeg
mid|midi audio/midi
mov|qt video/quicktime
mp3|m4a|m4b audio/mpeg
mp4|m4v video/mp4
mpeg|mpg|mpe video/mpeg
ogg|oga audio/ogg
onetoc|onetoc2|onetmp|onepkg application/onenote
pot|pps|ppt application/vnd.ms-powerpoint
ra|ram audio/x-realaudio
tif|tiff image/tiff
txt|asc|c|cc|h text/plain
wp|wpd application/wordperfect
xla|xls|xlt|xlw application/vnd.ms-excelThey get removed when saving a new mime type using this plugin. Then you can only re-add them separating them into individual lines. Tested with wordpress 3.8
Forum: Plugins
In reply to: [Widget Logic] Undefined index.., Undefined offset.. warnings with WP_DEBUGDo you plan to update the main version from the trunk? I found the same error and I could apply the fix manually but since the bug was solved 10 months ago…