Mindshare Labs, Inc.
Forum Replies Created
-
Forum: Plugins
In reply to: [PHP Browser Detection] Error php-browser-detection.php on line 44You most likely do not have the proper version of PHP. That error suggests that you do not have at least PHP 5.3.
Forum: Plugins
In reply to: [PHP Browser Detection] Error php-browser-detection.php on line 44Can you paste the exact error message?
Also, try deleting the plugin and reinstalling the latest version.
Forum: Plugins
In reply to: [Subscribr] Subscribr not sending mail notificationsOk that looks right. It should be working. Please double check your other settings, enabled types and taxonomies as well as the subscriptions and email address on your profile.
Forum: Plugins
In reply to: [Subscribr] Subscribr not sending mail notificationsCheck the general options tab in Subscribr settings. What action do you have to trigger notifications there?
Forum: Plugins
In reply to: [Subscribr] Subscribr not sending mail notificationsWe are pushing out an update to address this today. Please update once the new version is out.
Forum: Plugins
In reply to: [WP Ultimate Search] demo site 500 server errorThanks for reporting this. It is now fixed.
I just pushed out an update. Please test.
Forum: Plugins
In reply to: [WP cdnjs] Local SupportThat is already built in to WordPress. Just use http://codex.wordpress.org/Function_Reference/wp_enqueue_script
Forum: Plugins
In reply to: [PHP Browser Detection] Out of memory errors@spinfly – I just pushed a new dev version:
http://downloads.wordpress.org/plugin/php-browser-detection.zip
Can you test that and let me know if it fixes your memory issue?
Forum: Reviews
In reply to: [PHP Browser Detection] BrokenWhy not try to help solve the issue instead of just complaining about free software?
This plugin has been used by over 20,000 websites. It works under many server configurations. If it isn’t working for you posting some details to assist in debugging would help.
Forum: Reviews
In reply to: [PHP Browser Detection] Nice… but…The file grows as new user agents get added to the database. It has nothing to do with your website traffic specifically. Anyhow, the next update should fix the performance issue.
Forum: Plugins
In reply to: [PHP Browser Detection] Out of memory errorsIf it only happens after a few weeks it must be due to the automatic update check for a newer browscap file. We’ll look into it and see of we can find a solution for a future release.
Forum: Plugins
In reply to: [PHP Browser Detection] Dependencies?All I can say from the info you have provided is to make sure PHP error reporting is enabled and double check the code where you are calling the functions. If you come up with anything more we can try to look into it.
Forum: Plugins
In reply to: [PHP Browser Detection] Out of memory errorsThe issue is that the initial parse of the browscap file is pretty resource intensive because it a HUGE array. The error you got in megabytes is : 134.2 MB
So you’ll need more memory.
Forum: Plugins
In reply to: [PHP Browser Detection] Browscap problemsThe 403 Forbidden part of the first error makes me think its a permissions problem. The other errors are likely being caused by the first one.