prathikraj
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: Error in theme's functions.php brings down entire WordPressThis why we recommend that you only download themes from a reputable source such as http://wordpress.org/themes/
Even then functions.php can be edited and if there is an error in that it can bring down the editor itself.
@cubecolour
ɹoʇɐɹǝpoɯThat is fine. There should be a way to protect just the functions.php file. I can do a
sudo chmod a-w functions.phpand block edits to it but I don’t think a layman would be aware of this.I personally feel that if editing a theme’s functions.php file can bring down the entire admin section then its a design flaw. The admin section should be robust enough to remain intact when there are minor errors in the theme files.
Forum: Everything else WordPress
In reply to: Just Host 10% CPU policyI don’t think a plain installation of WordPress with a few hundred users to take 10% of the CPU resource. Is there any other scripts running with it? Also install Wp-Cache with it to reduce the server load.
Forum: Everything else WordPress
In reply to: Which host?I am having my account with bluehost and the blog is running fine.
Forum: Everything else WordPress
In reply to: Client has asp.net site, need WordPress in domain.com/blogAre you trying to tell that you want to run a php based file on a windows based server under a particular folder or are you telling that you want to redirect the users to another machine when they go to a particular sub-directory?
Some hosting companies don’t allow you to give 777 file permissions because it leads to server security issues. Do check with them.