How to Fix the WordPress Include Issue
Last Updated on Monday, 4 February 2013 03:15 Written by Saravanan Shanmugam Wednesday, 6 February 2013 12:00
Anyone getting the following error on your WordPress site?
Warning :require(/wp-blog-header.php) [function.reuires]:failed to open stream:No such file or directory in C:\HostingSpaces\user\domain\wwwroot\index.php on line 17.
Don’t worry. Here is the simple fix that eliminates the error
Learn MoreMy Website Looks Different on Different Browsers
Last Updated on Saturday, 19 January 2013 12:01 Written by Naveed Ashraf Saturday, 19 January 2013 12:00
This is a headache problem for website developers. In fact each browser parse the html contents with their own engine and shows them as per their own algorithm. The CSS reading and understanding also differ browser to browser. You can even see this difference in different versions of same browser (Like IE 7 and IE9). There are some basic standards follows by each browser. Try them (google.com for tips) to make your website look relatively compatible on different browsers.
Learn MoreHow to Solve WordPress “Include” Issue
Last Updated on Monday, 14 January 2013 10:03 Written by Arian Jahansouz Monday, 14 January 2013 10:03
If you are having an Include Issue, or receive a message that includes “failed to open stream: No such file or directory,” there is a very quick and easy fix!
The full error looks like this:
Learn MoreThe Reason Why the Product Price is Always Zero in Your TomatoCart Site
Last Updated on Sunday, 23 December 2012 05:54 Written by Jack Yin Monday, 17 December 2012 12:00
Some users reported that the product price stays zero, whether changed or not.
Question from the community:
Hello I have just one question, if I set my price for the product(the price)is not displayed on the website and in the products list.
Learn MoreHow to Fix MIME Type Problems in Elgg 1.8
Last Updated on Wednesday, 17 October 2012 07:27 Written by Rodolfo Hernandez Thursday, 18 October 2012 12:00
There has been a big problem for a while involving recognizing MIME types in elgg 1.8 This is due to the fact that the latest elgg release quietly requires php 5.3 to properly recognize MIME types as pointed out for one of our elgg users in our forum. For that reason in this article I will show you to fix this issue.
By default, all of our Linux accounts use of PHP 5.2 as not all scripts are compatible with PHP 5.3, but since elgg relies on php 5.3, we are going to do the following solution, which was extracted from one of our articles written by Ryan.
Open the .htaccess file of your elgg installation, and of the top of the file, add this line:
AddHandler application/x-httpd-php53 .php
Learn More
Recent Comments