• Resolved davidjmorin

    (@davidjmorin)


    We have a website that is a user only site. It is a private site so I wont paste the link here.

    Issue, create event. When I go to link it redirects tot the main page. This is how our 404 acts if a page does not exist. Also, the events do not appear on calendar. They show on the admin backend though.

    I was using the MEC Pro plugin for a while but it is now interfering with my woocommerce backend so I have removed it. I have high hopes for this and would love to get the pro version if I can get past this stupid issue. Please assist.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi @davidjmorin,

    This sounds like it could be a few different things.

    First, can you double-check the following:

    Event Visibility: Make sure the events are published and not set to draft or private.
    Event Dates: Confirm that the event dates are within the visible range of your calendar.
    Event Categories: If you’re using categories, check if the events are assigned to categories that are being displayed on the calendar.

    If those all look good, it’s possible there might be a conflict with another plugin or your theme.

    Since you mentioned previously using Modern Events Calendar (MEC), could you confirm if you have fully deactivated and uninstalled that plugin? Leftover settings or shortcodes from MEC could potentially interfere with The Events Calendar.

    If you’re still having trouble, here are a couple of troubleshooting steps you can try:

    Clear Cache: Clear your browser cache and any server-side cache you might have.
    Check Permalinks: Go to Settings > Permalinks in your WordPress dashboard and click “Save Changes.” This will flush your permalinks and can sometimes resolve linking issues.

    We hope this information helps.

    Thread Starter davidjmorin

    (@davidjmorin)

    @cheskatec

    I followed your steps to the T. Still getting a 404 on my site for links to the event. I also tried disabling all plugins except TEC. Permalinks did not appear to be an issue.

    <IfModule mod_rewrite.c>

    ? ? RewriteEngine On

    ? ? RewriteCond %{REQUEST_URI} ^/?wp\-content/+debug\.log$

    ? ? RewriteRule .* - [F,L,NC]

    </IfModule>

    <IfModule mod_rewrite.c>

    ? ? RewriteCond %{REQUEST_URI} \.(pdf|doc|docx|odt)$ [NC]

    ? ? RewriteCond %{REQUEST_FILENAME} -s

    ? ? RewriteRule ^wp-content/uploads/(.*)$ dl-file.php?file=$1 [QSA,L]

    </IfModule>

    <IfModule mod_authz_core.c>

    ? ? <Files wp-content/plugins/woocommerce/>

    ? ? ? ? Require all denied

    ? ? </Files>

    </IfModule>

    <FilesMatch “.(eot|otf|ttf|woff|woff2)”>

    ? ? Header always set Access-Control-Allow-Origin “*”

    </FilesMatch>

    php_value session.gc_maxlifetime 10800

    php_value max_input_time ? ? ? ? 10800

    php_value max_execution_time ? ? 10800

    php_value upload_max_filesize ? ?110M

    php_value post_max_size ? ? ? ? ?120M

    # END W3TC Page Cache core

    # BEGIN WordPress

    # The directives (lines) between "BEGIN WordPress" and "END WordPress" are

    # dynamically generated, and should only be modified via WordPress filters.

    # Any changes to the directives between these markers will be overwritten.

    <IfModule mod_rewrite.c>

    RewriteEngine On

    RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

    RewriteBase /

    RewriteRule ^index\.php$ - [L]

    RewriteCond %{REQUEST_FILENAME} !-f

    RewriteCond %{REQUEST_FILENAME} !-d

    RewriteRule . /index.php [L]

    </IfModule>

    # END WordPress

    # END WordPress

    <files ~ "^.*\.([Hh][Tt][Aa])">

    ? ? order allow,deny

    ? ? deny from all

    ? ? satisfy all

    </files>

    <files wp-config.php>

    ? ? order allow,deny

    ? ? deny from all

    </files>

    <IfModule mod_rewrite.c>

    ? ? RewriteEngine On

    ? ? RewriteBase /

    ? ? RewriteRule ^wp-admin/includes/ - [F,L]

    ? ? RewriteRule !^wp-includes/ - [S=3]

    ? ? RewriteRule ^wp-includes/[^/]+\.php$ - [F,L]

    ? ? RewriteRule ^wp-includes/js/tinymce/langs/.+\.php - [F,L]

    ? ? RewriteRule ^wp-includes/theme-compat/ - [F,L]

    ? ? RewriteCond %{REQUEST_URI} !^/wp-content/plugins/file/to/exclude\.php

    ? ? RewriteCond %{REQUEST_URI} !^/wp-content/plugins/directory/to/exclude/

    ? ? RewriteRule wp-content/plugins/(.*\.php)$ - [R=404,L]

    ? ? RewriteCond %{REQUEST_URI} !^/wp-content/themes/file/to/exclude\.php

    ? ? RewriteCond %{REQUEST_URI} !^/wp-content/themes/directory/to/exclude/

    ? ? RewriteRule wp-content/themes/(.*\.php)$ - [R=404,L]

    </IfModule>

    RewriteEngine On

    RewriteCond %{REQUEST_URI} !^/wp-admin [NC]

    RewriteCond %{QUERY_STRING} author=\d

    RewriteRule ^ /? [L,R=301]

    Above is my .htaccess file.

    I also use cloudflare for my DNS. Could it possibly be an issue with RSS feed or the ?REST API?

    Also, the database is not showing anytihng for the events under the plugins table.

    Thread Starter davidjmorin

    (@davidjmorin)

    oh an i am also using PHP 8.1 FP

    Event counts
    publish: 6
    future: 0
    draft: 0
    pending: 0
    Organizer counts
    publish: 2
    future: 0
    draft: 0
    pending: 0
    Venue counts
    publish: 1
    future: 0
    draft: 0
    pending: 0
    Block Editor enabled for events false
    Include events in main blog loop false
    Views
    list: 1
    month: 1
    day: 1
    Default view list
    Total imported events 0
    Front page calendar false
    Previous TEC versions
    1: 6.0.12
    2: 6.0.13.1
    3: 6.5.1.5



    Server architecture Linux 5.10.0-21-amd64 x86_64
    Web server Apache/2.4.56 (Debian)
    PHP version 8.2.19 (Supports 64bit values)
    PHP SAPI fpm-fcgi
    PHP max input variables 1000
    PHP time limit 30
    PHP memory limit 256M
    Max input time 60
    Upload max filesize 200M
    PHP post max size 200M
    cURL version 7.74.0 OpenSSL/1.1.1n
    Is SUHOSIN installed? No
    Is the Imagick library available? Yes
    Are pretty permalinks supported? Yes

    Version	6.5.5
    Site Language en_US
    User Language en_US
    Timezone America/New_York
    Home URL
    Site URL
    Permalink structure /%postname%/
    Is this site using HTTPS? Yes
    Is this a multisite? No
    Can anyone register on this site? Yes
    Is this site discouraging search engines? No
    Default comment status Open
    Environment type production
    User count 349
    Communication with www.ads-software.com www.ads-software.com is reachable
    Plugin Support tristan083

    (@tristan083)

    Hi @davidjmorin ,

    Thank you for your message and the information. Have you tried re-saving the affected events in the admin dashboard?

    Plugin Support Darian

    (@d0153)

    Hi there,

    I hope everything is going smoothly for you. I just wanted to touch base and inquire if you had the opportunity to review the response above as it has been some time since we last heard from you.

    Looking forward to your reply.

    Thread Starter davidjmorin

    (@davidjmorin)

    I have tried all the above. Nothign works. I purchased another plugin as this was not working.

    Plugin Support tristan083

    (@tristan083)

    Hi @davidjmorin ,

    Thank you for your message, and I’m sorry to hear of your decision.

    Please feel free to reach out if there was anything we could do to further assist.

Viewing 7 replies - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.