bumblebeegames
Forum Replies Created
-
Thanks, which one? Apache error log is empty after a curl.
Calling the cron-link from the browser doesn’t work either, nor does a terminal curl. The page gets called though (did a curl -v). Unfortunately, I don’t get any logfiles related to the pulling. Could you offer a hint on how to debug this issue?
Both do not work, neither cron nor automatic. It works perfectly fine when I press the “Pull feed now” button. No caching plugin active.
Thank you for your reply. However, as I stated above, I was using the cron-job and it gets triggered, which I can see by the plugin setting up tags. But the actual post is not being generated.
Addendum: Something IS happening – I just saw that the terms for the articles to be pulled have been successfully created, but no article (post) is being created.
RSS Feed Syndications are being created as standard posts and do so correctly when pressing “pull feed now”, but not through automatical pulling.It does: https://www.deepl.com/api.html
Thanks a lot!Forum: Fixing WordPress
In reply to: Special characters get messed up when importing RSS feedsThe problem seems to be server-related, as these issues only show up in relation to RSS feed-imports. I can use special characters all over the installation without issues.
Anyone any idea what might be causing the server to mistranslate these characters and not use UTF-8?Forum: Fixing WordPress
In reply to: Special characters get messed up when importing RSS feedsExactly.
Forum: Plugins
In reply to: [FeedWordPress] Special characters get messed upI know by now that it is related to this specific installation of wordpress. Could you tell me where Feedwordpress is storing its data in? I’d like to find out if it is a Collationproblem. thanks!
Forum: Fixing WordPress
In reply to: Can’t access pages after setup on new serverThank you, but unfortunately, that didn’t fix it. The page is hosted on a VPS, yes.
Here’s the setup (had to exchange the domainname for <url> here):# vhost_start <url>.com <VirtualHost <ip>:80> ServerName <url>.com ServerAlias www.<url>.com ServerAdmin webmaster@<url>.com DocumentRoot /home/www/public_html/gain UseCanonicalName Off ScriptAlias /cgi-bin/ /home/www/public_html/gain/cgi-bin/ # Custom settings are loaded below this line (if any exist) # Include "/usr/local/apache/conf/userdata/www/<url>.com/*.conf <IfModule mod_userdir.c> UserDir disabled UserDir enabled www </IfModule> <IfModule mod_suexec.c> SuexecUserGroup www www </IfModule> <IfModule mod_suphp.c> suPHP_UserGroup www www suPHP_ConfigPath /home/www </IfModule> <Directory "/home/www/public_html"> AllowOverride All </Directory> <Directory "/home/www/public_html/gain"> AllowOverride All </Directory> </VirtualHost> # vhost_end <url>.com- This reply was modified 7 years, 10 months ago by Steven Stern (sterndata).
Forum: Developing with WordPress
In reply to: GET request results in 404Aaaah, alright, thanks so much! That fixed it.
Forum: Developing with WordPress
In reply to: GET request results in 404Addendum: Tests have shown that the function including ‘ if( isset($_GET[‘services’]) ) {‘ is being correctly triggered and it’s reaching the $query->set.
Aaah, sorry, my fault – seem to have accidentally disabled Format-Override. Sorry and thanks for your support!
Also tried removing
{has_bookings}
No success.That’s 5.8.1.3.
Single Event Page formatting looks like this:<div style="float:right; margin:0px 0px 15px 15px;">#_LOCATIONMAP</div> <p> <strong>Date/Time</strong><br/> Date(s) - #_EVENTDATES<br /><i>#_EVENTTIMES</i> </p> {has_location} <p> <strong>Location</strong><br/> #_LOCATIONLINK </p> {/has_location} <p> <strong>Categories</strong> #_CATEGORIES </p> <br style="clear:both" /> #_EVENTNOTES {has_bookings} <h3>Attend</h3> #_BOOKINGFORM <h4>Participants</h4> #_ATTENDEES {/has_bookings}It does show the booking-form, but neither “Attend” nor the Attendees.