Hi,
Are you able to test it without the index.php part in your permalinks?
Hi caimin
I actually did that earlier when I was setting my permalink structure, all site pages started screaming 404. I figured this was a windows thing. Until I hit this error with events
Regards
Pal
Is your .htaccess file updating correctly when you change the permalink structure?
actually there wasnt one.
added this…
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
stil no difference. Is there something I need to modify on the events- mgr files?
i made an interesting discovery by chance.
It seems that I can get to the events page by entering http://website/events
there is a search function bar. so after I enter all the search details it bounces to the /index.php/events page which then throws out the error
Also I have a single past event listed. Should that show or not? or does it display present and furture events?
The events that are displayed depend on the settings under Events > Settings > Pages > Events List/Archive.
It sounds like you have the wrong permalink set under Events > Settings > Pages > Permalink Slugs.
I setup the events displayed. As posts and/or pages.
The second one, I left it as default
see the screen shot here. 🙂
http://www.mmajb.com/wp-content/uploads/2015/03/mmaeventissue.png
I event added the index.php to the slug, it doesnt work.
Going to give it one last option. Try uninstalling and redoing the process.
thanks for the support. found an alternative solution