Hi,
It’s hard to say what went wrong. The code you provided points to https://github.com/webmandesign/receptar/blob/master/genericons/genericons.css file most likely. But this should not cause any issue as it is just loading Genericons icons set.
Please try to ask your hosting company what could go wrong, look at error logs.
I would also try to scan the website for malware just in case:
You may try to check your PHP settings too: https://webmandesign.ticksy.com/article/6742/
If the issue persists, try to disable all your plugins to see if that helps.
It the issue persists after that, please log a ticket at https://support.webmandesign.eu so I can provide more help.
Regards,
Oliver
Is there anyway i can skip this url call?
The issue itself was reported by my hosting provider that this call is consuming a lot
I HAVE CHECKED SCAN RESULTS OF WORDFENCE, EVERYTHING IS FINE.
I’M GETTING AN ERROR :
sprintf() expects at least 1 parameter, 0 given
Type: PHP Warning Line: 1677
File: /home/outtubkq/public_html/wp123/wp-content/themes/receptar/inc/setup.php
Hi,
Are you on a low cost hosting? I have never had any report about this. It is standard URL encoding of an icon font. The code is actually not mine but it comes from Genericons stylesheet. It is standard way to include those icons.
I’m not sure if it would help, but you can remove that code from receptar/genericons/genericons.css file. https://github.com/webmandesign/receptar/blob/master/genericons/genericons.css#L20
However, this may cause icons not being displayed on your website.
I suggest upgrading your hosting or using a different one. Please check https://ww.wp.xz.cn/hosting/
The PHP warning should not happen as the parameter is provided. Please check for yourself: https://github.com/webmandesign/receptar/blob/master/inc/setup.php#L1675
Maybe you are using a very old PHP version? Try to ask your hosting provider and upgrade the PHP to version 7 if possible. That’s what WordPress recommends: https://ww.wp.xz.cn/about/requirements/
Also, have you checked your PHP settings? I’ve provided link in my previous reply.
Regards,
Oliver
Thanks for helping me out..
My php version is 7.0 and i just updated it to 7.1 and I changed my php setting as in the screenshot below.
I am attaching screens for your reference


There is another error i am getting, does it relate to the problem in any way?
mysqli_real_connect(): (HY000/1040): Too many connections
Type: PHP Warning Line: 1538
/wp-includes/wp-db.php
My hosting provider is a local company and I have following package:
Disk Space: 8 Gb
Bandwidth: Unlimited
CPU concurrent Connections: 15
Entry processes: 15
`
Should i upgrade it?
I really appreciate your support
-
This reply was modified 9 years, 3 months ago by
nisaanwaar.
-
This reply was modified 9 years, 3 months ago by
nisaanwaar.
-
This reply was modified 9 years, 3 months ago by
nisaanwaar.
-
This reply was modified 9 years, 3 months ago by
nisaanwaar.
Hi,
Please note that hosting package parameters don’t tell much. Basically shared low cost hostings can cause issues.
The PHP error you have posted does not seems to be related to the theme. It points to WordPress core files.
It’s hard to debug this issue. I would definitely look at the server’s log for all the errors. And you can try using https://ww.wp.xz.cn/plugins/query-monitor/ plugin to see what issues it finds on your website pages too. Also, I suggest disabling all plugins to see if that helps. If it doesn’t, try using another WordPress theme to see if the PHP errors goes away.
Regards,
Oliver