Loading...

Pie Register 2.0.8 slows down my site

Viewing 10 posts - 1 through 10 (of 19 total)
  • Author
    Posts
  • #10002242

    Hi there

    Fortunately i had still an old version 1 of pie register, as the new version was slowing down the load times of any page in the backend to at least a minute.
    I deactivated all plugins and tested them one by one and, as i already said, i was able to replace for the moment the new with the old plugin.
    Any ideas?
    kind regards

    Fernando

    #10002495
    smb1970
    Participant

    I see this exact same problem with my version 2.0.12 with the latest version of WordPress.

    Deactivated all my plugins and reactivated them all one by one. Sure enough Pie Register is the one killing my site at the back end. Makes the admin panel basically unusable.

    Is there a fix for this?

    Best regards Steve

    #10002498
    Pie Register
    Participant

    It seems like you guys have disabled file_get_contents() for external
    URLs. You may verify this by disabling on PR code and please contact
    your server administrator to enable this feature!

    Thanks

    #10002508
    smb1970
    Participant

    I haven’t disabled anything personally. Where can I enable this? Should I contact my hosting company?
    Best regards Steve

    #10002510
    Pie Register
    Participant

    Yes, please check by with your hosting company about “allow_url_fopen”
    Setting

    Thanks

    #10002516
    smb1970
    Participant

    Okay so my hosting company have copied across a php.ini file to my root domain for me to amend. What exactly do I need to add/change please?
    Best regards Steve

    #10002517
    smb1970
    Participant

    Okay so, I checked and it already had this line in it.

    allow_url_fopen = On

    So I’m guessing it’s been on all along.

    Reactivated Pie Register and the same problem occurs.

    Best regards Steve

    #10002518
    Pie Register
    Participant

    Hello,

    Can you please send us your server IP address, we will look into our
    firewall settings, in the meanwhile can you please replace the following
    line code with the one given below?
    Pie-Register >> classes >> base.php (line #951 on my end – may be
    different on yours)

    $piereg_notices =
    @file_get_contents('http://www.genetechsolutions.com/pie_register_help_content/piereg_notices.json');

    with

    $piereg_notices = '';

    and

    Pie-Register >> menu >> PieRegHelp.php (line #149 on my end – may be
    different on yours)

    $piereg_notices =
    @file_get_contents('http://www.genetechsolutions.com/pie_register_help_content/piereg_notices.json');

    with
    $piereg_notices = '';

    and let us know how it goes!

    Thanks
    Mohsin

    #10002520
    smb1970
    Participant

    Thanks for that, when I reactivate the plugin I get the following error message at the top.

    Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /xxxxx/xxxx/public_html/xxxxxx.xxx/wp-content/plugins/pie-register/classes/base.php:1) in /xxxxx/xxxx/public_html/xxxxxx.xxx/wp-content/plugins/ninja-forms/ninja-forms.php on line 638

    And at the top of the website I get

    Warning: Cannot modify header information – headers already sent by (output started at /xxxxx/xxxx/public_html/xxxxxx.xxx/wp-content/plugins/pie-register/classes/base.php:1) in /xxxxx/xxxx/public_html/xxxxxx.xxx/wp-content/plugins/wp-super-cache/wp-cache-phase2.php on line 60

    Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /xxxxx/xxxx/public_html/xxxxxx.xxx/wp-content/plugins/pie-register/classes/base.php:1) in /home4/smb1970/xxxxx/xxxx/public_html/xxxxxx.xxx/wp-content/plugins/ninja-forms/ninja-forms.php on line 638

    However the backend slow down is gone.

    Best regards Steve

    #10002521
    Pie Register
    Participant

    Hello,

    Please make sure there is no spaces being carried at line #1
    Where it reads
    <?php

    The opening tag of PHP

    when you re-save the base.php

    Thanks

Viewing 10 posts - 1 through 10 (of 19 total)
  • The topic ‘Pie Register 2.0.8 slows down my site’ is closed to new replies.