swapnilsshete
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Fatal Error : Cannot redeclare get_category_link()Thanks Harish for your reply,
I have checked all possibilities that what you suggested except Linux Hosting.
I had old WordPress 4.3.1v that time also we got the same Fatal Error : Cannot redeclare. so that I have updated to 4.6.1 but still this fatal error persist.
Can anybody have any solution to try out for this error ?
I really appreciate for this.
Thanks,
SwapnilForum: Fixing WordPress
In reply to: Internal server errorThis will impact on site performance. we are not using plugins
Can anybody please help ?Forum: Fixing WordPress
In reply to: Internal server errorCan anybody please help ?
Forum: Fixing WordPress
In reply to: Internal server errorHi,
I have updated my wordpress version to 4.6.1. Now I have checked log files where i got more errors.
please check some of them in details :mysqli_real_connect(): (HY000/2002): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
Cannot redeclare register_rest_route() (previously declared in D:\home\site\wwwroot\wp-includes\rest-api.php
Can you please help me why these is occurred and is this pointing to my first concern ‘internal server 500’
Thanks,
SwapnilForum: Fixing WordPress
In reply to: Internal server errorHi,
Thank you for your help.
I have in detail .htaccess please check below :
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
There is nothing else. We have used very less plugins
1) windows-azure-storage 2) wp-super-cacheWe are using Paid Redux Framework in wordpress.
We have some one main domain right now and we have redirected other sub domain to this main domain. through web.config file.
How can I check confliction of function.php ?
Can you please help me, I have added more in detail.
Thanks.
- This reply was modified 9 years, 5 months ago by swapnilsshete.
- This reply was modified 9 years, 5 months ago by swapnilsshete.