damarusama
Forum Replies Created
-
HI there,
I am having a similar problem and I followed all the steps in this thread. I activated the php.ini allow_url_fopen = On. I didn’t do the .htaccess because it give me a 500 error and I read these only work in php 6 anyhow.
I am hosted on 1and1.com.
I also tested the :
<?php error_reporting(E_ALL); ini_set('display_errors','On'); echo file_get_contents( 'https://www.google.com/calendar/ical/161hkrdo0qrhfc6sj4s613gib4%40group.calendar.google.com/public/basic.ics' ); ?>
You can see the result here :
https://radhayogacenter.org/wordpress/test.phpWhich display the actual calendar. I looked into the error trough the firebug ajax-admin script and it cleanly give an error that there is no event.
I tried the calendar on a different site and it worked so it’s defenitly my settings or my host :S.
The calendar I am working with is :
which is also copied locally to test here :
The php info shows that I have these on :
allow_url_fopen On On
allow_url_include On Onhttps://radhayogacenter.org/wordpress/phpinfo.php
What else should I be looking for ?
Forum: Requests and Feedback
In reply to: New media library (on 2.5)about galery upload :
Built-in galleries — when you take advantage of multi-file upload to upload a bunch of photos, we have a new shortcode that lets you to easily embed galleries by just putting [ gallery] (without the space) in your post. It’ll display all your thumbnails and captions and each will link each to a page where people can comment on the individual photos. I’ve been using this feature on my blog and have already uploaded over 1,200 pictures into 23 galleries. The shortcode has some hidden options too, check out this documentation.