LittleCoding
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Calendar page returns 404 error: not foundI am having this issue and the cache flush fixes are not help. I do see in the PHP error log:
tribe-canonical-line channel=default level=error source="Could not locate this post by the slug provided." method="TEC\Events_Pro\Custom_Tables\V1\WP_Query\Custom_Query_Filters::parse_for_sequence_id_lookup"
When I has a look in the DB I do see that the entry for the post’s GUID is odd looking:
https://mysite.test/?post_type=tribe_events&p=123456
I would expect to see an value more like one of these:
https://mysite.test/?post_type=tribe_events&p=123456
or justhttps://mysite.test/?p=123456
The handling of the ampersand (&) appears is interesting. When entering ether of my expected values the request is correctly converted to the slug URL (https://mysite.test/event/sesame-street) and returns as a 404. But if I use the exact value from GUID (with the ampersand converted in to the HTML code —
&
) the request is not converted but will display the calendar page.Forum: Plugins
In reply to: [EU Cookie Law for GDPR/CCPA] Undefined index errors/wp-content/plugins/eu-cookie-law/defaults.php
If you are using debug mode in WP the error is a real pain.
The fix would be to us the PHP
empty
function on the$asParts['port']
variable like in line 57.Any update on the PRO edition with this feature? I do not see anything in the 3.0.0 Changelog about feature sneaking in.
I have run into the same issue.
I have run into the same issue.
Sorry, this is the same issue as “Private” properties are not showing up for logged in admin.