Prahlad Yeri
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Install failureThis is a core wordpress source file and shouldn’t be missing. Either you have a permissions issue as others have mentioned, or you are sitting on a broken installation. I’d recommend reinstalling wordpress (after backing up existing source, of course) if latter is the case.
Forum: Fixing WordPress
In reply to: Is there any guide to how to write an importer plugin?Thanks, instead of creating an admin interface, I found it much easier to write a console script for it:
https://gist.github.com/prahladyeri/e22e4e232416ff841be670601b396c62#file-console-php
https://gist.github.com/prahladyeri/d1e19d8a6d0c7ff23fe3e15f9050b6d3#file-disqus_parse-php
Also made a post documenting the process in case someone finds this useful in future.
- This reply was modified 8 years, 11 months ago by Prahlad Yeri. Reason: wording
Forum: Hacks
In reply to: Unable to override pluggable function wp_mailJust for the record, this got solved after I removed the namespace and the “__NAMESPACE__ .” expression.
Forum: Fixing WordPress
In reply to: 3.6 not working on mobile devicesHi Dom,
Have you ruled out any connectivity issues on your mobile device? If yes, try uploading a basic index.html page and see if you can browse then from your device.
Assuming that other websites are opening fine on your device, and your site is not opening even with a twenty-* theme, what all is displayed on the browser when you navigate?