patrickhait
Forum Replies Created
-
Not at all a solution, but a temporary band-aid: I ended up switching back to the Classic editor. Normal functionality has been restored. I hope this is at least acknowledged by the WordPress team and hopefully fixed soon.
Thank you @otto42, that issue that you referenced #10154 explains my situation exactly. I don’t think I changed any of the default roles. Notice, i’m not talking about posts here, but pages. I don’t necessarily want authors to be able to create new pages, just to be able to update the pages that I assign to them… as we’ve been doing for the past several years! When I switch back to classic editor, the author gets the update button back. But in gutenberg, the is no update button and the page gets reverted to draft when they submit for review. It would be great if the author could still have an update button in gutenberg.
My authors have: edit_pages and edit_published_pages. I don’t want to give them publish[new]_pages because I only want them tp edit their assigned pages.
Forum: Plugins
In reply to: [Members List Plugin] Illegal string offset ‘name’So Sorry! You can mark this ‘probably’ solved .. I was stuck on an old version 3.6.3. I tested the plugin on another site and saw that it worked on PHP7. It was a change that I made a long time ago and forgot that I didn’t allow the upgrade to happen. Thank you for your assistance.
Forum: Plugins
In reply to: [Members List Plugin] Illegal string offset ‘name’Thanks for getting rid of the errors in PHP 5.6!
I replaced the sanitize function what was on line 448-450 with the code that you suggested.However, the same behavior displayed itself when I tried out PHP 7 again. No list, and several instances of “Illegal string offset ‘name’ — 432″ in the php error log.
Edit: Strange — It thinks it’s displaying #1-5 .. and then when I go to the next page #6-11, and it even leaves blank space for them (Under PHP7), but nothing is displayed.
My Shortcode is: [members-list list=”” search=true alpha=true pagination=true pagination2=true sort=true radius=false]
- This reply was modified 8 years, 1 month ago by patrickhait. Reason: more details
- This reply was modified 8 years, 1 month ago by patrickhait.
- This reply was modified 8 years, 1 month ago by patrickhait. Reason: updated shortcode
- This reply was modified 8 years, 1 month ago by patrickhait.
- This reply was modified 8 years, 1 month ago by patrickhait.
Forum: Plugins
In reply to: [Members List Plugin] Illegal string offset ‘name’When I view the page using PHP7, I see the entire page Except for the list of members… I see the alphabet where I can select the letter for the listing, but I cannot see any members.
Note: When I switch back to PHP5.6, all works well. I want to go over to PHP7 though!
Are there any plans to fix that function for ‘Illegal String Offset’?
Forum: Plugins
In reply to: [W3 Total Cache] Page_Enhanced cache changing to .old within secondsGo figure – I restarted Apache, and now it’s all better. Strange. (The cached files did not change to .old, and it’s been 10 minutes!)
I don’t know if you use any caching software .. I use W3TC. I found that I had to empty the Object Cache each time I changed a setting in GCE. That would make my changes ‘live’. Good luck! v2.2.1 did solve my ‘Number of Events’ issue.
Thank you! All better! Great plugin, great support. Thanks for your quick action!
Thank you for researching this!
Public GCal ID: https://www.google.com/calendar/embed?height=600&wkst=1&bgcolor=%23FFFFFF&src=nta75rgq6vgb9qi83p5bq1kuso%40group.calendar.google.com&color=%232952A3&ctz=America%2FNew_York … ([email protected])
Website: https://www.scmea.org
Screenshots: https://www.scmea.org/settings1.jpg , https://www.scmea.org/widget1.jpg
Note: When I tell the widget to show me a month, it will! (approx 9 or 10 events). When I tell the widget to show me any ‘number of events’, it will always show me two. This behavior is new as of yesterday’s update. I’d prefer the ‘number of events’ selection.
Thanks for your help!
Update —
Furthermore, on the calendar display page that I can create using the simple shortcode — [gcal id=”5948″] — only two events are shown in the list. When I hit ‘Next’, the page loads with a ‘ -1 ‘ in place of the word back, and there is no data on the screen.
When I am logged out, next and back work correctly.
However, the widget is still only showing a list of 2 events when I’d like 5 or 6.
Could also be a 1 week limit…
Thanks!
Forum: Plugins
In reply to: [User Role Editor] Custom Role Cant Add Multiple RolesIs there any way to allow such a role (ie. manage_users) to use URE? This would be very helpful to me. Can I create a custom capability to enable the manage_users role to use URE and “Other Roles” ?
Forum: Fixing WordPress
In reply to: "Cookies are blocked or not supported by your browser."@rossagrant – Thank You!! I was using nice login widget, and have been struggling with this for a while. I commented that line out three times in the widget code, and all is good!
Forum: Plugins
In reply to: [Export Users to CSV] Can't get the fileDoes this have something to do with being on php 5.4? When I reverted to 5.3, it worked. Is this plugin supposed to work with 5.4?
I found the code .. module.nextgen_addgallery_page.php .. However, even if I move the .js file out of the static directory .. or get rid of the php call to find the static directory .. the word “Static” .. or wherever I put the file seems to get corrupted on one computer. It works fine from other computers. Just installed firefox for the first time, same deal there. When I view source, the word ‘Static’ has percent signs in it. I have tried to change the encoding (utf-8, windows-1252) …
Does anybody have any ideas as to why these Percent-Codes are showing up?
st%EF%BF%BDtic …. instead of the word ‘static’
or
/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nex%EF%BF%BDgen_addgallery_page/jquery.filetree.js
nex%EF%BF%BDgen_addgallery …. instead of the word ‘nextgen’ ?
Strangely, it works fine on two other computers.
Doesn’t seem like a javascript problem, other than the fact that it’s not loading the file, because it can’t find it, because the html appears corrupted. Bizarre!
I think I have found .. somehow .. that the word static got corrupted. Does anybody know what file I will find that code in so I can fix it?