eracc
Forum Replies Created
-
Forum: Plugins
In reply to: [Secure HTML5 Video Player] Does not appear to be working …Ah, it has to load the entire video first apparently. That is bad for very large files.
Forum: Plugins
In reply to: [Event Calendar] Beta Release 0.9.9I do not see a “copy event” option listed. I was hoping that was in this beta. 🙁 I presume that is still in the works?
Forum: Plugins
In reply to: [Event Calendar] Beta Release 0.9.9Ah, deactivating and reactivating worked. I should have tried that first. The beta was installed over an existing install. That was probably the problem. Thanks!
Forum: Plugins
In reply to: [Event Calendar] Beta Release 0.9.9Installed on our testing site. Tried to click on “Settings” in the Installed Plugins menu and got this error:
You do not have sufficient permissions to access this page.
Internal Server ErrorUnfortunately this is the primary WordPress user for our test site. The first one created at install that should always have access to everything. How do I fix this?
Forum: Plugins
In reply to: [Event Calendar] [Plugin: Ajax Event Calendar] Recurring event?@nelsondbeverly27, I suspect Eran does not do WordPress plugins for a living and so his time is limited. Even if this were Eran’s full time source of income, paying to “speed things up” will not necessarily have us end up with a good solution in the near term. I’ve been in the computer consulting business long enough, over 20 years, to have seen poorly implemented code in a paid rush job several times. I would rather have a good solution in the long run than a poorly implemented feature in the near term.
That said, maybe Eran can figure out a copy / paste for copying an event in the short term. It seems that would be simpler to code than a full bore recurring event algorithm. But as I know my coding skills are not up to that, what do I know about how difficult that would be anyway? 🙂
Daniel, I gave you the “log”, which is the output from trying to unzip the file I downloaded from this URL: http://downloads.wordpress.org/plugin/backwpup.zip
I downloaded to my local Linux web development server, tried to run unzip from the command line, as shown, and got that error. I am not sure what else you need for which you are asking.I still cannot unzip the backwpup.zip file. Getting this error when I try:
$ unzip backwpup.zip
Archive: backwpup.zip
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
unzip: cannot find zipfile directory in one of backwpup.zip or
backwpup.zip.zip, and cannot find backwpup.zip.ZIP, periodI just downloaded it and tried unzip again today before posting this.
That did it. Thank you!
I would test the development version, but I do not know where to get it. Is it in a zip or tar.gz file somewhere I can download?
BackWPup 2.0.3, WordPress 3.2.1 here.
Cron run was working under previous releases, now does not, It just generates a log entry, but there is nothing IN the log:
4 Database Backup
July 14, 2011 3:43 am: Daily DB – Keep 14
O.K. only Log 0 sec.
3 File Backup
July 14, 2011 3:43 am: Daily File – Keep 14
O.K. only Log 0 sec.Manual backup is working:
4 Database Backup
July 13, 2011 9:12 pm: Daily DB – Keep 14
O.K. 6.86 MB 29 sec.
3 File Backup
July 13, 2011 5:43 pm: Daily File – Keep 14
O.K. 136.08 MB 59 sec.Unfortunately we need to have cron backup working.
Ah, that would explain it then. No problem. Maybe you need local revision control? 🙂
The only ones I use explicitly are the ones I mentioned here:
- %thistotalpageviews%
- %thistotalpages%
- %thistodaypageview%
But the one I most rely on most is the unique visitors per page in my footer with %thistotalpageviews%.
Argh! The %thistotalpages% variable does not work either…
Edit: nor does %thistodaypageview% … 🙁
FYI, I tried just placing %thistotalpageviews% in the statpressV widget and it still does not work. The widget just prints the string %thistotalpageviews%, not a number. Has this variable been removed? If so, how do I now get a total for unique views of each page?
Yes, I know about the StatPress_Print() function and do use it. Here are the relevant lines from the footer (of course the StatPress_Print line is still commented out at this point.)
<?php /* Remove this line and the next line if StatPress is uninstalled */ ?> <?php /* StatPress_Print("%thistotalpageviews%"); /* ?>Let me know what else you need to fix this. Thanks for the quick response.
Forum: Plugins
In reply to: [Event Calendar] [Plugin: Ajax Event Calendar] Recurring event?I understand about recurring events being a while away. I just wanted to say “me too”. 🙂
In the meantime, how about being able to copy an event with something like [Ctrl]+click and drag? Or a [Copy] button on an existing event that pops up a mini calendar to copy an event to another day? Would one of those be onerous to code? If I had a clue how to do this myself I would do it an submit a patch to you. Unfortunately my coding skills are not up to that. If this can already be done, I have not found the magic word yet.