calendar not showing
-
Hi, I have installed the calendar plugin by o’shea, unsuccessfully. when I add an event, I get the error msg
“Error: For some bizare reason your event was not added. Why not try again “I can see below that it was added, and I can see in the database that it was added; however, I dont see the new calendar on my blog. please advise.
———————————————–
my .hta looks like the following:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /RewriteRule ^calendar/([^/\.]+)/([^/\.]+)/?$ wp-calendar.php?year=$1&month=$2 [QSA,L]
RewriteRule ^calendar/?$ wp-calendar.php [QSA,L]RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
——————————–
on the calendar screen within the wp-admin panel it says the following are in the DB.ID Title Description Start Date End Date Recurs Repeats Edit Delete
4 test test 2007-07-04 0000-00-00 Never N/A Edit Delete
5 test2 test2 desc 0000-00-00 0000-00-00 Never N/A Edit Delete
- The topic ‘calendar not showing’ is closed to new replies.