Quote:
Originally Posted by PoetJA-1975
hmmm - I've had psiStats on JPiC for over 24 hours now - and I don't believe it's updated once since install - You did give me an idea though...
About the cron... I checked in my ADMIN CP for scheduled tasks and didn't see the psiStats Update cron added, though I'm sure I uploaded it in the original installation...
So I went to AdminCP ------> Scheduled Tasks -----> Add New Scheduled Task and added the cron manually.
Question: What are the correct variables I should use to make the cron update every 15 minutes?
Jacquii.
|
Hmm, it should have been added. The is_newer_version() function of vBulletin seems to be buggy though... Anyway, please run the following query to create the cron:
[SQL]INSERT INTO `cron` VALUES (NULL, 1136665500, -1, -1, -1, 'a:1:{i:0;i:25;}', './includes/cron/psistats_update.php', 1, 'psiStats 2006 Update (15-Minute Interval)')[/SQL]