- This topic has 18 replies, 3 voices, and was last updated 11 years, 10 months ago by
Pie Register.
- AuthorPosts
- May 29, 2014 at 5:27 pm #10002242
sturz.admin@zhdk.chParticipantHi 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 regardsFernando
September 29, 2014 at 4:37 pm #10002495
smb1970ParticipantI 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
September 30, 2014 at 3:30 pm #10002498
Pie RegisterParticipantIt 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
September 30, 2014 at 7:15 pm #10002508
smb1970ParticipantI haven’t disabled anything personally. Where can I enable this? Should I contact my hosting company?
Best regards SteveSeptember 30, 2014 at 7:34 pm #10002510
Pie RegisterParticipantYes, please check by with your hosting company about “allow_url_fopen”
SettingThanks
September 30, 2014 at 8:27 pm #10002516
smb1970ParticipantOkay 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 SteveSeptember 30, 2014 at 8:35 pm #10002517
smb1970ParticipantOkay 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
September 30, 2014 at 9:00 pm #10002518
Pie RegisterParticipantHello,
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
MohsinSeptember 30, 2014 at 9:19 pm #10002520
smb1970ParticipantThanks 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
September 30, 2014 at 9:31 pm #10002521
Pie RegisterParticipantHello,
Please make sure there is no spaces being carried at line #1
Where it reads
<?phpThe opening tag of PHP
when you re-save the base.php
Thanks
- AuthorPosts
- The topic ‘Pie Register 2.0.8 slows down my site’ is closed to new replies.
