Forum Replies Created

Viewing 15 replies - 1 through 15 (of 39 total)
  • Hi Claudio – I think you might have re-introduced this bug into v1.6. The ‘\tables’ is back…

    Apologies Claudio, the error message above originates from file “index”, not in file view.php. This was caused by an empty recordset in the underlying query leaving a gap in the javascript below:

    <script type="text/javascript">
        jQuery(document).ready(function() {
            var nvd3Data_ph_ReferralPie = ;chartData = nvd3Data_ph_ReferralPie;

    Once fixed, the plug-in worked like a charm, thank you.

    Two things that might be worth hardening in a later release are:

    1. Attempts to chart an empty recordset could give a warning rather than needing to debug code.
    2. I migrated my WP install using DesktopServer and changed the database name in the process. WPBI does not let you change the database connection details in the Lite version (I had to delete the existing record using PHPMyAdmin). It was the old DB string that was causing my empty recordset… I appreciate that multiple connection string come with the paid version (which I am now very interested in purchasing) but it would be nice to give a ‘reset database connection’ feature to Lite users that have ported their DB.

    Hope that helps, and thanks again for the fix!

    Roger.

    Thanks Claudio. Nice work.

    One small glitch… I seem to be getting a syntax error now in file view.php:
    Uncaught SyntaxError: Unexpected token ;

    This seems to be the offending line:
    var nvd3Data_ph_ReferralPie = ;chartData = nvd3Data_ph_ReferralPie;

    Any chance of a fix?

    Thanks again,
    Roger.

    Hi Claudio – any luck?

    Any update on this? It’s a great plug-in but I’m also seeing the same issue, i.e. that custom user roles do not seem to see their associated menus, which is unfortunately what I need this feature for.

    Any idea if this is fixable in the near future? If not, any suggestions for an alternative plug-in?

    Thanks.

    Hi Claudio,

    I see your point but I just checked all the other pages on this site, created the same way and only the page with the WPBI plug in throws this error… I even tried changing themes to 2014 to see if it was Responsive. Same problem. I deactivated every plugin except WPBI, same problem.

    I checked the console again. The problem appears to stem from file view.php, which contains include_once(‘includes.php’). Please could you take another look?
    Thanks.

    Hi Claudio et al. I have the same problem with the Lite version v1.5 on WP4.0 on W7 using the DesktopServer XAMPLite stack, namely that a (pie) chart will not render on a page when using a short-code. I also get the jQuery error in the console when viewing the page. As per a previous poster, the pie chart displays just fine in the admin section.

    I used the Chrome browser “inspect element” on the offending page and it seems that in the <head> section there is a slash (/) missing between the domain and the sub-folder wp-includes:

    <script type=”text/javascript” src=”https://referral.devwp-includes/js/jquery/jquery.js?ver=1.11.0″></script&gt;

    My test domain in this example is referral.dev

    There are plenty of script references that are well formed (mainly to sub-folder /wp-content) but both the ones under /wp-includes appear to be missing the ‘/’ folder separator.

    Hope that helps and please let me know if this means there is a fix in the pipeline ?? Thanks.

    Nice suggestion Harald. I’m working on a similar concept – a team site that combines events organisation with task management / project planning and I have a very similar requirement: to aggregate to-do’s with meetings and events.

    In my case I was looking at the Time.ly all-in-one calendar because I like the look and feel (especially the upcoming events widget) but this is a generic question – how to integrate tasks on an events calendar or vice-versa.

    +1 for a solution to this!

    Thread Starter Ardibee

    (@ardibee)

    Cool. Just to clarify, I’m thinking of a dashboard setting for AA here, not something that the users need to set in each and every post.

    You’re welcome ??

    Thread Starter Ardibee

    (@ardibee)

    Research completed, problem solved thanks – the auto attachment plugin works as designed. I’ve made some fine tuning suggestions under a separate post.

    Thread Starter Ardibee

    (@ardibee)

    OK. Research well under way and Serkan – you were right, the auto attachments plug in works like a charm. Even with the Timely All-In-One calendar.

    Looking back, I suspect that I abandoned all science and changed several things at once and drew the wrong conclusion. (I was experimenting with attaching one document in the media library to more than one post. It doesn’t seem to work, which puzzles me – something to do with attachments being a post type and posts only being allowed to have one parent.) Timely also does some strange things with modified occurrences of recurring events… but that’s another story.

    Thanks again Serkan – this is an excellent plug-in. I’ll be making some more (better researched) suggestions as I use it more and more.

    Cheers,
    Roger.

    Thread Starter Ardibee

    (@ardibee)

    Hmmm – only BuddyPress on my main site. I’ll have an experiment tonight and / or tomorrow and report back. Thanks for looking into this Serkan.

    Thread Starter Ardibee

    (@ardibee)

    Yes, I get that permission error too – you can download the upgrade from the Timely website (which strikes me as odd, I must say). With the updated version I don’t see the attachments. I’d love to find out why because the pro version with a front-end events editing form would be ideal for a site I’m building… IF I can include the attachments.

    Could you try with the timely download and see what’s up? I’d happily submit a bug-fix request to timely if we can find out the problem.

    Thanks again,
    Roger.

    Thread Starter Ardibee

    (@ardibee)

    Thanks for picking this up, Serkan. So… You actually see the attachments at the bottom of a Timely All-In-One event?

    I will have to go back and check my version/ set up tonight… From memory it was v1.9.3 downloaded from their site (strangely they give me nag messages for upgrades not in the WP repository… Maybe I should roll back a version or two…). I’m running WP 3.5.1 in multisite and it was a recurring event – maybe that’s the issue. I was hoping / thinking the attachments would just show up under the event if I added a docx or xlsx from the ‘add media’ feature while entering or editing the post.

    More news and maybe a screenshot tonight…

    Cheers,
    Roger.

    Sweet! Thanks Boone. GitHub issue opened.

    Back to the drawing board on my website now…

Viewing 15 replies - 1 through 15 (of 39 total)