chuckingit
Forum Replies Created
-
Forum: Plugins
In reply to: [Qubely - Advanced Gutenberg Blocks] Post grid bugsI also encountered Post Grid bug while working on XAMPP development site ->
Warning: Trying to access array offset on value of type bool in \wp-content\plugins\qubely\core\blocks\postgrid.php on line 1418
actually got three of same errors since the category i used had three posts …
hence just an fyi … outside of that, super impressed with Qubely … bravo …
Forum: Fixing WordPress
In reply to: user.ini PHP values not respected until Max upload file size changed@scsiraidguru – Thank You!
as fyi to anybody else following this thread, my path for php8.0 was a bit different … thus I modified this file – /etc/opt/remi/php80/php.ini … along with a custom .user.ini at the site level …
Forum: Fixing WordPress
In reply to: HTTP error when uploading PDFI’d like to add volume to @wamedia100 in that we too have been experiencing PDF upload oddities … Just today I tested two WP sites to upload pdf and both produced HTTP ERROR … note one site is REGISTRAR WP network, meaning client running WP via their Domain Registrar … and a separate WP network of sites on different network with different client … in both cases, this pdf of an essay for copywriting client did not upload … i directed client to upload pdf to their Registrar’s WP network, but got similar HTTP errors … this got to me to thinking it was PDF file … here is direct link to said pdf -> http://cooltea.com/avanti/chuckingit/essays/Chuckingit.com-My-Hat.pdf … i then asked client to try uploading another PDF, one i got from computer manufacturer for recent mid-range machine … my client was able to upload that PDF file, but i could not upload that file on my WP network … hence the ping back to @sterndata and/or others that might have PDF upload wisdom solutions at hand :>) cordially, chuck scott
Hi – @jshare – i found situation of bypass similar to Snarkie Design … i went into the General tab and removed all three files (feed, wp-login, login) but no go … while the plugin with its various features worked great (e.g., sign-up with email, count down, social links, use background image) this plugin does not truly put the site into maintenance mode as i was able to login regardless of plugin settings …
note i’m working on WP 4.3 in Multisite and was testing this plugin on subsite … thus when i activated plugin, the temp home page looked great but if i went to mysite.com/mysubsite/wp-login.php, i was able to get in …
moral of story = plugin is great for Coming Soon but not for maintenance (at least not yet) …
other thought for whatever it might be worth = i would have loved to added some text just on top or below the counter … so instead of the numbers just being their, the ability to add some text like “Days before site is back online” or “Time left before we launch” would be killer touch without having to hack plugin core files …
cordially, chuck scott
Forum: Plugins
In reply to: [Mage Reviews] Ratings when edited not updated and left to right …@jason – thank you for the css fix as this worked for me as well thus now my stars go from left to right – Thank YOU! … now if only this plugin could fix the star count when a user edits their comment / change / update their star rating then this would be awesome but i digress …
Forum: Plugins
In reply to: [BuddyPress Docs] Restrict Create New Doc to Group Admins only …oops – just found the option to restrict to Group Admin, Group Moderator or Group Member in the groups -> admin section … thus answering my own thread and answer = Yes can limit docs … thank you!
Forum: Plugins
In reply to: [BP GTM System] Plugin returning errorsditto on what @chiefalchemist and @sielwolf said … ugh … fyi – i’m WP 3.9.2 and BuddyPress 2.0.2 …
Forum: Plugins
In reply to: [BuddyPress Follow] Following appears twice@r-a-y -> Thank YOU!
Forum: Plugins
In reply to: [BuddyPress Follow] Following appears twicejust wanted to chime in here as i’m using lastest BP Group Hierarchy 1.4.3 with WP 3.9.2 and BuddyPress 2.0.2 and am experiencing similar with double entries appearing when i follow someone … ugh …
@r-a-y … Just wanted to pop in and second @hansruedi with “WOW – THANKS – r-a-y” … indeed your github commit did the trick for me with same errors reported by @jr104 and @xenokittten … kudos to fix and great plugin – cheers – chuck scott
okay since my previous posts, i now have it working … i reverted back to my original wp-config and htaccess so ignore what i said in those depts … the key changes i had to make to get this to work are as follows:
1. set the CNAME to the name of the dedicated server, not the primary domain name that hosts the WP Network … previously i had the CNAME set to the primary domain name …
2. in the plugin options, uncheck option 4 and check option 5 … previously i had option 4 checked and option 5 unchecked …
enabling or disabling the other options (options 1, 2 and/or 3) seemed to have no effect with my double login issues but options 4 and 5 did …
thus now i’m back to experience pre upgrades in that as super admin, i can login once to primary site and access all admin panels of sub sites and parked domains sans double log in … and ditto in being able to login at domain parked level sans double logins …
cordially, chuck scott
UGH – NEVER MIND on post above as it did not work in reverse … thus my solution = bogus … ugh … yes i can log in as super admin and access sites but if i login at sub site level as super admin and try to access network of sites, no go … have to login again … even worse, when i tweak plugin setttings, i can’t even login to sub site on first try, thus requires double login … imho = something is not right with this plugin at fundamental level with WP 3.9 ..??..
okay i think i’m answering my own +1 as i just now got it all to work for me … e.g., when logged in as super admin, i can now access any of the sites on the network without having to re-log in to sub sites and/or parked domains at sub sites …
as running start … per original thread by technomad42, i too was having issues with parked domains that were parked and had been set to “Primary” in that they required me to re-login even though i was logged in as Super Admin to mothership network … this was new issue in that pre 3.9 (and/or plugin upgrade) did not have this login issue …
in summary i had to tweak a couple things – primarily my config file and the plugin settings …
there is a third thing i did in that i deleted a mu plugin associated with networks-for-wordpress but not sure that is totally related ..??..
and fourth thing … in that i also changed my htaccess file in that i removed the <IfModule mod_rewrite.c> and </ifModule> that was not part of suggestion for htaccess updates per plugin (see exhibit two) ..??..
accordingly, thus share details as follows …
Step One – Changes to config file … in looking at my original config file vs what my latest version of WP 3.9 and MU Domain Mapped 0.5.4.3 showed, i noticed the new suggestion was slightly different from what i had … see below … so i made changes to config …
Step Two – Select plugin options … i then went back to Domain Mapping Configuration options and checked the following options ->
– no to -> Remote Login
– yes to -> Permanent redirect (better for your blogger’s pagerank)
– yes to -> User domain mapping page
– yes to -> Redirect administration pages to site’s original domain (remote login disabled if this redirect is disabled)
– yes to -> Disable primary domain check. Sites will not redirect to one domain name. May cause duplicate content issues.Other Steps … not sure the changes to htaccess were important but i did them and that is highlighted in exhibit two …
the mu file i deleted = networks-mufunctions.php which is part of this plugin -> Networks for WordPress … and while my development site is using this plugin and has networks within networks, my production site was bombing in this sub site log in dept and currently does not have the plugin activated nor other networks hence the deletion just in case it was contributing to problem ..??..
lastly, the errors i was getting from logging in as super admin to primary site and then trying to access sub sites parked on network had this kind of error and redirection in url bar -> http://mysite.com/wp-login.php?redirect_to=http%3A%2F%2Fmysite.com%2Fwp-admin%2F&reauth=1
… thus i thought it was cookie issue at first and tried other options including Root Cookie plugin but nada …conclusioin = the order in my config file and the settings in plugin were probably the strike zone that got me back on track … the other changes might have helped (or not) but i’m calling it quits and not retesting those hypothesis but share just in case …
cordially, chuck scott
===============================
Exhibit 01 – old config vs new
===============================
old config had different order of code, had base var defined, and had one line commented out per suggestion of the Networks-for-WordPress plugin …new config suggestion was this and i replaced the old with this ->
define('MULTISITE', true); define('SUBDOMAIN_INSTALL', false); define('DOMAIN_CURRENT_SITE', 'myprimarysite.com'); define('PATH_CURRENT_SITE', '/'); define('SITE_ID_CURRENT_SITE', 1); define('BLOG_ID_CURRENT_SITE', 1);the previous config was this ->
define( 'MULTISITE', true ); define( 'SUBDOMAIN_INSTALL', false ); $base = '/'; /** * CS Comment out line below per plugins - WP Multi Network and Networks for WordPress define( 'DOMAIN_CURRENT_SITE', 'myprimarysite.com' ); */ define( 'PATH_CURRENT_SITE', '/' ); define( 'SITE_ID_CURRENT_SITE', 1 ); define( 'BLOG_ID_CURRENT_SITE', 1 );=========================
Exhibit 02 – htaccess
==========================
had been this -><IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L] </IfModule>so i changed it to this sans the ifmodule ->
# BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L] # END WordPressditto here on the +1 with help on fix as i’ve been pulling my hair out (well not literally) and have tried all kinds of combinations but to no avail … thus any pointers would be greatly appreciated :>)
@mark – ditto on what zztype said -> greatly appreciate the Wordfence love and responsiveness – kudos to you and your Wordfence team!