Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Mike Walsh

    (@mpwalsh8)

    No, I haven’t. How many users does your site have?

    Thread Starter gdisalvo

    (@gdisalvo)

    I have about 150 users and 175 swimmers.

    It only happens on the manage tab. The other CVS exports work.

    Plugin Author Mike Walsh

    (@mpwalsh8)

    In my development area I have 806 users and the Export CSV completes although I am getting the following warning which I need to look into:

    Deprecated: Function call_user_method_array() is deprecated in C:\inetpub\wwwroot\wordpress\wp-content\plugins\wp-swimteam\class\reportgen.class.php on line 872

    Just to make sure I am doing the same steps, I am doing:

    Swim Team->Manage->Users->Export CSV

    Is that the same operation you are doing? How many optional fields do you have defined?

    Thread Starter gdisalvo

    (@gdisalvo)

    Just to confirm – Yes same operation.

    same results even after reentering and clearing cash and starting as first operation. This is in production.

    WP config is set to max in both production and test system(XAMPP)

    /** Define Memory Limit for Methacton */
    define(‘WP_MEMORY_LIMIT’, ‘128M’);
    define(‘WP_MAX_MEMORY_LIMIT’, ‘256M’);

    XAMPP – Test system.
    Different Results. Returns all 150 users. and CVS save window appears.
    Works here. Go figure?

    Plugin Author Mike Walsh

    (@mpwalsh8)

    What versions of PHP are the two different systems running?

    Thread Starter gdisalvo

    (@gdisalvo)

    Production is the latest version. I will have to get actual numbers. Should be 5.4 or greater.

    The test system is XAMPP 1.8.1
    PHP Version 5.4.7

    Plugin Author Mike Walsh

    (@mpwalsh8)

    I wonder if you are running into an issue with call_user_method_array() which is deprecated. I have just addressed the deprecated warning in my development code so I’d live to defer this until you’ve had a chance to test with the new build I am working on.

    If you generate a Users Export from the Report menu does it work correctly?

    Plugin Author Mike Walsh

    (@mpwalsh8)

    I just did some testing. I have 806 users and I set up 17 User Custom fields to match what you are reporting. Last week when I started working on the Roster Export problem I was able to duplicate this problem. Today I am unable to do so. I am not sure if any of the changes I made would affect the ability to export a User Report or CSV file, I wouldn’t have thought so but I did clean up some code while I was working on the new Export code.

    Let’s defer this until you’ve had a chance to try the new build I hope to post in a little while.

    Thread Starter gdisalvo

    (@gdisalvo)

    Hi Mike,

    I will close this support post as this is resolved in your beta version. Awaiting release for General Public.

    Plugin Author Mike Walsh

    (@mpwalsh8)

    I am glad to hear it is working. I have been traveling for work so haven’t had a chance to review the other things you have submitted. I did spend sometime on the plane yesterday working on roles and capabilities which has long been on my to-do list.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Memory Error for USER CVS’ is closed to new replies.