
Search In
When I am moving from Window to Linux then Partition option not found, Please let me know how i can find it.
If you are getting an error of 404 not found/503 Internal server error on shared server, while you running any php project or any php file .
Then reset permission of your php file to 644 .
For testing create a index.php file and print 'Hello'.
If you are getting error while using the ajax uploading for an image and using jquery form.js script and getting the issue "[jquery.form] terminating; zero elements found by selector" .
Then for resolving this issue you have to avoid the nested form
Hello Nerds,
While creating a project, i found that the pages are rendering very slow. After testing and searching i found that my pages have some blocking CSS resources which are causing delay in rendering my pages. Please help me how to eliminate
"The partial view was not found or no view engine supports the searched locations."
While working on a Application of rendering Partial View in a parent View, I got the following Exception: "The partial view '~/Home/PartialIn
Hellow Friend,
If you are facing Element Not Found (notic-1024) error After saving,editing,deleting data in cakePHP.
This Error Comes from this line in your Code or setFlash Error.
$this->Session->setFlash('Your_Message!');
Fi
You can take reference form below example to find the value in an array list using php in_array.
Suppose you have a list of Favorite List items (for example a list of colors names) and you want search your color is exist in list or not exist.
In the below code you can automate the web page using QTP and can find the text with the checkbox adjacent to it .
Create a description property with micclass for web checkbox.
Set oDesc = Description.create()
Set oDesc = Description.create()
oDesc
Hi All,
I was searching for multiple skype window in linux (Ubuntu 13.10) and found lot of options but they are quite complicated for beginners. I found a post and found a simple and working option:
1: Open run window (Alt+ F2 or direct click on ic
When we try a wrong URL in cakephp then it displays an error page with error message:
"Controller class could not be found".
We can override this message and also can handle this exception using Error.php of cake. We can override this function in