Siddharth Jain
Forum Replies Created
-
I’m facing the same issue.
- This reply was modified 4 years, 9 months ago by Siddharth Jain.
Hi there,
I’m getting the same error. Could you help me with the resolution.
Forum: Plugins
In reply to: [Price Based on Country for WooCommerce] Not working for unregistered usersSo my base location is GB but my test location is India. It’s still showing me products in pounds for unregistered user and not in Indian rupee.
I’ve checked the Geolocation settings from the link mentioned above and not using cache. Please, I’d really appreciate the help.
Forum: Plugins
In reply to: [Event Calendar] Plugins not working on multisiteplugin works if activated on “site-by-site” basis instead or network activation.
there is no .htaccess file in the IIS server, I have a web.config file that is generated by wordpress itself at the time on installation of multisite.
web.config generated by wordpress
<?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <rewrite> <rules> <rule name="WordPress Rule 1" stopProcessing="true"> <match url="^index\.php$" ignoreCase="false" /> <action type="None" /> </rule> <rule name="WordPress Rule 2" stopProcessing="true"> <match url="^([_0-9a-zA-Z-]+/)?wp-admin$" ignoreCase="false" /> <action type="Redirect" url="{R:1}wp-admin/" redirectType="Permanent" /> </rule> <rule name="WordPress Rule 3" stopProcessing="true"> <match url="^" ignoreCase="false" /> <conditions logicalGrouping="MatchAny"> <add input="{REQUEST_FILENAME}" matchType="IsFile" ignoreCase="false" /> <add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" /> </conditions> <action type="None" /> </rule> <rule name="WordPress Rule 4" stopProcessing="true"> <match url="^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*)" ignoreCase="false" /> <action type="Rewrite" url="{R:1}" /> </rule> <rule name="WordPress Rule 5" stopProcessing="true"> <match url="^([_0-9a-zA-Z-]+/)?([_0-9a-zA-Z-]+/)?(.*\.php)$" ignoreCase="false" /> <action type="Rewrite" url="{R:2}" /> </rule> <rule name="WordPress Rule 6" stopProcessing="true"> <match url="." ignoreCase="false" /> <action type="Rewrite" url="index.php" /> </rule> </rules> </rewrite> </system.webServer> </configuration>
It means the css is not coming. It is showing the text with no styling and the backend for child theme is giving 404 error.
Forum: Fixing WordPress
In reply to: 500 internal server error – help pls :)It is not a problem from the client side or the other. It is the issue from the server’s side on which your website is. Just check the error log and you will get it solved. It is a problem of permissions on the server as some plugins try to change the permissions on the server.
Forum: Fixing WordPress
In reply to: 500 internal server error – help pls :)you are getting this error because of some plugins. Some plugins try to change the permissions on your server. Uninstall the plugin and try to contact server admin.