Brennan Goewert
Forum Replies Created
-
Getting the same error testing on playground. I can create an event, but the events calendar does not display any events.
https://playground.wordpress.net/?plugin=the-events-calendarForum: Plugins
In reply to: [WP Last Modified Info] Post Modified Date Will Not UpdateI’ve noticed this as well and was going to post about it. If you change it via quick edit, it will save as expected.
This seems to be a bug with the plugin. I verified the issue with WordPress Playground. You can verify it yourself here: https://playground.wordpress.net/?plugin=wp-last-modified-info
Submitted GitHub Issue: Only saves on quick edit · Issue #62 · iamsayan/wp-last-modified-info (github.com)
- This reply was modified 6 months, 1 week ago by Brennan Goewert. Reason: Added github link
I’m experiencing this issue as well. I will just deactivate the migration plugin until I need it again. Unsure if this error affects the actual migration process. I suspect not though.
Forum: Plugins
In reply to: [Easy Footnotes] Having a problem possibly related to this pluginHello @raabsalom!
Just following up from this ticket. #57523
It looks like in your original Fixing WordPress forum post, you were unable to get the Health Check plugin to work.
I couldn’t get that troubleshooting plugin to work (“We were unable to copy the plugin file required to enable the Troubleshooting Mode”),
If you are using a hosting provider to host WordPress, I would get in contact with them to see if they can help you with the above issue.
but I did try disabling all the plugins and switching themes, and the problem was still there.
Can you confirm what theme you switched to? Generally when troubleshooting issues like this, it’s is better to switch to a default WordPress theme like Twenty Twenty-Two or another default theme.
Every list cutoff seems to start at the point where I had put a shortcode for a footnote. I don’t think every list containing a footnote is having this problem, though,
Are you willing to provide an example from an affected list? Having a look at this may provide some more context as to why you may be having this problem.
and the problem doesn’t go away when I deactivate this plugin (or any other plugins).
Most post/page content is stored in the site database and, depending on the plugin, generally does not get removed and as a result can persist even when that plugin is deactivated or deleted.
Updated the folder permissions for the entire wordpress-develop directory to 777 and that fixed my issue.
find wordpress-develop -type d -exec chmod 777 {} \;
Wonder if it could be a group permission thing
This was my thought too. I’ve tried using
sudo
. But since thatnvm
is installed on my user and not in a shared dir, this does not work for me. I guess I have to create a symlink or something to run it with sudo. I was not really wanting to install node directly, but that I’m that sure would fix it.However, I can get around this issue by using
/wp-admin/setup-config.php
. It’s just annoying thatenv:isntall
does not work.Interestingly,
wp-env
works with fine. I think it is just the way the Docker environment for wordpress-develop is configured.Thanks for your help. If need be, we can close this thread.
Hello @jcastaneda!
What do you want to know exactly?
OS: Pop!_OS 22.04 LTS x86_64 Kernel: 6.0.12-76060006-generic Shell: bash 5.1.16 Resolution: 1920x1080, 1440x2560, 2560x1440 DE: GNOME 42.3.1 CPU: AMD Ryzen 7 3700X (16) @ 3.600GHz GPU: NVIDIA GeForce RTX 3070 Ti Memory: 12.08GiB / 31.26GiB
Installed Docker Desktop per the docs: https://docs.docker.com/desktop/install/linux-install/
Enabled the Docker Compose V1/V2 Compatibility Mode.Then followed these steps:
- git clone [email protected]:WordPress/wordpress-develop.git
- cd wordpress-develop
- nvm use
- npm i
- npm run build:dev
- npm run env:start
- npm run env:install
Here is the entire error output: https://pastebin.com/9aAf8Zkp
Yes, using the latest version of EM.
The problem was fixed by disabling the multisite option in the network admin settings. I believe when I enable it again and use the “Update Network” feature it will work without a problem.
I’m guessing that when this site was imported to the multisite network from a single site installation it caused some problems.
Everything has been set up correctly. Api key is where it’s supposed to be and all necessary google api libraries are enabled. Like I said in the original post, the maps work fine in the admin area and on the /locations pages.
I was looking at the postmeta table on this particular event and the events manager prefix seems to be missing on every record. I don’t believe it’s supposed to be like this but I could be wrong. The name looks like “_event_rsvp”. I don’t remember seeing anything related to the maps but I could have over looked it.
Another thing to mention is that it’s on a multisite and there is a test site where it was developed before going live and the maps work on there. Same plugins and versions.
Hi caimin,
I linked the specific page on the original post, but it happens on new events as well.