valgorn
Forum Replies Created
-
Hi Mike, no problem. Thanks for all you do with this plugin!
Btw, I added “AddType x-mapp-php5 .php” to my .htaccess. In case, someone else needs to know…
Thanks!
Forum: Plugins
In reply to: [The Events Calendar] [Plugin: The Events Calendar] Newbie Answers & Bug FixHi Highwood, I haven’t run into the problem your having. I’ll see if that happens to me. Currently, I’ve stopped developing and reading “smashing wordpress” book to get more insight to word press. even though it’s talking about version 2.8, it seems good.
Awesome! Glad it helped.
Forgot to say, the settings option should be under “Settings -> WordPress HTTPS”
Hi Dave,
I don’t know if this will help you or not, but I had the same issue. After a few hours I realized my web host defaults to PHP 4 and this plugin requires PHP 5. I had to put a line of code into my .htaccess file to get it to run PHP 5.
You can see if this is your problem by copying this line of code:
<?php phpinfo() ?>
into a php file and running it from your web browser.
I hope this helps.
I downloaded this plugin and had the same issue, where I couldn’t access the setting options located at: “Settings -> WordPress HTTPS”.
After hours of trying to figure out what is going on, I found out that this plugin requires PHP 5. My web host defaults to PHP 4, but after adding a line of code in my .htaccess, I was able to finally see the settings.