matriplett
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] PHP Critical Error – dynamic cssThere is a case issue. the-events-calendar-category-colors/src/views/category.css.php calls for V2_Views
the file name is v2_Views. Might be good to follow wp spec using lower case and adding class in front of the name.Forum: Plugins
In reply to: [The Events Calendar: Category Colors] PHP Critical Error – dynamic cssFrom Pantheon’s website: “Yes, APCu can be used as a cache backend or a “key-value store”; however, this is not recommended. APCu lacks the ability to span multiple application containers. Instead, Pantheon provides a Redis-based Object Cache as a caching backend for Drupal and WordPress, which has coherence across multiple application containers.”
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] PHP Critical Error – dynamic cssyes, the file is present on server. I’ve also tried deleting and installing clean version. Maybe unique to pantheon https://pantheon.io/docs/apcu. In /the-events-calendar-category-colors/vendor/composer/ClassLoader.php the loader class uses apcu_fetch and apcu_add which require PECL extensions
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] PHP Critical Error – dynamic cssHere is some more info:
in /the-events-calendar-category-colors/vendor/composer/ClassLoader.php
the loader class uses apcu_fetch and apcu_add which require PECL extensions
https://www.php.net/manual/en/function.apcu-add.php
https://pantheon.io/docs/apcu`sorry my question was not clear. Yes, I have it working on a Multisite and own a pro license.
my question is in addition to setting your mail settings globally in wp-config, is it also possible to override those settings for particular sites? Is it one of the other, set it globally or per site. With over 10k sites on some networks, we have to need to change the from Address on some particular sites.
Forum: Requests and Feedback
In reply to: Admin Help deleting a post/in wordpresss forum@samuel – thanks so much! Yea leaving it up now is great thanks!
Forum: Requests and Feedback
In reply to: Admin Help deleting a post/in wordpresss forumEsmi,
Thanks for responding! I was really hoping this would be an extreme circumstance since i accidentally included confidential information that i shouldn’t have floating out there was hoping since there are no post for people to learn from it would be ok this one time. Is there anything i can do to have it removed.Forum: Plugins
In reply to: [Active Directory Integration] Active Directory Integration – login FailureHere is some more info that hopefully helps. if i try to troubleshoot in test tool. i get this message. any help would be really appreciate
[INFO] method authenticate() called
[INFO] ——————————————
PHP version: 5.3.2-1ubuntu4.18
WP version: 3.8.3
ADI version: 1.1.4
OS Info : Linux pod-1394 3.0.18 #2 SMP Sun Jan 29 15:38:02 UTC 2012 i686
Web Server : apache2handler
adLDAP ver.: 3.3.2 Extended (201104081456)
——————————————
[NOTICE] username: (redacted)
[NOTICE] password: **not shown**
[INFO] Options for adLDAP connection:
– account_suffix:
– base_dn: OU=Users,OU=Identity, (redacted)
– domain_controllers: ldap://(redcated)
– ad_port: 636
– use_tls: 0
– network timeout: 5
[NOTICE] adLDAP object created.
[INFO] max_login_attempts: 10
[INFO] users failed logins: 0
[NOTICE] trying account suffix “@(redacted)”
[ERROR] Authentication failed
[WARN] storing failed login for user “(redacted)”