davidjmorin
Forum Replies Created
-
Nevermind. It was my own code causing issues.
Forum: Plugins
In reply to: [The Events Calendar] Links to Events 404I have tried all the above. Nothign works. I purchased another plugin as this was not working.
Forum: Fixing WordPress
In reply to: wp-json error 403Did you ever fix this? I am having the same issue
- This reply was modified 8 months, 2 weeks ago by davidjmorin.
Forum: Plugins
In reply to: [The Events Calendar] Links to Events 404oh 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.5Server 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? YesVersion 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 reachableForum: Plugins
In reply to: [The Events Calendar] Links to Events 404I 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.
Thank you!
Yeah I know I can edit the profile but I was doing a mass update on over 1200 users to make everything uniform.
- This reply was modified 10 months, 2 weeks ago by davidjmorin.
bonehead move. from email was still set to my gmail. leaving this here for future people to see.
I would see if your ports are open from your server side. Some cloud based services block the ports for mail..
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] One row per order with multiple itemsThank you. This is now the best export plugin I have tried. Excellent job.
Bump
Forum: Plugins
In reply to: [AIO Forms - Craft Complex Forms Easily] Compatibility Issue – Zoho MailOk thank you for the fast response!
It should also be noted I am using custom user roles.
- This reply was modified 1 year, 10 months ago by davidjmorin.