lgespee
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Media Widget] Icons not being loaded over HTTPS [fix included]You’re welcome. Please make sure to test it afterwards for any unwanted behaviour, I didn’t do any elaborate testing after the change.
Forum: Plugins
In reply to: [Posts By Tag] Tags can cause css confusionI also experienced this issue.
I was using a tag called ‘logo’, which resulted in a few posts links receiving all the CSS given to the website logo by a theme I used.
It would be really nice if an option could be used to specify:
- add tags as class names (backwards compatibility mode)
- prefix class names with ‘tag-‘ (@WebDragen suggestion)
- don’t include tags as class names at all (keeps your HTML small)
Thanks in advance.
Checked wp-config.php but it didn’t have DISABLE_WP_CRON set to true.
The problem seemed to be that the site runs behind .htaccess, therefor wp-cron.php is unreachable for WordPress and thus Cron jobs aren’t executed.
I solved this by adding the following acception to my .htaccess file:
<Files "wp-cron.php"> Allow from All Satisfy Any </Files>
For future reference and other users having similar issues I posted this, so their debugging might go faster.
Seems it doesn’t, thanks for pointing me in the right direction.
I have another site running on the same server where the problem doesn’t occur, the backup runs just fine there.So it must be someting with the WordPress Cron system on the ‘trouble giving’ site.
Thanks for your response, if you have any more pointers where to look I will truly appreciate it.
I might be experiencing the same problem.
I installed the plugin (version 0.9.4) and successfully linked the Dropbox account.
When I click the Start Backup button under Backup Now I get the following message:Your backup has been scheduled and is waiting for WordPress to start it. This could take a few minutes, so now is a good time to go and grab a cup of coffee.
However nothing seems to happen, even after an hour no files are visible in Dropbox.
The plugin What’s in Cron tells me this:
Apr 11, 2012 @ 9:11 (1334135482) One-off event execute_instant_drobox_backup Apr 13, 2012 @ 2:00 (1334282400) Once Daily execute_periodic_drobox_backup
I started a manual backup (using Backup Now) yesterday at 9:11 UTC, which is visible in the Cron list, but it didn’t result in any backuping being done. The nightly/daily backup at 2:00 also didn’t run.
A new Cron for tonight (it is currently Apr 12, 2012) is planned, but a new manual backup I started about 30 minutes ago is not visible.